pdqtest 0.8.3 → 0.8.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: 60cdfc3e3a9969ac6fa91ff299052dbec2f1d173
4
- data.tar.gz: 54bccb765efe99847522132e78efc32dbb4ae153
3
+ metadata.gz: 95fb5fc14bbce484b01b0527d3b9b7fadf4d3fc0
4
+ data.tar.gz: 7086b24ca80b133ecda24ce58d6e2b633ac70d57
5
5
  SHA512:
6
- metadata.gz: b3889d39a2303537177c95c093126bf337c3c78bbc54f49c3e1f0eec8fa55e85d796b0c26cfb74948b061a1d86cec34c72f952258eac9733315ed01d126dc423
7
- data.tar.gz: 3df8ee61f435d9b8326a971c66dd0da5ff77b2ed3a30a90bd13beae5a41354c475f1d94661fc2ebb67169176c4d68e358dae0ac9b9edf6c368f30e176157b35f
6
+ metadata.gz: e40c39f1382f86100cd1e77f93a446d2512100ce6155e1305411319221c64f01f888cb147415e7de5a98a105c6e6616b1fde3bf2e1807c4ee593be7b05e69264
7
+ data.tar.gz: aa3faf0a0c0d74045d1df89e6fc50eafbf9f09176ab56fe2ede034bbceeb18653f2242dd2ae3e54b9dc04232c583d009ebe7ea4b7817be710d879fb3d4c71937
data/.gitignore CHANGED
@@ -11,3 +11,4 @@ Puppetfile.lock
11
11
  *.gem
12
12
  /fixtures/passing_tests/spec/fixtures
13
13
  /.idea
14
+ /Gemfile.lock
@@ -1,3 +1,3 @@
1
1
  module PDQTest
2
- VERSION = "0.8.3"
2
+ VERSION = "0.8.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdqtest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geoff Williams
@@ -260,7 +260,6 @@ files:
260
260
  - ".rspec"
261
261
  - ".travis.yml"
262
262
  - Gemfile
263
- - Gemfile.lock
264
263
  - LICENSE
265
264
  - README.md
266
265
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,130 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- pdqtest (0.8.2)
5
- docker-api (= 1.33.1)
6
- escort (= 0.4.0)
7
- git_refresh (= 0.1.1)
8
- hiera (= 3.4.0)
9
- librarian-puppet (= 2.2.3)
10
- minitar (= 0.6.1)
11
- puppet-lint (= 2.1.0)
12
- puppet-syntax (= 2.2.0)
13
- puppet_factset (= 0.5.0)
14
- puppetlabs_spec_helper (= 1.2.2)
15
- rake (= 12.0.0)
16
- rspec (= 3.5.0)
17
- thor (= 0.19.4)
18
-
19
- GEM
20
- remote: https://rubygems.org/
21
- specs:
22
- coveralls (0.8.21)
23
- json (>= 1.8, < 3)
24
- simplecov (~> 0.14.1)
25
- term-ansicolor (~> 1.3)
26
- thor (~> 0.19.4)
27
- tins (~> 1.6)
28
- diff-lcs (1.3)
29
- docile (1.1.5)
30
- docker-api (1.33.1)
31
- excon (>= 0.38.0)
32
- json
33
- escort (0.4.0)
34
- nesty
35
- excon (0.59.0)
36
- facter (2.5.1)
37
- fakefs (0.11.0)
38
- faraday (0.9.2)
39
- multipart-post (>= 1.2, < 3)
40
- faraday_middleware (0.10.1)
41
- faraday (>= 0.7.4, < 1.0)
42
- fast_gettext (1.1.0)
43
- gettext (3.2.4)
44
- locale (>= 2.0.5)
45
- text (>= 1.3.0)
46
- gettext-setup (0.28)
47
- fast_gettext (~> 1.1.0)
48
- gettext (>= 3.0.2)
49
- locale
50
- git_refresh (0.1.1)
51
- escort (= 0.4.0)
52
- hiera (3.4.0)
53
- json (2.1.0)
54
- json_pure (1.8.6)
55
- librarian-puppet (2.2.3)
56
- librarianp (>= 0.6.3)
57
- puppet_forge (~> 2.1)
58
- rsync
59
- librarianp (0.6.3)
60
- thor (~> 0.15)
61
- locale (2.1.2)
62
- metaclass (0.0.4)
63
- minitar (0.6.1)
64
- mocha (1.3.0)
65
- metaclass (~> 0.0.1)
66
- multipart-post (2.0.0)
67
- nesty (1.0.2)
68
- puppet (4.10.8)
69
- facter (> 2.0, < 4)
70
- gettext-setup (>= 0.10, < 1)
71
- hiera (>= 2.0, < 4)
72
- json_pure (~> 1.8)
73
- locale (~> 2.1)
74
- puppet-lint (2.1.0)
75
- puppet-syntax (2.2.0)
76
- rake
77
- puppet_factset (0.5.0)
78
- puppet_forge (2.2.7)
79
- faraday (~> 0.9.0)
80
- faraday_middleware (>= 0.9.0, < 0.11.0)
81
- gettext-setup (~> 0.11)
82
- minitar
83
- semantic_puppet (~> 1.0)
84
- puppetlabs_spec_helper (1.2.2)
85
- mocha (~> 1.0)
86
- puppet-lint (~> 2.0)
87
- puppet-syntax (~> 2.0)
88
- rspec-puppet (~> 2.0)
89
- rake (12.0.0)
90
- rspec (3.5.0)
91
- rspec-core (~> 3.5.0)
92
- rspec-expectations (~> 3.5.0)
93
- rspec-mocks (~> 3.5.0)
94
- rspec-core (3.5.4)
95
- rspec-support (~> 3.5.0)
96
- rspec-expectations (3.5.0)
97
- diff-lcs (>= 1.2.0, < 2.0)
98
- rspec-support (~> 3.5.0)
99
- rspec-mocks (3.5.0)
100
- diff-lcs (>= 1.2.0, < 2.0)
101
- rspec-support (~> 3.5.0)
102
- rspec-puppet (2.6.9)
103
- rspec
104
- rspec-support (3.5.0)
105
- rsync (1.0.9)
106
- semantic_puppet (1.0.1)
107
- gettext-setup (>= 0.3)
108
- simplecov (0.14.1)
109
- docile (~> 1.1.0)
110
- json (>= 1.8, < 3)
111
- simplecov-html (~> 0.10.0)
112
- simplecov-html (0.10.2)
113
- term-ansicolor (1.6.0)
114
- tins (~> 1.0)
115
- text (1.3.1)
116
- thor (0.19.4)
117
- tins (1.15.0)
118
-
119
- PLATFORMS
120
- ruby
121
-
122
- DEPENDENCIES
123
- bundler (~> 1.15)
124
- coveralls (= 0.8.21)
125
- fakefs (= 0.11.0)
126
- pdqtest!
127
- puppet (= 4.10.8)
128
-
129
- BUNDLED WITH
130
- 1.15.4