File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55
66## Unreleased] [ unreleased ]
77
8+ ## [ 0.0.3] - 2015-07-14
9+ ### Changed
10+ - updated sensu-plugin gem to 1.2.0
11+
812## [ 0.0.2] - 2015-06-03
913
1014### Fixed
Original file line number Diff line number Diff line change 11## Sensu-Plugins-uchiwa
22
3- [ ![ Build Status] ( https://travis-ci.org/sensu-plugins/sensu-plugins-uchiwa.svg?branch=master )] ( https://travis-ci.org/sensu-plugins/sensu-plugins-uchiwa )
3+ [ ![ Build Status] ( https://travis-ci.org/sensu-plugins/sensu-plugins-uchiwa.svg?branch=master )] ( https://travis-ci.org/sensu-plugins/sensu-plugins-uchiwa )
44[ ![ Gem Version] ( https://badge.fury.io/rb/sensu-plugins-uchiwa.svg )] ( http://badge.fury.io/rb/sensu-plugins-uchiwa )
55[ ![ Code Climate] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-uchiwa/badges/gpa.svg )] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-uchiwa )
66[ ![ Test Coverage] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-uchiwa/badges/coverage.svg )] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-uchiwa )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsUchiwa
22 module Version
33 MAJOR = 0
44 MINOR = 0
5- PATCH = 2
5+ PATCH = 3
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
88 end
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
3737 s . test_files = s . files . grep ( %r{^(test|spec|features)/} )
3838 s . version = SensuPluginsUchiwa ::Version ::VER_STRING
3939
40- s . add_runtime_dependency 'sensu-plugin' , '1.1 .0'
40+ s . add_runtime_dependency 'sensu-plugin' , '1.2 .0'
4141
4242 s . add_development_dependency 'codeclimate-test-reporter' , '~> 0.4'
4343 s . add_development_dependency 'rubocop' , '0.30'
You can’t perform that action at this time.
0 commit comments