chef 11.18.0 → 11.18.6

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 (4) hide show
  1. data/Rakefile +2 -2
  2. data/lib/chef/version.rb +1 -1
  3. metadata +188 -140
  4. checksums.yaml +0 -7
data/Rakefile CHANGED
@@ -41,8 +41,8 @@ end
41
41
 
42
42
  desc "Build it, tag it and ship it"
43
43
  task :ship => :gem do
44
- #sh("git tag #{Chef::VERSION}")
45
- #sh("git push opscode --tags")
44
+ sh("git tag #{Chef::VERSION}")
45
+ sh("git push opscode --tags")
46
46
  Dir[File.expand_path("../pkg/*.gem", __FILE__)].reverse.each do |built_gem|
47
47
  sh("gem push #{built_gem}")
48
48
  end
@@ -16,7 +16,7 @@
16
16
 
17
17
  class Chef
18
18
  CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
19
- VERSION = '11.18.0'
19
+ VERSION = '11.18.6'
20
20
  end
21
21
 
22
22
  # NOTE: the Chef::Version class is defined in version_class.rb
metadata CHANGED
@@ -1,359 +1,406 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.18.0
4
+ version: 11.18.6
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Adam Jacob
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2015-01-15 00:00:00.000000000 Z
12
+ date: 2015-02-05 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: mixlib-config
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
- - - "~>"
19
+ - - ~>
18
20
  - !ruby/object:Gem::Version
19
21
  version: '2.0'
20
22
  type: :runtime
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
- - - "~>"
27
+ - - ~>
25
28
  - !ruby/object:Gem::Version
26
29
  version: '2.0'
27
30
  - !ruby/object:Gem::Dependency
28
31
  name: mixlib-cli
29
32
  requirement: !ruby/object:Gem::Requirement
33
+ none: false
30
34
  requirements:
31
- - - "~>"
35
+ - - ~>
32
36
  - !ruby/object:Gem::Version
33
37
  version: '1.4'
34
38
  type: :runtime
35
39
  prerelease: false
36
40
  version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
37
42
  requirements:
38
- - - "~>"
43
+ - - ~>
39
44
  - !ruby/object:Gem::Version
40
45
  version: '1.4'
41
46
  - !ruby/object:Gem::Dependency
42
47
  name: mixlib-log
43
48
  requirement: !ruby/object:Gem::Requirement
49
+ none: false
44
50
  requirements:
45
- - - "~>"
51
+ - - ~>
46
52
  - !ruby/object:Gem::Version
47
53
  version: '1.3'
48
54
  type: :runtime
49
55
  prerelease: false
50
56
  version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
51
58
  requirements:
52
- - - "~>"
59
+ - - ~>
53
60
  - !ruby/object:Gem::Version
54
61
  version: '1.3'
55
62
  - !ruby/object:Gem::Dependency
56
63
  name: mixlib-authentication
57
64
  requirement: !ruby/object:Gem::Requirement
65
+ none: false
58
66
  requirements:
59
- - - "~>"
67
+ - - ~>
60
68
  - !ruby/object:Gem::Version
61
69
  version: '1.3'
62
70
  type: :runtime
63
71
  prerelease: false
64
72
  version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
65
74
  requirements:
66
- - - "~>"
75
+ - - ~>
67
76
  - !ruby/object:Gem::Version
68
77
  version: '1.3'
69
78
  - !ruby/object:Gem::Dependency
70
79
  name: mixlib-shellout
71
80
  requirement: !ruby/object:Gem::Requirement
81
+ none: false
72
82
  requirements:
73
- - - "~>"
83
+ - - ~>
74
84
  - !ruby/object:Gem::Version
75
85
  version: '1.4'
76
86
  type: :runtime
77
87
  prerelease: false
78
88
  version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
79
90
  requirements:
80
- - - "~>"
91
+ - - ~>
81
92
  - !ruby/object:Gem::Version
82
93
  version: '1.4'
83
94
  - !ruby/object:Gem::Dependency
84
95
  name: ohai
85
96
  requirement: !ruby/object:Gem::Requirement
97
+ none: false
86
98
  requirements:
87
- - - "~>"
99
+ - - ~>
88
100
  - !ruby/object:Gem::Version
89
101
  version: '7.4'
90
102
  type: :runtime
91
103
  prerelease: false
92
104
  version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
93
106
  requirements:
94
- - - "~>"
107
+ - - ~>
95
108
  - !ruby/object:Gem::Version
96
109
  version: '7.4'
97
110
  - !ruby/object:Gem::Dependency
98
111
  name: rest-client
99
112
  requirement: !ruby/object:Gem::Requirement
113
+ none: false
100
114
  requirements:
101
- - - ">="
115
+ - - ! '>='
102
116
  - !ruby/object:Gem::Version
103
117
  version: 1.0.4
104
- - - "<="
118
+ - - <=
105
119
  - !ruby/object:Gem::Version
106
120
  version: 1.6.7
107
121
  type: :runtime
108
122
  prerelease: false
109
123
  version_requirements: !ruby/object:Gem::Requirement
124
+ none: false
110
125
  requirements:
111
- - - ">="
126
+ - - ! '>='
112
127
  - !ruby/object:Gem::Version
113
128
  version: 1.0.4
114
- - - "<="
129
+ - - <=
115
130
  - !ruby/object:Gem::Version
116
131
  version: 1.6.7
117
132
  - !ruby/object:Gem::Dependency
118
133
  name: mime-types
119
134
  requirement: !ruby/object:Gem::Requirement
135
+ none: false
120
136
  requirements:
121
- - - "~>"
137
+ - - ~>
122
138
  - !ruby/object:Gem::Version
123
139
  version: '1.16'
124
140
  type: :runtime
125
141
  prerelease: false
126
142
  version_requirements: !ruby/object:Gem::Requirement
143
+ none: false
127
144
  requirements:
128
- - - "~>"
145
+ - - ~>
129
146
  - !ruby/object:Gem::Version
130
147
  version: '1.16'
131
148
  - !ruby/object:Gem::Dependency
132
149
  name: ffi-yajl
133
150
  requirement: !ruby/object:Gem::Requirement
151
+ none: false
134
152
  requirements:
135
- - - "~>"
153
+ - - ~>
136
154
  - !ruby/object:Gem::Version
137
155
  version: '1.2'
138
156
  type: :runtime
139
157
  prerelease: false
