dogtrainer 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/ChangeLog.md +4 -0
- data/README.md +3 -1
- data/dogtrainer.gemspec +4 -4
- data/lib/dogtrainer/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f2540e8a34f0c0c3a91c3ff6ead1deda8af8ba3a659283853f0c4a45aeba02c8
|
4
|
+
data.tar.gz: e61523caa5b33beb29ec63786fd39d241bafa7a651091dea834eadd730bbb69a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbdb0b944a180e32848897acb8f16b6e1e999bd3fe3941570a481a89b890a7af12626a614a8d60a3f2720358ce2ca3aae6a2bd9b6faa4d2df75af18fc69fed9e
|
7
|
+
data.tar.gz: d1c33118f0bb8eb57ccf2812356e41f10c7f93600c914a9d7bd8bad01080e11d779146ccf360689ead3ea2b362d59a0d4c0990c52854f4747288607dec7d9834
|
data/ChangeLog.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
Version 0.4.2
|
2
|
+
|
3
|
+
- **This gem is considered deprecated by its authors; we do not plan on releasing any future versions and no longer intend on supporting it.** Internally, we have mostly switched to using the [Datadog Terraform provider](https://www.terraform.io/docs/providers/datadog/index.html).
|
4
|
+
|
1
5
|
Version 0.4.1
|
2
6
|
|
3
7
|
- Upgrade rubocop and yard development dependency versions
|
data/README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
-
# dogtrainer
|
1
|
+
# DEPRECATED - dogtrainer
|
2
|
+
|
3
|
+
**This gem is considered deprecated by its authors; we do not plan on releasing any future versions and no longer intend on supporting it.** Internally, we have mostly switched to using the [Datadog Terraform provider](https://www.terraform.io/docs/providers/datadog/index.html).
|
2
4
|
|
3
5
|
Build of master branch: [![CircleCI](https://circleci.com/gh/manheim/dogtrainer.svg?style=svg)](https://circleci.com/gh/manheim/dogtrainer)
|
4
6
|
|
data/dogtrainer.gemspec
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
require File.expand_path('../lib/dogtrainer/version', __FILE__)
|
3
3
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
|
-
gem.authors = ['jantman']
|
6
|
-
gem.email = ['
|
7
|
-
gem.summary = 'Wrapper around DataDog dogapi gem to simplify creation ' \
|
5
|
+
gem.authors = ['jantman', 'manheim']
|
6
|
+
gem.email = ['man-releaseengineering@manheim.com']
|
7
|
+
gem.summary = 'DEPRECATED Wrapper around DataDog dogapi gem to simplify creation ' \
|
8
8
|
'and management of Monitors and Boards'
|
9
9
|
gem.description = [
|
10
|
-
'Provides a slightly opinionated wrapper class around DataDog\'s dogapi to',
|
10
|
+
'DEPRECATED - Provides a slightly opinionated wrapper class around DataDog\'s dogapi to',
|
11
11
|
' simplify the creation and updating of Monitors, TimeBoards and',
|
12
12
|
'ScreenBoards.'
|
13
13
|
].join(' ')
|
data/lib/dogtrainer/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dogtrainer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jantman
|
8
|
+
- manheim
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date:
|
12
|
+
date: 2019-12-04 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: dogapi
|
@@ -366,10 +367,10 @@ dependencies:
|
|
366
367
|
- - "~>"
|
367
368
|
- !ruby/object:Gem::Version
|
368
369
|
version: 0.9.11
|
369
|
-
description: Provides a slightly opinionated wrapper class around DataDog's
|
370
|
-
to simplify the creation and updating of Monitors, TimeBoards and ScreenBoards.
|
370
|
+
description: DEPRECATED - Provides a slightly opinionated wrapper class around DataDog's
|
371
|
+
dogapi to simplify the creation and updating of Monitors, TimeBoards and ScreenBoards.
|
371
372
|
email:
|
372
|
-
-
|
373
|
+
- man-releaseengineering@manheim.com
|
373
374
|
executables: []
|
374
375
|
extensions: []
|
375
376
|
extra_rdoc_files: []
|
@@ -413,12 +414,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
413
414
|
- !ruby/object:Gem::Version
|
414
415
|
version: '0'
|
415
416
|
requirements: []
|
416
|
-
|
417
|
-
rubygems_version: 2.5.2
|
417
|
+
rubygems_version: 3.0.6
|
418
418
|
signing_key:
|
419
419
|
specification_version: 4
|
420
|
-
summary: Wrapper around DataDog dogapi gem to simplify creation and management
|
421
|
-
Monitors and Boards
|
420
|
+
summary: DEPRECATED Wrapper around DataDog dogapi gem to simplify creation and management
|
421
|
+
of Monitors and Boards
|
422
422
|
test_files:
|
423
423
|
- spec/spec_helper.rb
|
424
424
|
- spec/unit/api_spec.rb
|