berkshelf 6.3.1 → 6.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.travis.yml +2 -0
- data/Gemfile.lock +81 -72
- data/berkshelf.gemspec +1 -1
- data/lib/berkshelf/version.rb +1 -1
- metadata +9 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 001aac03dc5184672779fcdb664014dcf9e08fbd68ea154af9ac680db7ec5b07
|
4
|
+
data.tar.gz: 92cfbe3a9c08ea3b3d2c0e97c95460ceec43ce6f0048e3a8046a2a561c095e1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a19bb1dce4e1dfb021e3d6806eb830fbceb7a45ac38268d7d9f92ec72e9934f2567c66e41dbbf18b280d60625bfd085abf201d6cac0f76630db6cbd9b0e2e33
|
7
|
+
data.tar.gz: 574ef869cfdb9ec7bc2d6e1c286b5d95199eb7fb5531799a4c82b826521db729ba3d40af4ca93f3566bdf21d32dd7de4edf369031219a9887adff46ded85a034
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
berkshelf (6.3.
|
4
|
+
berkshelf (6.3.2)
|
5
5
|
buff-config (~> 2.0)
|
6
6
|
buff-extensions (~> 2.0)
|
7
|
-
chef (>= 12.7.2)
|
7
|
+
chef (>= 12.7.2, < 14.0)
|
8
8
|
cleanroom (~> 1.0)
|
9
9
|
concurrent-ruby (~> 1.0)
|
10
10
|
faraday (~> 0.9)
|
@@ -21,21 +21,22 @@ PATH
|
|
21
21
|
GEM
|
22
22
|
remote: https://rubygems.org/
|
23
23
|
specs:
|
24
|
-
activesupport (5.1.
|
24
|
+
activesupport (5.1.6)
|
25
25
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
26
|
-
i18n (
|
26
|
+
i18n (>= 0.7, < 2)
|
27
27
|
minitest (~> 5.1)
|
28
28
|
tzinfo (~> 1.1)
|
29
|
-
addressable (2.5.
|
30
|
-
public_suffix (
|
31
|
-
aruba (0.14.
|
32
|
-
childprocess (
|
29
|
+
addressable (2.5.2)
|
30
|
+
public_suffix (>= 2.0.2, < 4.0)
|
31
|
+
aruba (0.14.5)
|
32
|
+
childprocess (>= 0.6.3, < 0.10.0)
|
33
33
|
contracts (~> 0.9)
|
34
34
|
cucumber (>= 1.3.19)
|
35
35
|
ffi (~> 1.9.10)
|
36
36
|
rspec-expectations (>= 2.99)
|
37
37
|
thor (~> 0.19)
|
38
|
-
ast (2.
|
38
|
+
ast (2.4.0)
|
39
|
+
backports (3.11.1)
|
39
40
|
buff-config (2.0.0)
|
40
41
|
buff-extensions (~> 2.0)
|
41
42
|
varia_model (~> 0.6)
|
@@ -50,10 +51,10 @@ GEM
|
|
50
51
|
celluloid-io (0.16.2)
|
51
52
|
celluloid (>= 0.16.0)
|
52
53
|
nio4r (>= 1.1.0)
|
53
|
-
chef (13.
|
54
|
+
chef (13.8.5)
|
54
55
|
addressable
|
55
56
|
bundler (>= 1.10)
|
56
|
-
chef-config (= 13.
|
57
|
+
chef-config (= 13.8.5)
|
57
58
|
chef-zero (>= 13.0)
|
58
59
|
diff-lcs (~> 1.2, >= 1.2.4)
|
59
60
|
erubis (~> 2.7)
|
@@ -80,36 +81,42 @@ GEM
|
|
80
81
|
specinfra (~> 2.10)
|
81
82
|
syslog-logger (~> 1.6)
|
82
83
|
uuidtools (~> 2.1.5)
|
83
|
-
chef-config (13.
|
84
|
+
chef-config (13.8.5)
|
84
85
|
addressable
|
85
86
|
fuzzyurl
|
86
87
|
mixlib-config (~> 2.0)
|
87
88
|
mixlib-shellout (~> 2.0)
|
89
|
+
tomlrb (~> 1.2)
|
88
90
|
chef-zero (13.1.0)
|
89
91
|
ffi-yajl (~> 2.2)
|
90
92
|
hashie (>= 2.0, < 4.0)
|
91
93
|
mixlib-log (~> 1.3)
|
92
94
|
rack (~> 2.0)
|
93
95
|
uuidtools (~> 2.1)
|
94
|
-
chefstyle (0.
|
95
|
-
rubocop (= 0.
|
96
|
-
childprocess (0.
|
96
|
+
chefstyle (0.9.0)
|
97
|
+
rubocop (= 0.54.0)
|
98
|
+
childprocess (0.9.0)
|
97
99
|
ffi (~> 1.0, >= 1.0.11)
|
98
100
|
cleanroom (1.0.0)
|
99
101
|
concurrent-ruby (1.0.5)
|
100
102
|
contracts (0.16.0)
|
101
103
|
crack (0.4.3)
|
102
104
|
safe_yaml (~> 1.0.0)
|
103
|
-
cucumber (
|
105
|
+
cucumber (3.1.0)
|
104
106
|
builder (>= 2.1.2)
|
105
|
-
cucumber-core (~> 1.
|
107
|
+
cucumber-core (~> 3.1.0)
|
108
|
+
cucumber-expressions (~> 5.0.4)
|
106
109
|
cucumber-wire (~> 0.0.1)
|
107
|
-
diff-lcs (
|
108
|
-
gherkin (~>
|
110
|
+
diff-lcs (~> 1.3)
|
111
|
+
gherkin (~> 5.0)
|
109
112
|
multi_json (>= 1.7.5, < 2.0)
|
110
113
|
multi_test (>= 0.1.2)
|
111
|
-
cucumber-core (1.
|
112
|
-
|
114
|
+
cucumber-core (3.1.0)
|
115
|
+
backports (>= 3.8.0)
|
116
|
+
cucumber-tag_expressions (~> 1.1.0)
|
117
|
+
gherkin (>= 5.0.0)
|
118
|
+
cucumber-expressions (5.0.14)
|
119
|
+
cucumber-tag_expressions (1.1.1)
|
113
120
|
cucumber-wire (0.0.1)
|
114
121
|
dep-selector-libgecode (1.3.1)
|
115
122
|
dep_selector (1.0.6)
|
@@ -119,18 +126,18 @@ GEM
|
|
119
126
|
domain_name (0.5.20170404)
|
120
127
|
unf (>= 0.0.5, < 1.0.0)
|
121
128
|
erubis (2.7.0)
|
122
|
-
faraday (0.
|
129
|
+
faraday (0.14.0)
|
123
130
|
multipart-post (>= 1.2, < 3)
|
124
131
|
faraday-http-cache (2.0.0)
|
125
132
|
faraday (~> 0.8)
|
126
|
-
ffi (1.9.
|
133
|
+
ffi (1.9.23)
|
127
134
|
ffi-yajl (2.3.1)
|
128
135
|
libyajl2 (~> 1.2)
|
129
|
-
fuubar (2.
|
136
|
+
fuubar (2.3.1)
|
130
137
|
rspec-core (~> 3.0)
|
131
138
|
ruby-progressbar (~> 1.4)
|
132
139
|
fuzzyurl (0.9.0)
|
133
|
-
gherkin (
|
140
|
+
gherkin (5.0.0)
|
134
141
|
github_changelog_generator (1.14.3)
|
135
142
|
activesupport
|
136
143
|
faraday-http-cache
|
@@ -139,54 +146,56 @@ GEM
|
|
139
146
|
rainbow (>= 2.1)
|
140
147
|
rake (>= 10.0)
|
141
148
|
retriable (~> 2.1)
|
142
|
-
hashdiff (0.3.
|
143
|
-
hashie (3.5.
|
144
|
-
highline (1.7.
|
149
|
+
hashdiff (0.3.7)
|
150
|
+
hashie (3.5.7)
|
151
|
+
highline (1.7.10)
|
145
152
|
hitimes (1.2.6)
|
146
|
-
http (
|
153
|
+
http (3.0.0)
|
147
154
|
addressable (~> 2.3)
|
148
155
|
http-cookie (~> 1.0)
|
149
|
-
http-form_data (
|
156
|
+
http-form_data (>= 2.0.0.pre.pre2, < 3)
|
150
157
|
http_parser.rb (~> 0.6.0)
|
151
158
|
http-cookie (1.0.3)
|
152
159
|
domain_name (~> 0.5)
|
153
|
-
http-form_data (1.0
|
160
|
+
http-form_data (2.1.0)
|
154
161
|
http_parser.rb (0.6.0)
|
155
162
|
httpclient (2.8.3)
|
156
|
-
i18n (0.
|
163
|
+
i18n (1.0.0)
|
164
|
+
concurrent-ruby (~> 1.0)
|
157
165
|
iniparse (1.4.4)
|
158
166
|
ipaddress (0.8.3)
|
159
167
|
iso8601 (0.9.1)
|
160
168
|
json (2.1.0)
|
161
169
|
libyajl2 (1.2.0)
|
162
170
|
minitar (0.6.1)
|
163
|
-
minitest (5.
|
171
|
+
minitest (5.11.3)
|
164
172
|
mixlib-archive (0.4.1)
|
165
173
|
mixlib-log
|
166
174
|
mixlib-authentication (1.4.2)
|
167
175
|
mixlib-cli (1.7.0)
|
168
|
-
mixlib-config (2.2.
|
176
|
+
mixlib-config (2.2.6)
|
177
|
+
tomlrb
|
169
178
|
mixlib-log (1.7.1)
|
170
179
|
mixlib-shellout (2.3.2)
|
171
|
-
molinillo (0.6.
|
172
|
-
multi_json (1.
|
180
|
+
molinillo (0.6.5)
|
181
|
+
multi_json (1.13.1)
|
173
182
|
multi_test (0.1.2)
|
174
183
|
multipart-post (2.0.0)
|
175
184
|
net-scp (1.2.1)
|
176
185
|
net-ssh (>= 2.6.5)
|
177
186
|
net-sftp (2.1.2)
|
178
187
|
net-ssh (>= 2.6.5)
|
179
|
-
net-ssh (4.
|
188
|
+
net-ssh (4.2.0)
|
180
189
|
net-ssh-gateway (2.0.0)
|
181
190
|
net-ssh (>= 4.0.0)
|
182
191
|
net-ssh-multi (1.2.1)
|
183
192
|
net-ssh (>= 2.6.5)
|
184
193
|
net-ssh-gateway (>= 1.2.0)
|
185
194
|
net-telnet (0.1.1)
|
186
|
-
nio4r (2.
|
187
|
-
octokit (4.
|
195
|
+
nio4r (2.3.0)
|
196
|
+
octokit (4.8.0)
|
188
197
|
sawyer (~> 0.8.0, >= 0.5.3)
|
189
|
-
ohai (13.
|
198
|
+
ohai (13.8.0)
|
190
199
|
chef-config (>= 12.5.0.alpha.1, < 14)
|
191
200
|
ffi (~> 1.9)
|
192
201
|
ffi-yajl (~> 2.2)
|
@@ -198,17 +207,16 @@ GEM
|
|
198
207
|
plist (~> 3.1)
|
199
208
|
systemu (~> 2.6.4)
|
200
209
|
wmi-lite (~> 1.0)
|
201
|
-
parallel (1.12.
|
202
|
-
parser (2.
|
203
|
-
ast (~> 2.
|
204
|
-
plist (3.
|
210
|
+
parallel (1.12.1)
|
211
|
+
parser (2.5.0.5)
|
212
|
+
ast (~> 2.4.0)
|
213
|
+
plist (3.4.0)
|
205
214
|
powerpack (0.1.1)
|
206
215
|
proxifier (1.0.3)
|
207
|
-
public_suffix (
|
208
|
-
rack (2.0.
|
209
|
-
rainbow (
|
210
|
-
|
211
|
-
rake (12.0.0)
|
216
|
+
public_suffix (3.0.2)
|
217
|
+
rack (2.0.4)
|
218
|
+
rainbow (3.0.0)
|
219
|
+
rake (12.3.1)
|
212
220
|
retriable (2.1.0)
|
213
221
|
retryable (2.0.4)
|
214
222
|
ridley (5.1.1)
|
@@ -229,48 +237,48 @@ GEM
|
|
229
237
|
retryable (~> 2.0)
|
230
238
|
semverse (~> 2.0)
|
231
239
|
varia_model (~> 0.6)
|
232
|
-
rspec (3.
|
233
|
-
rspec-core (~> 3.
|
234
|
-
rspec-expectations (~> 3.
|
235
|
-
rspec-mocks (~> 3.
|
236
|
-
rspec-core (3.
|
237
|
-
rspec-support (~> 3.
|
238
|
-
rspec-expectations (3.
|
240
|
+
rspec (3.7.0)
|
241
|
+
rspec-core (~> 3.7.0)
|
242
|
+
rspec-expectations (~> 3.7.0)
|
243
|
+
rspec-mocks (~> 3.7.0)
|
244
|
+
rspec-core (3.7.1)
|
245
|
+
rspec-support (~> 3.7.0)
|
246
|
+
rspec-expectations (3.7.0)
|
239
247
|
diff-lcs (>= 1.2.0, < 2.0)
|
240
|
-
rspec-support (~> 3.
|
248
|
+
rspec-support (~> 3.7.0)
|
241
249
|
rspec-its (1.2.0)
|
242
250
|
rspec-core (>= 3.0.0)
|
243
251
|
rspec-expectations (>= 3.0.0)
|
244
|
-
rspec-mocks (3.
|
252
|
+
rspec-mocks (3.7.0)
|
245
253
|
diff-lcs (>= 1.2.0, < 2.0)
|
246
|
-
rspec-support (~> 3.
|
247
|
-
rspec-support (3.
|
254
|
+
rspec-support (~> 3.7.0)
|
255
|
+
rspec-support (3.7.1)
|
248
256
|
rspec_junit_formatter (0.2.3)
|
249
257
|
builder (< 4)
|
250
258
|
rspec-core (>= 2, < 4, != 2.12.0)
|
251
|
-
rubocop (0.
|
259
|
+
rubocop (0.54.0)
|
252
260
|
parallel (~> 1.10)
|
253
|
-
parser (>= 2.
|
261
|
+
parser (>= 2.5)
|
254
262
|
powerpack (~> 0.1)
|
255
|
-
rainbow (>=
|
263
|
+
rainbow (>= 2.2.2, < 4.0)
|
256
264
|
ruby-progressbar (~> 1.7)
|
257
265
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
258
|
-
ruby-progressbar (1.
|
266
|
+
ruby-progressbar (1.9.0)
|
259
267
|
safe_yaml (1.0.4)
|
260
268
|
sawyer (0.8.1)
|
261
269
|
addressable (>= 2.3.5, < 2.6)
|
262
270
|
faraday (~> 0.8, < 1.0)
|
263
271
|
semverse (2.0.0)
|
264
|
-
serverspec (2.
|
272
|
+
serverspec (2.41.3)
|
265
273
|
multi_json
|
266
274
|
rspec (~> 3.0)
|
267
275
|
rspec-its
|
268
|
-
specinfra (~> 2.
|
276
|
+
specinfra (~> 2.72)
|
269
277
|
sfl (2.3)
|
270
278
|
solve (4.0.0)
|
271
279
|
molinillo (~> 0.6)
|
272
280
|
semverse (>= 1.1, < 3.0)
|
273
|
-
specinfra (2.
|
281
|
+
specinfra (2.73.2)
|
274
282
|
net-scp
|
275
283
|
net-ssh (>= 2.7, < 5.0)
|
276
284
|
net-telnet
|
@@ -281,22 +289,23 @@ GEM
|
|
281
289
|
thread_safe (0.3.6)
|
282
290
|
timers (4.0.4)
|
283
291
|
hitimes
|
284
|
-
|
292
|
+
tomlrb (1.2.6)
|
293
|
+
tzinfo (1.2.5)
|
285
294
|
thread_safe (~> 0.1)
|
286
295
|
unf (0.1.4)
|
287
296
|
unf_ext
|
288
|
-
unf_ext (0.0.7.
|
297
|
+
unf_ext (0.0.7.5)
|
289
298
|
unicode-display_width (1.3.0)
|
290
299
|
uuidtools (2.1.5)
|
291
300
|
varia_model (0.6.0)
|
292
301
|
buff-extensions (~> 2.0)
|
293
302
|
hashie (>= 2.0.2, < 4.0.0)
|
294
|
-
webmock (3.0
|
303
|
+
webmock (3.3.0)
|
295
304
|
addressable (>= 2.3.6)
|
296
305
|
crack (>= 0.3.2)
|
297
306
|
hashdiff
|
298
307
|
wmi-lite (1.0.0)
|
299
|
-
yard (0.9.
|
308
|
+
yard (0.9.12)
|
300
309
|
|
301
310
|
PLATFORMS
|
302
311
|
ruby
|
@@ -317,4 +326,4 @@ DEPENDENCIES
|
|
317
326
|
yard (>= 0.8)
|
318
327
|
|
319
328
|
BUNDLED WITH
|
320
|
-
1.
|
329
|
+
1.16.1
|
data/berkshelf.gemspec
CHANGED
data/lib/berkshelf/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: berkshelf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.3.
|
4
|
+
version: 6.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jamie Winsor
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date:
|
15
|
+
date: 2018-04-04 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: buff-config
|
@@ -229,6 +229,9 @@ dependencies:
|
|
229
229
|
- - ">="
|
230
230
|
- !ruby/object:Gem::Version
|
231
231
|
version: 12.7.2
|
232
|
+
- - "<"
|
233
|
+
- !ruby/object:Gem::Version
|
234
|
+
version: '14.0'
|
232
235
|
type: :runtime
|
233
236
|
prerelease: false
|
234
237
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -236,6 +239,9 @@ dependencies:
|
|
236
239
|
- - ">="
|
237
240
|
- !ruby/object:Gem::Version
|
238
241
|
version: 12.7.2
|
242
|
+
- - "<"
|
243
|
+
- !ruby/object:Gem::Version
|
244
|
+
version: '14.0'
|
239
245
|
description: Manages a Cookbook's, or an Application's, Cookbook dependencies
|
240
246
|
email:
|
241
247
|
- jamie@vialstudios.com
|
@@ -478,7 +484,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
478
484
|
version: 2.0.0
|
479
485
|
requirements: []
|
480
486
|
rubyforge_project:
|
481
|
-
rubygems_version: 2.6
|
487
|
+
rubygems_version: 2.7.6
|
482
488
|
signing_key:
|
483
489
|
specification_version: 4
|
484
490
|
summary: Manages a Cookbook's, or an Application's, Cookbook dependencies
|