File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
55
66## [ Unreleased]
7+ ### Changed
8+ - Replace ` datadog ` with ` dogapi ` gem as that's the current dependency for this plugin (@eheydrick )
79
810## [ 1.0.0] - 2017-05-17
911### Added
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
2727 s . test_files = s . files . grep ( %r{^(test|spec|features)/} )
2828 s . version = SensuPluginsDatadog ::Version ::VER_STRING
2929
30- s . add_runtime_dependency 'datadog ' , '0.1.0.alpha '
30+ s . add_runtime_dependency 'dogapi ' , '~> 1.27 '
3131 s . add_runtime_dependency 'sensu-plugin' , '~> 1.2'
3232
3333 s . add_development_dependency 'bundler' , '~> 1.7'
You can’t perform that action at this time.
0 commit comments