microwave 0.1006.15 → 0.1006.16
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.
- data/VERSION +1 -1
- data/lib/chef/cookbook_version_selector.rb +0 -2
- metadata +8 -20
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1006.
|
|
1
|
+
0.1006.16
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: microwave
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 3975
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1006
|
|
9
|
-
-
|
|
10
|
-
version: 0.1006.
|
|
9
|
+
- 16
|
|
10
|
+
version: 0.1006.16
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Tom Bombadil
|
|
@@ -15,7 +15,8 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-05-16 00:00:00
|
|
18
|
+
date: 2012-05-16 00:00:00 -07:00
|
|
19
|
+
default_executable:
|
|
19
20
|
dependencies:
|
|
20
21
|
- !ruby/object:Gem::Dependency
|
|
21
22
|
name: mixlib-config
|
|
@@ -187,20 +188,6 @@ dependencies:
|
|
|
187
188
|
version: "0"
|
|
188
189
|
type: :runtime
|
|
189
190
|
version_requirements: *id011
|
|
190
|
-
- !ruby/object:Gem::Dependency
|
|
191
|
-
name: dep_selector
|
|
192
|
-
prerelease: false
|
|
193
|
-
requirement: &id012 !ruby/object:Gem::Requirement
|
|
194
|
-
none: false
|
|
195
|
-
requirements:
|
|
196
|
-
- - ">="
|
|
197
|
-
- !ruby/object:Gem::Version
|
|
198
|
-
hash: 3
|
|
199
|
-
segments:
|
|
200
|
-
- 0
|
|
201
|
-
version: "0"
|
|
202
|
-
type: :runtime
|
|
203
|
-
version_requirements: *id012
|
|
204
191
|
description: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure, forked from Opscode Chef
|
|
205
192
|
email: amanibhavam@destructuring.org
|
|
206
193
|
executables:
|
|
@@ -315,6 +302,7 @@ files:
|
|
|
315
302
|
- lib/chef/version_constraint.rb
|
|
316
303
|
- lib/chef.rb
|
|
317
304
|
- bin/chef-solo
|
|
305
|
+
has_rdoc: true
|
|
318
306
|
homepage: https://github.com/HeSYINUvSBZfxqA/microwave
|
|
319
307
|
licenses: []
|
|
320
308
|
|
|
@@ -344,7 +332,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
344
332
|
requirements: []
|
|
345
333
|
|
|
346
334
|
rubyforge_project:
|
|
347
|
-
rubygems_version: 1.
|
|
335
|
+
rubygems_version: 1.3.7
|
|
348
336
|
signing_key:
|
|
349
337
|
specification_version: 3
|
|
350
338
|
summary: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure, forked from Opscode Chef
|