140
158
  version_requirements: !ruby/object:Gem::Requirement
159
+ none: false
141
160
  requirements:
142
- - - "~>"
161
+ - - ~>
143
162
  - !ruby/object:Gem::Version
144
163
  version: '1.2'
145
164
  - !ruby/object:Gem::Dependency
146
165
  name: net-ssh
147
166
  requirement: !ruby/object:Gem::Requirement
167
+ none: false
148
168
  requirements:
149
- - - "~>"
169
+ - - ~>
150
170
  - !ruby/object:Gem::Version
151
171
  version: '2.6'
152
172
  type: :runtime
153
173
  prerelease: false
154
174
  version_requirements: !ruby/object:Gem::Requirement
175
+ none: false
155
176
  requirements:
156
- - - "~>"
177
+ - - ~>
157
178
  - !ruby/object:Gem::Version
158
179
  version: '2.6'
159
180
  - !ruby/object:Gem::Dependency
160
181
  name: net-ssh-multi
161
182
  requirement: !ruby/object:Gem::Requirement
183
+ none: false
162
184
  requirements:
163
- - - "~>"
185
+ - - ~>
164
186
  - !ruby/object:Gem::Version
165
187
  version: '1.1'
166
188
  type: :runtime
167
189
  prerelease: false
168
190
  version_requirements: !ruby/object:Gem::Requirement
191
+ none: false
169
192
  requirements:
170
- - - "~>"
193
+ - - ~>
171
194
  - !ruby/object:Gem::Version
172
195
  version: '1.1'
173
196
  - !ruby/object:Gem::Dependency
174
197
  name: highline
175
198
  requirement: !ruby/object:Gem::Requirement
199
+ none: false
176
200
  requirements:
177
- - - "~>"
201
+ - - ~>
178
202
  - !ruby/object:Gem::Version
179
203
  version: '1.6'
180
- - - ">="
204
+ - - ! '>='
181
205
  - !ruby/object:Gem::Version
182
206
  version: 1.6.9
183
207
  type: :runtime
184
208
  prerelease: false
185
209
  version_requirements: !ruby/object:Gem::Requirement
210
+ none: false
186
211
  requirements:
187
- - - "~>"
212
+ - - ~>
188
213
  - !ruby/object:Gem::Version
189
214
  version: '1.6'
190
- - - ">="
215
+ - - ! '>='
191
216
  - !ruby/object:Gem::Version
192
217
  version: 1.6.9
193
218
  - !ruby/object:Gem::Dependency
194
219
  name: erubis
195
220
  requirement: !ruby/object:Gem::Requirement
221
+ none: false
196
222
  requirements:
197
- - - "~>"
223
+ - - ~>
198
224
  - !ruby/object:Gem::Version
199
225
  version: '2.7'
200
226
  type: :runtime
201
227
  prerelease: false
202
228
  version_requirements: !ruby/object:Gem::Requirement
229
+ none: false
203
230
  requirements:
204
- - - "~>"
231
+ - - ~>
205
232
  - !ruby/object:Gem::Version
206
233
  version: '2.7'
207
234
  - !ruby/object:Gem::Dependency
208
235
  name: diff-lcs
209
236
  requirement: !ruby/object:Gem::Requirement
237
+ none: false
210
238
  requirements:
211
- - - "~>"
239
+ - - ~>
212
240
  - !ruby/object:Gem::Version
213
241
  version: '1.2'
214
- - - ">="
242
+ - - ! '>='
215
243
  - !ruby/object:Gem::Version
216
244
  version: 1.2.4
217
245
  type: :runtime
218
246
  prerelease: false
219
247
  version_requirements: !ruby/object:Gem::Requirement
248
+ none: false
220
249
  requirements:
221
- - - "~>"
250
+ - - ~>
222
251
  - !ruby/object:Gem::Version
223
252
  version: '1.2'
224
- - - ">="
253
+ - - ! '>='
225
254
  - !ruby/object:Gem::Version
226
255
  version: 1.2.4
227
256
  - !ruby/object:Gem::Dependency
228
257
  name: chef-zero
229
258
  requirement: !ruby/object:Gem::Requirement
259
+ none: false
230
260
  requirements:
231
- - - "~>"
261
+ - - ~>
232
262
  - !ruby/object:Gem::Version
233
263
  version: '2.2'
234
- - - ">="
264
+ - - ! '>='
235
265
  - !ruby/object:Gem::Version
236
266
  version: 2.2.1
237
267
  type: :runtime
238
268
  prerelease: false
239
269
  version_requirements: !ruby/object:Gem::Requirement
270
+ none: false
240
271
  requirements:
241
- - - "~>"
272
+ - - ~>
242
273
  - !ruby/object:Gem::Version
243
274
  version: '2.2'
244
- - - ">="
275
+ - - ! '>='
245
276
  - !ruby/object:Gem::Version
246
277
  version: 2.2.1
247
278
  - !ruby/object:Gem::Dependency
248
279
  name: pry
249
280
  requirement: !ruby/object:Gem::Requirement
281
+ none: false
250
282
  requirements:
251
- - - "~>"
283
+ - - ~>
252
284
  - !ruby/object:Gem::Version
253
285
  version: '0.9'
254
286
  type: :runtime
255
287
  prerelease: false
256
288
  version_requirements: !ruby/object:Gem::Requirement
289
+ none: false
257
290
  requirements:
258
- - - "~>"
291
+ - - ~>
259
292
  - !ruby/object:Gem::Version
260
293
  version: '0.9'
261
294
  - !ruby/object:Gem::Dependency
262
295
  name: plist
263
296
  requirement: !ruby/object:Gem::Requirement
297
+ none: false
264
298
  requirements:
265
- - - "~>"
299
+ - - ~>
266
300
  - !ruby/object:Gem::Version
267
301
  version: 3.1.0
268
302
  type: :runtime
269
303
  prerelease: false
270
304
  version_requirements: !ruby/object:Gem::Requirement
305
+ none: false
271
306
  requirements:
272
- - - "~>"
307
+ - - ~>
273
308
  - !ruby/object:Gem::Version
274
309
  version: 3.1.0
275
310
  - !ruby/object:Gem::Dependency
276
311
  name: rack
277
312
  requirement: !ruby/object:Gem::Requirement
313
+ none: false
278
314
  requirements:
279
- - - ">="
315
+ - - ! '>='
280
316
  - !ruby/object:Gem::Version
