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