From 7503fef781db2dd8ab9610a8b6b29addffa29bc6 Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Tue, 14 Jul 2015 18:24:22 -0400 Subject: [PATCH] deploy --- CHANGELOG.md | 3 ++- README.md | 2 +- lib/sensu-plugins-strongswan/version.rb | 2 +- sensu-plugins-strongswan.gemspec | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 190e67b..ca713fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,4 +5,5 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang ## Unreleased][unreleased] - +### Changed +- updated sensu-plugin gem to 1.2.0 diff --git a/README.md b/README.md index 8d75b17..2b4a97b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sensu-plugins-strongswan -[![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-strongswan.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-strongswan) +[ ![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-strongswan.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-strongswan) [![Gem Version](https://badge.fury.io/rb/sensu-plugins-strongswan.svg)](http://badge.fury.io/rb/sensu-plugins-strongswan) [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-strongswan/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-strongswan) [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-strongswan/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-strongswan) diff --git a/lib/sensu-plugins-strongswan/version.rb b/lib/sensu-plugins-strongswan/version.rb index d4b6d91..1011fb9 100644 --- a/lib/sensu-plugins-strongswan/version.rb +++ b/lib/sensu-plugins-strongswan/version.rb @@ -2,7 +2,7 @@ module SensuPluginsStrongswan module Version MAJOR = 0 MINOR = 0 - PATCH = 1 + PATCH = 2 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end diff --git a/sensu-plugins-strongswan.gemspec b/sensu-plugins-strongswan.gemspec index 84e1978..70d1980 100644 --- a/sensu-plugins-strongswan.gemspec +++ b/sensu-plugins-strongswan.gemspec @@ -37,7 +37,7 @@ Gem::Specification.new do |s| s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.version = SensuPluginsStrongswan::Version::VER_STRING - s.add_runtime_dependency 'sensu-plugin', '1.1.0' + s.add_runtime_dependency 'sensu-plugin', '1.2.0' s.add_development_dependency 'bundler', '~> 1.7' s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4'