berkshelf 6.3.1 → 6.3.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 65628f5e6966811f5875b1338a1957ed57c5359c
4
- data.tar.gz: e9d9298fd04a3e0094c4b7e9c9a92d0599a5ac5b
2
+ SHA256:
3
+ metadata.gz: 001aac03dc5184672779fcdb664014dcf9e08fbd68ea154af9ac680db7ec5b07
4
+ data.tar.gz: 92cfbe3a9c08ea3b3d2c0e97c95460ceec43ce6f0048e3a8046a2a561c095e1e
5
5
  SHA512:
6
- metadata.gz: 6037f6f332010b10314bd0d06c6e9b1ceb45a520047aab101fcad08a0d19f8b4c3c0bab64b79831dae4b34e8af9542fe549a7c0cf41ed1a13136335eee18deb8
7
- data.tar.gz: 37f4fc24d03538cbfdcade04ca930d687ca193c3362cad8b27becbadb79cb4ee4b69f562cc9b6ce58d8105c83a21da03cc89a6edfff48d3ee934e19fadc9a3e5
6
+ metadata.gz: 2a19bb1dce4e1dfb021e3d6806eb830fbceb7a45ac38268d7d9f92ec72e9934f2567c66e41dbbf18b280d60625bfd085abf201d6cac0f76630db6cbd9b0e2e33
7
+ data.tar.gz: 574ef869cfdb9ec7bc2d6e1c286b5d95199eb7fb5531799a4c82b826521db729ba3d40af4ca93f3566bdf21d32dd7de4edf369031219a9887adff46ded85a034
@@ -27,6 +27,8 @@ notifications:
27
27
  branches:
28
28
  only:
29
29
  - master
30
+ - berkshelf-6
31
+
30
32
  before_install:
31
33
  - gem update --system
32
34
  - gem install bundler
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- berkshelf (6.3.1)
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.3)
24
+ activesupport (5.1.6)
25
25
  concurrent-ruby (~> 1.0, >= 1.0.2)
26
- i18n (~> 0.7)
26
+ i18n (>= 0.7, < 2)
27
27
  minitest (~> 5.1)
28
28
  tzinfo (~> 1.1)
29
- addressable (2.5.1)
30
- public_suffix (~> 2.0, >= 2.0.2)
31
- aruba (0.14.2)
32
- childprocess (~> 0.5.6)
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.3.0)
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.3.42)
54
+ chef (13.8.5)
54
55
  addressable
55
56
  bundler (>= 1.10)
56
- chef-config (= 13.3.42)
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.3.42)
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.6.0)
95
- rubocop (= 0.49.1)
96
- childprocess (0.5.9)
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 (2.4.0)
105
+ cucumber (3.1.0)
104
106
  builder (>= 2.1.2)
105
- cucumber-core (~> 1.5.0)
107
+ cucumber-core (~> 3.1.0)
108
+ cucumber-expressions (~> 5.0.4)
106
109
  cucumber-wire (~> 0.0.1)
107
- diff-lcs (>= 1.1.3)
108
- gherkin (~> 4.0)
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.5.0)
112
- gherkin (~> 4.0)
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.13.1)
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.18)
133
+ ffi (1.9.23)
127
134
  ffi-yajl (2.3.1)
128
135
  libyajl2 (~> 1.2)
129
- fuubar (2.2.0)
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 (4.1.3)
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.5)
143
- hashie (3.5.6)
144
- highline (1.7.8)
149
+ hashdiff (0.3.7)
150
+ hashie (3.5.7)
151
+ highline (1.7.10)
145
152
  hitimes (1.2.6)
146
- http (2.2.2)
153
+ http (3.0.0)
147
154
  addressable (~> 2.3)
148
155
  http-cookie (~> 1.0)
149
- http-form_data (~> 1.0.1)
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.3)
160
+ http-form_data (2.1.0)
154
161
  http_parser.rb (0.6.0)
155
162
  httpclient (2.8.3)
156
- i18n (0.8.6)
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.10.3)
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.4)
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.1)
172
- multi_json (1.12.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.1.0)
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.1.0)
187
- octokit (4.7.0)
195
+ nio4r (2.3.0)
196
+ octokit (4.8.0)
188
197
  sawyer (~> 0.8.0, >= 0.5.3)
189
- ohai (13.3.0)
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.0)
202
- parser (2.4.0.0)
203
- ast (~> 2.2)
204
- plist (3.3.0)
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 (2.0.5)
208
- rack (2.0.3)
209
- rainbow (2.2.2)
210
- rake
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.6.0)
233
- rspec-core (~> 3.6.0)
234
- rspec-expectations (~> 3.6.0)
235
- rspec-mocks (~> 3.6.0)
236
- rspec-core (3.6.0)
237
- rspec-support (~> 3.6.0)
238
- rspec-expectations (3.6.0)
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.6.0)
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.6.0)
252
+ rspec-mocks (3.7.0)
245
253
  diff-lcs (>= 1.2.0, < 2.0)
246
- rspec-support (~> 3.6.0)
247
- rspec-support (3.6.0)
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.49.1)
259
+ rubocop (0.54.0)
252
260
  parallel (~> 1.10)
253
- parser (>= 2.3.3.1, < 3.0)
261
+ parser (>= 2.5)
254
262
  powerpack (~> 0.1)
255
- rainbow (>= 1.99.1, < 3.0)
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.8.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.40.0)
272
+ serverspec (2.41.3)
265
273
  multi_json
266
274
  rspec (~> 3.0)
267
275
  rspec-its
268
- specinfra (~> 2.68)
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.70.1)
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
- tzinfo (1.2.3)
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.4)
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.1)
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.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.15.3
329
+ 1.16.1
@@ -44,5 +44,5 @@ Gem::Specification.new do |s|
44
44
  s.add_dependency "octokit", "~> 4.0"
45
45
  s.add_dependency "mixlib-archive", "~> 0.4"
46
46
  s.add_dependency "concurrent-ruby", "~> 1.0"
47
- s.add_dependency "chef", ">= 12.7.2"
47
+ s.add_dependency "chef", ">= 12.7.2", "< 14.0"
48
48
  end
@@ -1,3 +1,3 @@
1
1
  module Berkshelf
2
- VERSION = "6.3.1"
2
+ VERSION = "6.3.2"
3
3
  end
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.1
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: 2017-08-22 00:00:00.000000000 Z
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.11
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