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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: '03942e4756b538754e8623a2c525191282b3f767'
4
- data.tar.gz: 7ea5cdd878610ab9e8e5dbd5d7bdefa40e032b58
2
+ SHA256:
3
+ metadata.gz: f2540e8a34f0c0c3a91c3ff6ead1deda8af8ba3a659283853f0c4a45aeba02c8
4
+ data.tar.gz: e61523caa5b33beb29ec63786fd39d241bafa7a651091dea834eadd730bbb69a
5
5
  SHA512:
6
- metadata.gz: 5417a660945d29cbf2675753c4460fc6af9aab751fa165acc183981c939413965902a3af9b615b02c1bdd4e7f64e7f6d0f9933c92d93502f0c33f804d7dd3653
7
- data.tar.gz: ebdb5b428c90f2b03cee0a0d31ddd248bef6028892667e4b9eb0e164f1af6728479a5da73f5847eb15add87b7fcd2f8852568f21521b4a6b5f41943129b4ccbf
6
+ metadata.gz: fbdb0b944a180e32848897acb8f16b6e1e999bd3fe3941570a481a89b890a7af12626a614a8d60a3f2720358ce2ca3aae6a2bd9b6faa4d2df75af18fc69fed9e
7
+ data.tar.gz: d1c33118f0bb8eb57ccf2812356e41f10c7f93600c914a9d7bd8bad01080e11d779146ccf360689ead3ea2b362d59a0d4c0990c52854f4747288607dec7d9834
@@ -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
 
@@ -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 = ['jason@jasonantman.com']
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(' ')
@@ -1,4 +1,4 @@
1
1
  module DogTrainer
2
2
  # store the verson of the Gem/module; used in the gemspec and in messages
3
- VERSION = '0.4.1'.freeze
3
+ VERSION = '0.4.2'.freeze
4
4
  end
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.1
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: 2017-12-22 00:00:00.000000000 Z
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 dogapi
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
- - jason@jasonantman.com
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
- rubyforge_project:
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 of
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