File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
lib/sensu-plugins-raid-checks 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.4] - 2015-07-14
9+ ### Changed
10+ - updated sensu-plugin gem to 1.2.0
11+
812## [ 0.0.3] - 2015-06-04
913
1014### Added
Original file line number Diff line number Diff line change 11## Sensu-Plugins-raid-checks
22
3- [ ![ Build Status] ( https://travis-ci.org/sensu-plugins/sensu-plugins-raid-checks.svg?branch=master )] ( https://travis-ci.org/sensu-plugins/sensu-plugins-raid-checks )
3+ [ ![ Build Status] ( https://travis-ci.org/sensu-plugins/sensu-plugins-raid-checks.svg?branch=master )] ( https://travis-ci.org/sensu-plugins/sensu-plugins-raid-checks )
44[ ![ Gem Version] ( https://badge.fury.io/rb/sensu-plugins-raid-checks.svg )] ( http://badge.fury.io/rb/sensu-plugins-raid-checks )
55[ ![ Code Climate] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-raid-checks/badges/gpa.svg )] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-raid-checks )
66[ ![ Test Coverage] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-raid-checks/badges/coverage.svg )] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-raid-checks )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsRaidChecks
22 module Version
33 MAJOR = 0
44 MINOR = 0
5- PATCH = 3
5+ PATCH = 4
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 = SensuPluginsRaidChecks ::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 s . add_runtime_dependency 'english' , '0.6.3'
4242 s . add_runtime_dependency 'timeout' , '0.0.1'
4343
You can’t perform that action at this time.
0 commit comments