Skip to content

Commit 5278779

Browse files
author
Matt Jones
committed
deploy
1 parent 5fa0544 commit 5278779

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Sensu-Plugins-postgres
22

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)
44
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-postgres.svg)](http://badge.fury.io/rb/sensu-plugins-postgres)
55
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-postgres/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-postgres)
66
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-postgres/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-postgres)

lib/sensu-plugins-postgres/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsPostgres
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

sensu-plugins-postgres.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = SensuPluginsPostgres::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 'pg', '0.18.2'
4242

4343
s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4'

0 commit comments

Comments
 (0)