datadog-sdk-testing 0.2.3 → 0.2.4

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
2
  SHA1:
3
- metadata.gz: d246a78322ac6b3a9f1f826e4aac6ccb88bdb3b2
4
- data.tar.gz: cb0d8786701dceec9b2a84c4ee0d459fe472936b
3
+ metadata.gz: 6475a98a6122d77419857a3b9a3611bf0de2154f
4
+ data.tar.gz: 4fb7ab5ca5ad620cb2e35a938a8798a0838a696e
5
5
  SHA512:
6
- metadata.gz: 67060013935baf4f2a263e6a07a82cb7d7c6c306bbd240569321182d0a07c5a132a7eac99c614ce06503fd9db264ecfaf309030d08bb68f9912a606d8756d11c
7
- data.tar.gz: c219200d56d414d0534f08c40055200adb0af8b30f6ee477031c578ad3f48e1aa788b192e6ea860517f582781e1d8e25ba51964a63eea0e0c98e6bbcb86d43a5
6
+ metadata.gz: f613402d3f8c326afab2acaefb558daf623e149b3085f2ee7f132cd5270e255d610b64721472f166f932e6ecb7027e4704afc12573052f3a1d8b0825e95e36fd
7
+ data.tar.gz: 66de09e1beac6f4cb06630589aa8323d611e75b20204e04cb6569e57b6377508fe4952e37885bf88c9770100c16f7717289419074602dcc23dbc5433e3022de7
@@ -0,0 +1 @@
1
+ metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name
@@ -23,7 +23,7 @@ namespace :ci do
23
23
 
24
24
  task before_script: ['ci:common:before_script']
25
25
 
26
- task lint: ['ci:common:install', 'rubocop'] do
26
+ task lint: ['ci:common:before_script', 'ci:common:install', 'rubocop'] do
27
27
  check_env
28
28
  sh %(flake8 #{ENV['SDK_HOME']})
29
29
  sh %(find #{ENV['SDK_HOME']} -name '*.py' -not\
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datadog-sdk-testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaime Fullaondo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-29 00:00:00.000000000 Z
11
+ date: 2016-08-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Datadog Integration SDK testing/scaffolding gem
14
14
  email: jaime.fullaondo@datadoghq.com