281
317
  version: '0'
282
318
  type: :development
283
319
  prerelease: false
284
320
  version_requirements: !ruby/object:Gem::Requirement
321
+ none: false
285
322
  requirements:
286
- - - ">="
323
+ - - ! '>='
287
324
  - !ruby/object:Gem::Version
288
325
  version: '0'
289
326
  - !ruby/object:Gem::Dependency
290
327
  name: rake
291
328
  requirement: !ruby/object:Gem::Requirement
329
+ none: false
292
330
  requirements:
293
- - - "~>"
331
+ - - ~>
294
332
  - !ruby/object:Gem::Version
295
333
  version: 10.1.0
296
334
  type: :development
297
335
  prerelease: false
298
336
  version_requirements: !ruby/object:Gem::Requirement
337
+ none: false
299
338
  requirements:
300
- - - "~>"
339
+ - - ~>
301
340
  - !ruby/object:Gem::Version
302
341
  version: 10.1.0
303
342
  - !ruby/object:Gem::Dependency
304
343
  name: rspec_junit_formatter
305
344
  requirement: !ruby/object:Gem::Requirement
345
+ none: false
306
346
  requirements:
307
- - - "~>"
347
+ - - ~>
308
348
  - !ruby/object:Gem::Version
309
349
  version: 0.1.0
310
350
  type: :development
311
351
  prerelease: false
312
352
  version_requirements: !ruby/object:Gem::Requirement
353
+ none: false
313
354
  requirements:
314
- - - "~>"
355
+ - - ~>
315
356
  - !ruby/object:Gem::Version
316
357
  version: 0.1.0
317
358
  - !ruby/object:Gem::Dependency
318
359
  name: rspec-core
319
360
  requirement: !ruby/object:Gem::Requirement
361
+ none: false
320
362
  requirements:
321
- - - "~>"
363
+ - - ~>
322
364
  - !ruby/object:Gem::Version
323
365
  version: 2.14.0
324
366
  type: :development
325
367
  prerelease: false
326
368
  version_requirements: !ruby/object:Gem::Requirement
369
+ none: false
327
370
  requirements:
328
- - - "~>"
371
+ - - ~>
329
372
  - !ruby/object:Gem::Version
330
373
  version: 2.14.0
331
374
  - !ruby/object:Gem::Dependency
332
375
  name: rspec-expectations
333
376
  requirement: !ruby/object:Gem::Requirement
377
+ none: false
334
378
  requirements:
335
- - - "~>"
379
+ - - ~>
336
380
  - !ruby/object:Gem::Version
337
381
  version: 2.14.0
338
382
  type: :development
339
383
  prerelease: false
340
384
  version_requirements: !ruby/object:Gem::Requirement
385
+ none: false
341
386
  requirements:
342
- - - "~>"
387
+ - - ~>
343
388
  - !ruby/object:Gem::Version
344
389
  version: 2.14.0
345
390
  - !ruby/object:Gem::Dependency
346
391
  name: rspec-mocks
347
392
  requirement: !ruby/object:Gem::Requirement
393
+ none: false
348
394
  requirements:
349
- - - "~>"
395
+ - - ~>
350
396
  - !ruby/object:Gem::Version
351
397
  version: 2.14.0
352
398
  type: :development
353
399
  prerelease: false
354
400
  version_requirements: !ruby/object:Gem::Requirement
401
+ none: false
355
402
  requirements:
356
- - - "~>"
403
+ - - ~>
357
404
  - !ruby/object:Gem::Version
358
405
  version: 2.14.0
359
406
  description: A systems integration framework, built to bring the benefits of configuration
@@ -373,18 +420,10 @@ extra_rdoc_files:
373
420
  - CONTRIBUTING.md
374
421
  - LICENSE
375
422
  files:
376
- - CONTRIBUTING.md
423
+ - Rakefile
377
424
  - LICENSE
378
425
  - README.md
379
- - Rakefile
380
- - bin/chef-apply
381
- - bin/chef-client
382
- - bin/chef-service-manager
383
- - bin/chef-shell
384
- - bin/chef-solo
385
- - bin/knife
386
- - bin/shef
387
- - distro/README
426
+ - CONTRIBUTING.md
388
427
  - distro/arch/etc/conf.d/chef-client.conf
389
428
  - distro/arch/etc/conf.d/chef-expander.conf
390
429
  - distro/arch/etc/conf.d/chef-server-webui.conf
@@ -495,7 +534,6 @@ files:
495
534
  - distro/common/html/objects.inv
496
535
  - distro/common/html/search.html
497
536
  - distro/common/html/searchindex.js
498
- - distro/common/man/man1/README.md
499
537
  - distro/common/man/man1/chef-shell.1
500
538
  - distro/common/man/man1/knife-bootstrap.1
501
539
  - distro/common/man/man1/knife-client.1
@@ -528,9 +566,9 @@ files:
528
566
  - distro/common/man/man1/knife-user.1
529
567
  - distro/common/man/man1/knife-xargs.1
530
568
  - distro/common/man/man1/knife.1
569
+ - distro/common/man/man1/README.md
531
570
  - distro/common/man/man8/chef-client.8
532
571
  - distro/common/man/man8/chef-solo.8
533
- - distro/common/markdown/README
534
572
  - distro/common/markdown/man1/chef-shell.mkd
535
573
  - distro/common/markdown/man1/knife-bootstrap.mkd
536
574
  - distro/common/markdown/man1/knife-client.mkd
@@ -555,21 +593,23 @@ files:
555
593
  - distro/common/markdown/man8/chef-server.mkd
556
594
  - distro/common/markdown/man8/chef-solo.mkd
557
595
  - distro/common/markdown/man8/chef-solr.mkd
596
+ - distro/common/markdown/README
558
597
  - distro/debian/etc/default/chef-client
559
598
  - distro/debian/etc/default/chef-expander
560
599
  - distro/debian/etc/default/chef-server
561
600
  - distro/debian/etc/default/chef-server-webui
562
601
  - distro/debian/etc/default/chef-solr
563
- - distro/debian/etc/init.d/chef-client
564
- - distro/debian/etc/init.d/chef-expander
565
- - distro/debian/etc/init.d/chef-server
566
- - distro/debian/etc/init.d/chef-server-webui
567
- - distro/debian/etc/init.d/chef-solr
568
602
  - distro/debian/etc/init/chef-client.conf
