Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed Jul 14, 2015
1 parent 3ee0f21 commit 7503fef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-strongswan/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsStrongswan
module Version
MAJOR = 0
MINOR = 0
PATCH = 1
PATCH = 2

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion sensu-plugins-strongswan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7503fef

Please sign in to comment.