datadog-sdk-testing 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tasks/ci/default.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '008e5ad4eb610c9c65bc9f25578f43ac56f68d87'
4
- data.tar.gz: f1d2412572907abc512a500d1886794806991461
3
+ metadata.gz: ca215b8eb8d01f663364595bf456eda77d7034df
4
+ data.tar.gz: f2780492e086a4ca445234dfe348f2dbcc7a0f57
5
5
  SHA512:
6
- metadata.gz: a7602e0d9f1693bdca1a1ea160858f5cd65e38a09b146898b11047ff080345431a9e46a9d0d10ffdb71eb7a3057d1ea11ea1d7213d58880b5096a2607549b606
7
- data.tar.gz: bb5c158325967c2f624cf4cb4b196a2835e6039bc55cebc26ca25c654cb83577a56474ffbdd98b1f94d29ad4ff0c94c1068f9447abe4fdb990716fce9c676597
6
+ metadata.gz: b064617b529061089d2ad8828d26130a2699c2d3db47e48afe161f23cccf4dcba9035cef88a8fdb3f51f72db5970f4c06c711303cc99374ab2ac51d88ff0b02f
7
+ data.tar.gz: 7e4f406c3eb3235bbea42a27df5f2d9e52a3a64bb41823b54afbb4bda46d0fea35107c91e459287b43996e0d650c37f4e60a19f8fc0659a709c7d75e33404ffe
@@ -30,8 +30,8 @@ namespace :ci do
30
30
  check_env
31
31
  sh %(flake8 #{ENV['SDK_HOME']})
32
32
  sh %(find #{ENV['SDK_HOME']} -name '*.py' -not\
33
- \\( -path '*.cache*' -or -path '*embedded*' -or -path '*venv*' -or -path '*.git*' \\)\
34
- | xargs -n 1 pylint --rcfile=#{ENV['SDK_HOME']}/.pylintrc)
33
+ \\( -path '*.cache*' -or -path '*embedded*' -or -path '*dd-agent*' -or -path '*venv*' -or -path '*.git*' \\)\
34
+ | xargs -n 80 -P 8 pylint --rcfile=#{ENV['SDK_HOME']}/.pylintrc)
35
35
  end
36
36
  end
37
37
 
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.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaime Fullaondo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-04 00:00:00.000000000 Z
11
+ date: 2017-01-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Datadog Integration SDK testing/scaffolding gem
14
14
  email: jaime.fullaondo@datadoghq.com