569
603
  - distro/debian/etc/init/chef-expander.conf
570
604
  - distro/debian/etc/init/chef-server-webui.conf
571
605
  - distro/debian/etc/init/chef-server.conf
572
606
  - distro/debian/etc/init/chef-solr.conf
607
+ - distro/debian/etc/init.d/chef-client
608
+ - distro/debian/etc/init.d/chef-expander
609
+ - distro/debian/etc/init.d/chef-server
610
+ - distro/debian/etc/init.d/chef-server-webui
611
+ - distro/debian/etc/init.d/chef-solr
612
+ - distro/README
573
613
  - distro/redhat/etc/init.d/chef-client
574
614
  - distro/redhat/etc/init.d/chef-expander
575
615
  - distro/redhat/etc/init.d/chef-server
@@ -586,10 +626,8 @@ files:
586
626
  - distro/redhat/etc/sysconfig/chef-server-webui
587
627
  - distro/redhat/etc/sysconfig/chef-solr
588
628
  - distro/windows/service_manager.rb
589
- - lib/chef.rb
590
- - lib/chef/api_client.rb
591
629
  - lib/chef/api_client/registration.rb
592
- - lib/chef/application.rb
630
+ - lib/chef/api_client.rb
593
631
  - lib/chef/application/agent.rb
594
632
  - lib/chef/application/apply.rb
595
633
  - lib/chef/application/client.rb
@@ -597,8 +635,8 @@ files:
597
635
  - lib/chef/application/solo.rb
598
636
  - lib/chef/application/windows_service.rb
599
637
  - lib/chef/application/windows_service_manager.rb
638
+ - lib/chef/application.rb
600
639
  - lib/chef/applications.rb
601
- - lib/chef/chef_fs.rb
602
640
  - lib/chef/chef_fs/chef_fs_data_store.rb
603
641
  - lib/chef/chef_fs/command_line.rb
604
642
  - lib/chef/chef_fs/config.rb
@@ -614,7 +652,6 @@ files:
614
652
  - lib/chef/chef_fs/data_handler/role_data_handler.rb
615
653
  - lib/chef/chef_fs/data_handler/user_data_handler.rb
616
654
  - lib/chef/chef_fs/file_pattern.rb
617
- - lib/chef/chef_fs/file_system.rb
618
655
  - lib/chef/chef_fs/file_system/acl_dir.rb
619
656
  - lib/chef/chef_fs/file_system/acl_entry.rb
620
657
  - lib/chef/chef_fs/file_system/acls_dir.rb
@@ -654,11 +691,13 @@ files:
654
691
  - lib/chef/chef_fs/file_system/operation_not_allowed_error.rb
655
692
  - lib/chef/chef_fs/file_system/rest_list_dir.rb
656
693
  - lib/chef/chef_fs/file_system/rest_list_entry.rb
694
+ - lib/chef/chef_fs/file_system.rb
657
695
  - lib/chef/chef_fs/knife.rb
658
- - lib/chef/chef_fs/parallelizer.rb
659
696
  - lib/chef/chef_fs/parallelizer/flatten_enumerable.rb
660
697
  - lib/chef/chef_fs/parallelizer/parallel_enumerable.rb
698
+ - lib/chef/chef_fs/parallelizer.rb
661
699
  - lib/chef/chef_fs/path_utils.rb
700
+ - lib/chef/chef_fs.rb
662
701
  - lib/chef/client.rb
663
702
  - lib/chef/config.rb
664
703
  - lib/chef/config_fetcher.rb
@@ -685,7 +724,6 @@ files:
685
724
  - lib/chef/deprecation/provider/template.rb
686
725
  - lib/chef/deprecation/warnings.rb
687
726
  - lib/chef/digester.rb
688
- - lib/chef/dsl.rb
689
727
  - lib/chef/dsl/data_query.rb
690
728
  - lib/chef/dsl/include_attribute.rb
691
729
  - lib/chef/dsl/include_recipe.rb
@@ -693,32 +731,32 @@ files:
693
731
  - lib/chef/dsl/reboot_pending.rb
694
732
  - lib/chef/dsl/recipe.rb
695
733
  - lib/chef/dsl/registry_helper.rb
696
- - lib/chef/encrypted_data_bag_item.rb
734
+ - lib/chef/dsl.rb
697
735
  - lib/chef/encrypted_data_bag_item/decryption_failure.rb
698
736
  - lib/chef/encrypted_data_bag_item/decryptor.rb
699
737
  - lib/chef/encrypted_data_bag_item/encryptor.rb
700
738
  - lib/chef/encrypted_data_bag_item/unacceptable_encrypted_data_bag_item_format.rb
701
739
  - lib/chef/encrypted_data_bag_item/unsupported_cipher.rb
702
740
  - lib/chef/encrypted_data_bag_item/unsupported_encrypted_data_bag_item_format.rb
741
+ - lib/chef/encrypted_data_bag_item.rb
703
742
  - lib/chef/environment.rb
704
743
  - lib/chef/event_dispatch/base.rb
705
744
  - lib/chef/event_dispatch/dispatcher.rb
706
745
  - lib/chef/event_dispatch/events_output_stream.rb
707
746
  - lib/chef/exceptions.rb
708
- - lib/chef/file_access_control.rb
709
747
  - lib/chef/file_access_control/unix.rb
710
748
  - lib/chef/file_access_control/windows.rb
749
+ - lib/chef/file_access_control.rb
711
750
  - lib/chef/file_cache.rb
712
751
  - lib/chef/file_content_management/content_base.rb
713
- - lib/chef/file_content_management/deploy.rb
714
752
  - lib/chef/file_content_management/deploy/cp.rb
715
753
  - lib/chef/file_content_management/deploy/mv_unix.rb
716
754
  - lib/chef/file_content_management/deploy/mv_windows.rb
755
+ - lib/chef/file_content_management/deploy.rb
717
756
  - lib/chef/file_content_management/tempfile.rb
718
757
  - lib/chef/formatters/base.rb
719
758
  - lib/chef/formatters/doc.rb
720
759
  - lib/chef/formatters/error_descriptor.rb
721
- - lib/chef/formatters/error_inspectors.rb
722
760
  - lib/chef/formatters/error_inspectors/api_error_formatting.rb
723
761
  - lib/chef/formatters/error_inspectors/compile_error_inspector.rb
