Skip to content

Commit

Permalink
Merge pull request #34 from ttarczynski/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cwjohnston authored Jun 20, 2016
2 parents b62df85 + 8956ee3 commit f261493
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]
### Changed
- dependencies: use sensu-plugin ~> 1.2.0, docker-api = 1.21.0

## [1.1.1] - 2016-06-10
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions sensu-plugins-docker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.version = SensuPluginsDocker::Version::VER_STRING

s.add_runtime_dependency 'docker-api', '1.21'
s.add_runtime_dependency 'sensu-plugin', '1.2.0'
s.add_runtime_dependency 'docker-api', '1.21.0'
s.add_runtime_dependency 'sensu-plugin', '~> 1.2.0'
s.add_runtime_dependency 'sys-proctable', '0.9.8'
s.add_runtime_dependency 'net_http_unix', '0.2.1'

Expand Down

0 comments on commit f261493

Please sign in to comment.