Skip to content

Commit 8faf67a

Browse files
author
Matt Jones
committed
deploy
1 parent 8e62d0e commit 8faf67a

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-php-fpm
22

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)
44
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-php-fpm.svg)](http://badge.fury.io/rb/sensu-plugins-php-fpm)
55
[![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)
66
[![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)

lib/sensu-plugins-php-fpm/version.rb

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
3838
s.version = SensuPluginsPhpFpm::Version::VER_STRING
3939

4040
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'
4242

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

0 commit comments

Comments
 (0)