724
762
  - lib/chef/formatters/error_inspectors/cookbook_resolve_error_inspector.rb
@@ -727,15 +765,15 @@ files:
727
765
  - lib/chef/formatters/error_inspectors/registration_error_inspector.rb
728
766
  - lib/chef/formatters/error_inspectors/resource_failure_inspector.rb
729
767
  - lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb
768
+ - lib/chef/formatters/error_inspectors.rb
730
769
  - lib/chef/formatters/error_mapper.rb
731
770
  - lib/chef/formatters/indentable_output_stream.rb
732
771
  - lib/chef/formatters/minimal.rb
733
772
  - lib/chef/guard_interpreter/default_guard_interpreter.rb
734
773
  - lib/chef/guard_interpreter/resource_guard_interpreter.rb
735
- - lib/chef/handler.rb
736
774
  - lib/chef/handler/error_report.rb
737
775
  - lib/chef/handler/json_file.rb
738
- - lib/chef/http.rb
776
+ - lib/chef/handler.rb
739
777
  - lib/chef/http/auth_credentials.rb
740
778
  - lib/chef/http/authenticator.rb
741
779
  - lib/chef/http/basic_client.rb
@@ -750,18 +788,18 @@ files:
750
788
  - lib/chef/http/simple.rb
751
789
  - lib/chef/http/ssl_policies.rb
752
790
  - lib/chef/http/validate_content_length.rb
791
+ - lib/chef/http.rb
753
792
  - lib/chef/json_compat.rb
754
- - lib/chef/knife.rb
755
- - lib/chef/knife/bootstrap.rb
756
- - lib/chef/knife/bootstrap/README.md
757
793
  - lib/chef/knife/bootstrap/archlinux-gems.erb
758
794
  - lib/chef/knife/bootstrap/centos5-gems.erb
759
795
  - lib/chef/knife/bootstrap/chef-aix.erb
760
796
  - lib/chef/knife/bootstrap/chef-full.erb
761
797
  - lib/chef/knife/bootstrap/fedora13-gems.erb
798
+ - lib/chef/knife/bootstrap/README.md
762
799
  - lib/chef/knife/bootstrap/ubuntu10.04-apt.erb
763
800
  - lib/chef/knife/bootstrap/ubuntu10.04-gems.erb
764
801
  - lib/chef/knife/bootstrap/ubuntu12.04-gems.erb
802
+ - lib/chef/knife/bootstrap.rb
765
803
  - lib/chef/knife/client_bulk_delete.rb
766
804
  - lib/chef/knife/client_create.rb
767
805
  - lib/chef/knife/client_delete.rb
@@ -859,12 +897,13 @@ files:
859
897
  - lib/chef/knife/user_reregister.rb
860
898
  - lib/chef/knife/user_show.rb
861
899
  - lib/chef/knife/xargs.rb
900
+ - lib/chef/knife.rb
862
901
  - lib/chef/log.rb
863
902
  - lib/chef/mash.rb
864
903
  - lib/chef/mixin/checksum.rb
865
- - lib/chef/mixin/command.rb
866
904
  - lib/chef/mixin/command/unix.rb
867
905
  - lib/chef/mixin/command/windows.rb
906
+ - lib/chef/mixin/command.rb
868
907
  - lib/chef/mixin/convert_to_class_name.rb
869
908
  - lib/chef/mixin/create_path.rb
870
909
  - lib/chef/mixin/deep_merge.rb
@@ -901,38 +940,36 @@ files:
901
940
  - lib/chef/monkey_patches/uri.rb
902
941
  - lib/chef/monologger.rb
903
942
  - lib/chef/nil_argument.rb
904
- - lib/chef/node.rb
905
943
  - lib/chef/node/attribute.rb
906
944
  - lib/chef/node/attribute_collections.rb
907
945
  - lib/chef/node/immutable_collections.rb
908
- - lib/chef/platform.rb
946
+ - lib/chef/node.rb
909
947
  - lib/chef/platform/provider_mapping.rb
910
948
  - lib/chef/platform/query_helpers.rb
911
- - lib/chef/policy_builder.rb
949
+ - lib/chef/platform.rb
912
950
  - lib/chef/policy_builder/expand_node_object.rb
913
951
  - lib/chef/policy_builder/policyfile.rb
914
- - lib/chef/provider.rb
952
+ - lib/chef/policy_builder.rb
915
953
  - lib/chef/provider/batch.rb
916
954
  - lib/chef/provider/breakpoint.rb
917
- - lib/chef/provider/cookbook_file.rb
918
955
  - lib/chef/provider/cookbook_file/content.rb
919
- - lib/chef/provider/cron.rb
956
+ - lib/chef/provider/cookbook_file.rb
920
957
  - lib/chef/provider/cron/aix.rb
921
958
  - lib/chef/provider/cron/solaris.rb
922
959
  - lib/chef/provider/cron/unix.rb
923
- - lib/chef/provider/deploy.rb
960
+ - lib/chef/provider/cron.rb
924
961
  - lib/chef/provider/deploy/revision.rb
925
962
  - lib/chef/provider/deploy/timestamped.rb
963
+ - lib/chef/provider/deploy.rb
926
964
  - lib/chef/provider/directory.rb
927
965
  - lib/chef/provider/dsc_script.rb
928
- - lib/chef/provider/env.rb
929
966
  - lib/chef/provider/env/windows.rb
967
+ - lib/chef/provider/env.rb
930
968
  - lib/chef/provider/erl_call.rb
931
969
  - lib/chef/provider/execute.rb
932
- - lib/chef/provider/file.rb
933
970
  - lib/chef/provider/file/content.rb
971
+ - lib/chef/provider/file.rb
934
972
  - lib/chef/provider/git.rb
935
- - lib/chef/provider/group.rb
936
973
  - lib/chef/provider/group/aix.rb
937
974
  - lib/chef/provider/group/dscl.rb
938
975
  - lib/chef/provider/group/gpasswd.rb
@@ -942,22 +979,22 @@ files:
942
979
  - lib/chef/provider/group/suse.rb
943
980
  - lib/chef/provider/group/usermod.rb
944
981
  - lib/chef/provider/group/windows.rb
982
+ - lib/chef/provider/group.rb
945
983
  - lib/chef/provider/http_request.rb
946
- - lib/chef/provider/ifconfig.rb
947
984
  - lib/chef/provider/ifconfig/aix.rb
