File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
lib/sensu-plugins-postgres 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-postgres
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/sensu-plugins/sensu-plugins-postgres.svg?branch=master )] ( https://travis-ci.org/sensu-plugins/sensu-plugins-postgres )
3
+ [ ![ Build Status] ( https://travis-ci.org/sensu-plugins/sensu-plugins-postgres.svg?branch=master )] ( https://travis-ci.org/sensu-plugins/sensu-plugins-postgres )
4
4
[ ![ Gem Version] ( https://badge.fury.io/rb/sensu-plugins-postgres.svg )] ( http://badge.fury.io/rb/sensu-plugins-postgres )
5
5
[ ![ Code Climate] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-postgres/badges/gpa.svg )] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-postgres )
6
6
[ ![ Test Coverage] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-postgres/badges/coverage.svg )] ( https://codeclimate.com/github/sensu-plugins/sensu-plugins-postgres )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsPostgres
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 @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
37
37
s . test_files = s . files . grep ( %r{^(test|spec|features)/} )
38
38
s . version = SensuPluginsPostgres ::Version ::VER_STRING
39
39
40
- s . add_runtime_dependency 'sensu-plugin' , '1.1 .0'
40
+ s . add_runtime_dependency 'sensu-plugin' , '1.2 .0'
41
41
s . add_runtime_dependency 'pg' , '0.18.2'
42
42
43
43
s . add_development_dependency 'codeclimate-test-reporter' , '~> 0.4'
You can’t perform that action at this time.
0 commit comments