File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
lib/sensu-plugins-php-fpm 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
5
5
6
6
## Unreleased] [ unreleased ]
7
7
8
+ ## [ 0.0.3] - 2015-07-14
9
+ ### Changed
10
+ - updated sensu-plugin gem to 1.2.0
11
+
8
12
## [ 0.0.2] - 2015-06-03
9
13
10
14
### Fixed
Original file line number Diff line number Diff line change 1
1
## Sensu-Plugins-php-fpm
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/sensu-plugins/sensu-plugins-php-fpm.svg?branch=master )] ( https://travis-ci.org/sensu-plugins/sensu-plugins-php-fpm )
3
+ [ ![ Build Status] ( https://travis-ci.org/sensu-plugins/sensu-plugins-php-fpm.svg?branch=master )] ( https://travis-ci.org/sensu-plugins/sensu-plugins-php-fpm )
4
4
[ ![ Gem Version] ( https://badge.fury.io/rb/sensu-plugins-php-fpm.svg )] ( http://badge.fury.io/rb/sensu-plugins-php-fpm )
5
5
[ ![ Code Climate] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-php-fpm/badges/gpa.svg )] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-php-fpm )
6
6
[ ![ Test Coverage] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-php-fpm/badges/coverage.svg )] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-php-fpm )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsPhpFpm
2
2
module Version
3
3
MAJOR = 0
4
4
MINOR = 0
5
- PATCH = 2
5
+ PATCH = 3
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Gem::Specification.new do |s|
38
38
s . version = SensuPluginsPhpFpm ::Version ::VER_STRING
39
39
40
40
s . add_runtime_dependency 'crack' , '0.4.2'
41
- s . add_runtime_dependency 'sensu-plugin' , '1.1 .0'
41
+ s . add_runtime_dependency 'sensu-plugin' , '1.2 .0'
42
42
43
43
s . add_development_dependency 'codeclimate-test-reporter' , '~> 0.4'
44
44
s . add_development_dependency 'rubocop' , '0.30'
You can’t perform that action at this time.
0 commit comments