948
985
  - lib/chef/provider/ifconfig/debian.rb
949
986
  - lib/chef/provider/ifconfig/redhat.rb
987
+ - lib/chef/provider/ifconfig.rb
950
988
  - lib/chef/provider/link.rb
951
989
  - lib/chef/provider/log.rb
952
990
  - lib/chef/provider/lwrp_base.rb
953
991
  - lib/chef/provider/mdadm.rb
954
- - lib/chef/provider/mount.rb
955
992
  - lib/chef/provider/mount/aix.rb
956
993
  - lib/chef/provider/mount/mount.rb
957
994
  - lib/chef/provider/mount/solaris.rb
958
995
  - lib/chef/provider/mount/windows.rb
996
+ - lib/chef/provider/mount.rb
959
997
  - lib/chef/provider/ohai.rb
960
- - lib/chef/provider/package.rb
961
998
  - lib/chef/provider/package/aix.rb
962
999
  - lib/chef/provider/package/apt.rb
963
1000
  - lib/chef/provider/package/dpkg.rb
@@ -975,26 +1012,26 @@ files:
975
1012
  - lib/chef/provider/package/rubygems.rb
976
1013
  - lib/chef/provider/package/smartos.rb
977
1014
  - lib/chef/provider/package/solaris.rb
978
- - lib/chef/provider/package/windows.rb
979
1015
  - lib/chef/provider/package/windows/msi.rb
1016
+ - lib/chef/provider/package/windows.rb
980
1017
  - lib/chef/provider/package/yum-dump.py
981
1018
  - lib/chef/provider/package/yum.rb
982
1019
  - lib/chef/provider/package/zypper.rb
1020
+ - lib/chef/provider/package.rb
983
1021
  - lib/chef/provider/powershell_script.rb
984
1022
  - lib/chef/provider/registry_key.rb
985
1023
  - lib/chef/provider/remote_directory.rb
986
- - lib/chef/provider/remote_file.rb
987
1024
  - lib/chef/provider/remote_file/cache_control_data.rb
988
1025
  - lib/chef/provider/remote_file/content.rb
989
1026
  - lib/chef/provider/remote_file/fetcher.rb
990
1027
  - lib/chef/provider/remote_file/ftp.rb
991
1028
  - lib/chef/provider/remote_file/http.rb
992
1029
  - lib/chef/provider/remote_file/local_file.rb
1030
+ - lib/chef/provider/remote_file.rb
993
1031
  - lib/chef/provider/resource_update.rb
994
1032
  - lib/chef/provider/route.rb
995
1033
  - lib/chef/provider/ruby_block.rb
996
1034
  - lib/chef/provider/script.rb
997
- - lib/chef/provider/service.rb
998
1035
  - lib/chef/provider/service/arch.rb
999
1036
  - lib/chef/provider/service/debian.rb
1000
1037
  - lib/chef/provider/service/freebsd.rb
@@ -1009,23 +1046,24 @@ files:
1009
1046
  - lib/chef/provider/service/systemd.rb
1010
1047
  - lib/chef/provider/service/upstart.rb
1011
1048
  - lib/chef/provider/service/windows.rb
1049
+ - lib/chef/provider/service.rb
1012
1050
  - lib/chef/provider/subversion.rb
1013
- - lib/chef/provider/template.rb
1014
1051
  - lib/chef/provider/template/content.rb
1052
+ - lib/chef/provider/template.rb
1015
1053
  - lib/chef/provider/template_finder.rb
1016
- - lib/chef/provider/user.rb
1017
1054
  - lib/chef/provider/user/dscl.rb
1018
1055
  - lib/chef/provider/user/pw.rb
1019
1056
  - lib/chef/provider/user/solaris.rb
1020
1057
  - lib/chef/provider/user/useradd.rb
1021
1058
  - lib/chef/provider/user/windows.rb
1059
+ - lib/chef/provider/user.rb
1022
1060
  - lib/chef/provider/whyrun_safe_ruby_block.rb
1023
1061
  - lib/chef/provider/windows_script.rb
1062
+ - lib/chef/provider.rb
1024
1063
  - lib/chef/providers.rb
1025
1064
  - lib/chef/recipe.rb
1026
1065
  - lib/chef/request_id.rb
1027
1066
  - lib/chef/reserved_names.rb
1028
- - lib/chef/resource.rb
1029
1067
  - lib/chef/resource/apt_package.rb
1030
1068
  - lib/chef/resource/bash.rb
1031
1069
  - lib/chef/resource/batch.rb
@@ -1088,8 +1126,9 @@ files:
1088
1126
  - lib/chef/resource/windows_package.rb
1089
1127
  - lib/chef/resource/windows_script.rb
1090
1128
  - lib/chef/resource/yum_package.rb
1091
- - lib/chef/resource_collection.rb
1129
+ - lib/chef/resource.rb
1092
1130
  - lib/chef/resource_collection/stepable_iterator.rb
1131
+ - lib/chef/resource_collection.rb
1093
1132
  - lib/chef/resource_definition.rb
1094
1133
  - lib/chef/resource_definition_list.rb
1095
1134
  - lib/chef/resource_platform_map.rb
@@ -1097,12 +1136,12 @@ files:
1097
1136
  - lib/chef/resources.rb
1098
1137
  - lib/chef/rest.rb
1099
1138
  - lib/chef/role.rb
1100
- - lib/chef/run_context.rb
1101
1139
  - lib/chef/run_context/cookbook_compiler.rb
1102
- - lib/chef/run_list.rb
1140
+ - lib/chef/run_context.rb
1103
1141
  - lib/chef/run_list/run_list_expansion.rb
1104
1142
  - lib/chef/run_list/run_list_item.rb
1105
1143
  - lib/chef/run_list/versioned_recipe_list.rb
1144
+ - lib/chef/run_list.rb
1106
1145
  - lib/chef/run_lock.rb
1107
1146
  - lib/chef/run_status.rb
1108
1147
  - lib/chef/runner.rb
@@ -1111,11 +1150,11 @@ files:
1111
1150
  - lib/chef/search/query.rb
1112
1151
  - lib/chef/server_api.rb
1113
1152
  - lib/chef/shef/ext.rb
1114
- - lib/chef/shell.rb
1115
1153
  - lib/chef/shell/ext.rb
1116
1154
  - lib/chef/shell/model_wrapper.rb
