Skip to content

Commit db77f3a

Browse files
committed
replace datadog with dogapi gem, which is the one used by the plugins
1 parent f52a53f commit db77f3a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This 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

sensu-plugins-datadog.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)