1117
1155
  - lib/chef/shell/shell_rest.rb
1118
1156
  - lib/chef/shell/shell_session.rb
1157
+ - lib/chef/shell.rb
1119
1158
  - lib/chef/shell_out.rb
1120
1159
  - lib/chef/streaming_cookbook_uploader.rb
1121
1160
  - lib/chef/tasks/chef_repo.rake
@@ -1133,18 +1172,17 @@ files:
1133
1172
  - lib/chef/util/powershell/cmdlet_result.rb
1134
1173
  - lib/chef/util/selinux.rb
1135
1174
  - lib/chef/util/threaded_job_queue.rb
1136
- - lib/chef/util/windows.rb
1137
1175
  - lib/chef/util/windows/net_group.rb
1138
1176
  - lib/chef/util/windows/net_use.rb
1139
1177
  - lib/chef/util/windows/net_user.rb
1140
1178
  - lib/chef/util/windows/volume.rb
1141
- - lib/chef/version.rb
1179
+ - lib/chef/util/windows.rb
1142
1180
  - lib/chef/version/platform.rb
1181
+ - lib/chef/version.rb
1143
1182
  - lib/chef/version_class.rb
1144
- - lib/chef/version_constraint.rb
1145
1183
  - lib/chef/version_constraint/platform.rb
1184
+ - lib/chef/version_constraint.rb
1146
1185
  - lib/chef/whitelist.rb
1147
- - lib/chef/win32/api.rb
1148
1186
  - lib/chef/win32/api/error.rb
1149
1187
  - lib/chef/win32/api/file.rb
1150
1188
  - lib/chef/win32/api/installer.rb
@@ -1156,23 +1194,26 @@ files:
1156
1194
  - lib/chef/win32/api/synchronization.rb
1157
1195
  - lib/chef/win32/api/system.rb
1158
1196
  - lib/chef/win32/api/unicode.rb
1197
+ - lib/chef/win32/api.rb
1159
1198
  - lib/chef/win32/error.rb
1160
- - lib/chef/win32/file.rb
1161
1199
  - lib/chef/win32/file/info.rb
1200
+ - lib/chef/win32/file.rb
1162
1201
  - lib/chef/win32/handle.rb
1163
1202
  - lib/chef/win32/memory.rb
1164
1203
  - lib/chef/win32/mutex.rb
1165
1204
  - lib/chef/win32/process.rb
1166
1205
  - lib/chef/win32/registry.rb
1167
- - lib/chef/win32/security.rb
1168
1206
  - lib/chef/win32/security/ace.rb
1169
1207
  - lib/chef/win32/security/acl.rb
1170
1208
  - lib/chef/win32/security/securable_object.rb
1171
1209
  - lib/chef/win32/security/security_descriptor.rb
1172
1210
  - lib/chef/win32/security/sid.rb
1173
1211
  - lib/chef/win32/security/token.rb
1212
+ - lib/chef/win32/security.rb
1174
1213
  - lib/chef/win32/unicode.rb
1175
1214
  - lib/chef/win32/version.rb
1215
+ - lib/chef.rb
1216
+ - tasks/rspec.rb
1176
1217
  - spec/data/apt/chef-integration-test-1.0/debian/changelog
1177
1218
  - spec/data/apt/chef-integration-test-1.0/debian/compat
1178
1219
  - spec/data/apt/chef-integration-test-1.0/debian/control
@@ -1202,11 +1243,11 @@ files:
1202
1243
  - spec/data/apt/var/www/apt/db/references.db
1203
1244
  - spec/data/apt/var/www/apt/db/release.caches.db
1204
1245
  - spec/data/apt/var/www/apt/db/version
1205
- - spec/data/apt/var/www/apt/dists/sid/Release
1206
1246
  - spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Packages
1207
1247
  - spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Packages.gz
1208
1248
  - spec/data/apt/var/www/apt/dists/sid/main/binary-amd64/Release
1209
1249
  - spec/data/apt/var/www/apt/dists/sid/main/binary-i386/Packages
1250
+ - spec/data/apt/var/www/apt/dists/sid/Release
1210
1251
  - spec/data/apt/var/www/apt/pool/main/c/chef-integration-test/chef-integration-test_1.0-1_amd64.deb
1211
1252
  - spec/data/apt/var/www/apt/pool/main/c/chef-integration-test/chef-integration-test_1.1-1_amd64.deb
1212
1253
  - spec/data/bad-config.rb
@@ -1217,12 +1258,12 @@ files:
1217
1258
  - spec/data/bootstrap/secret.erb
1218
1259
  - spec/data/bootstrap/test-hints.erb
1219
1260
  - spec/data/bootstrap/test.erb
1220
- - spec/data/cb_version_cookbooks/tatft/README.rdoc
1221
1261
  - spec/data/cb_version_cookbooks/tatft/attributes/default.rb
1222
1262
  - spec/data/cb_version_cookbooks/tatft/definitions/runit_service.rb
1223
1263
  - spec/data/cb_version_cookbooks/tatft/files/default/giant_blob.tgz
1224
1264
  - spec/data/cb_version_cookbooks/tatft/libraries/ownage.rb
1225
1265
  - spec/data/cb_version_cookbooks/tatft/providers/lwp.rb
1266
+ - spec/data/cb_version_cookbooks/tatft/README.rdoc
1226
1267
  - spec/data/cb_version_cookbooks/tatft/recipes/default.rb
1227
1268
  - spec/data/cb_version_cookbooks/tatft/resources/lwr.rb
1228
1269
  - spec/data/cb_version_cookbooks/tatft/templates/default/configuration.erb
@@ -1383,6 +1424,16 @@ files:
1383
1424
  - spec/data/run_context/cookbooks/no-default-attr/providers/provider.rb
1384
1425
  - spec/data/run_context/cookbooks/no-default-attr/recipes/default.rb
1385
1426
  - spec/data/run_context/cookbooks/no-default-attr/resources/resource.rb
1427
+ - spec/data/run_context/cookbooks/test/attributes/default.rb
1428
+ - spec/data/run_context/cookbooks/test/attributes/george.rb
1429
+ - spec/data/run_context/cookbooks/test/definitions/new_animals.rb
1430
+ - spec/data/run_context/cookbooks/test/definitions/new_cat.rb
1431
+ - spec/data/run_context/cookbooks/test/definitions/test_res.rb
1432
+ - spec/data/run_context/cookbooks/test/providers/provider.rb
1433
+ - spec/data/run_context/cookbooks/test/recipes/default.rb
1434
+ - spec/data/run_context/cookbooks/test/recipes/one.rb
1435
+ - spec/data/run_context/cookbooks/test/recipes/two.rb
1436
+ - spec/data/run_context/cookbooks/test/resources/resource.rb
1386
1437
  - spec/data/run_context/cookbooks/test-with-circular-deps/attributes/default.rb
1387
1438
  - spec/data/run_context/cookbooks/test-with-circular-deps/definitions/test_with-circular-deps_res.rb
1388
1439
  - spec/data/run_context/cookbooks/test-with-circular-deps/libraries/lib.rb
@@ -1398,16 +1449,6 @@ files:
1398
1449
  - spec/data/run_context/cookbooks/test-with-deps/recipes/default.rb
1399
1450
  - spec/data/run_context/cookbooks/test-with-deps/recipes/server.rb
1400
1451
  - spec/data/run_context/cookbooks/test-with-deps/resources/resource.rb
1401
- - spec/data/run_context/cookbooks/test/attributes/default.rb
1402
- - spec/data/run_context/cookbooks/test/attributes/george.rb
1403
- - spec/data/run_context/cookbooks/test/definitions/new_animals.rb
1404
- - spec/data/run_context/cookbooks/test/definitions/new_cat.rb
1405
- - spec/data/run_context/cookbooks/test/definitions/test_res.rb
1406
- - spec/data/run_context/cookbooks/test/providers/provider.rb
1407
- - spec/data/run_context/cookbooks/test/recipes/default.rb
1408
- - spec/data/run_context/cookbooks/test/recipes/one.rb
1409
- - spec/data/run_context/cookbooks/test/recipes/two.rb
1410
- - spec/data/run_context/cookbooks/test/resources/resource.rb
1411
1452
  - spec/data/run_context/nodes/run_context.rb
1412
1453
  - spec/data/search_queries_to_transform.txt
1413
1454
  - spec/data/shef-config.rb
@@ -1417,8 +1458,8 @@ files:
1417
1458
  - spec/data/ssl/key.pem
1418
1459
  - spec/data/ssl/private_key.pem
1419
1460
  - spec/data/ssl/private_key_with_whitespace.pem
1420
- - spec/data/standalone_cookbook/Gemfile
1421
1461
  - spec/data/standalone_cookbook/chefignore
1462
+ - spec/data/standalone_cookbook/Gemfile
1422
1463
  - spec/data/standalone_cookbook/recipes/default.rb
1423
1464
  - spec/data/standalone_cookbook/vendor/bundle/ruby/2.0.0/gems/multi_json-1.9.0/lib/multi_json.rb
1424
1465
  - spec/data/templates/seattle.txt
@@ -1427,12 +1468,12 @@ files:
1427
1468
  - spec/data/trusted_certs/opscode.pem
1428
1469
  - spec/data/trusted_certs/root.pem
1429
1470
  - spec/functional/application_spec.rb
1430
- - spec/functional/assets/PkgA.1.0.0.0.bff
1431
- - spec/functional/assets/PkgA.2.0.0.0.bff
1432
1471
  - spec/functional/assets/dummy-1-0.aix6.1.noarch.rpm
1433
1472
  - spec/functional/assets/dummy-2-0.aix6.1.noarch.rpm
1434
1473
  - spec/functional/assets/mytest-1.0-1.noarch.rpm
1435
1474
  - spec/functional/assets/mytest-2.0-1.noarch.rpm
1475
+ - spec/functional/assets/PkgA.1.0.0.0.bff
1476
+ - spec/functional/assets/PkgA.2.0.0.0.bff
1436
1477
  - spec/functional/dsl/reboot_pending_spec.rb
1437
1478
  - spec/functional/dsl/registry_helper_spec.rb
1438
1479
  - spec/functional/file_content_management/deploy_strategies_spec.rb
@@ -1912,29 +1953,36 @@ files:
1912
1953
  - spec/unit/version_constraint/platform_spec.rb
1913
1954
  - spec/unit/version_constraint_spec.rb
1914
1955
  - spec/unit/windows_service_spec.rb
1915
- - tasks/rspec.rb
1956
+ - bin/chef-client
1957
+ - bin/chef-solo
1958
+ - bin/knife
1959
+ - bin/chef-shell
1960
+ - bin/shef
1961
+ - bin/chef-apply
1962
+ - bin/chef-service-manager
1916
1963
  homepage: http://wiki.opscode.com/display/chef
1917
1964
  licenses: []
1918
- metadata: {}
1919
1965
  post_install_message:
1920
1966
  rdoc_options: []
1921
1967
  require_paths:
1922
1968
  - lib
1923
1969
  required_ruby_version: !ruby/object:Gem::Requirement
1970
+ none: false
1924
1971
  requirements:
1925
- - - ">="
1972
+ - - ! '>='
1926
1973
  - !ruby/object:Gem::Version
1927
1974
  version: '0'
1928
1975
  required_rubygems_version: !ruby/object:Gem::Requirement
1976
+ none: false
1929
1977
  requirements:
1930
- - - ">="
1978
+ - - ! '>='
1931
1979
  - !ruby/object:Gem::Version
1932
1980
  version: '0'
1933
1981
  requirements: []
1934
1982
  rubyforge_project:
1935
- rubygems_version: 2.4.4
1983
+ rubygems_version: 1.8.24
1936
1984
  signing_key:
1937
- specification_version: 4
1985
+ specification_version: 3
1938
1986
  summary: A systems integration framework, built to bring the benefits of configuration
1939
1987
  management to your entire infrastructure.
1940
1988
  test_files: []
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 5488cfa9cadb8915b16300d713c7e9fa84280a9b
4
- data.tar.gz: 2e972fcb90079442701054cc60e32f4702aaa622
5
- SHA512:
6
- metadata.gz: f4b29699fee5b775cb9f6da9dbd0bc431fef26da46da9d3bf3dddd1678039a337da941820992a5821fef270b96eb961ce2ecae726763f5e073c034270c25d6b7
7
- data.tar.gz: 09699de226ec45815de423131cff4f006ec7ab8b05ea7abdd8da6b3ad9103bf7de4c0c08c898119152d5afdaf1902907a822dcfc9844ae8a027106383d554631