microwave 0.1006.19 → 0.1006.20
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/config.rb +1 -1
- metadata +6 -8
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1006.
|
|
1
|
+
0.1006.20
|
data/lib/chef/config.rb
CHANGED
|
@@ -93,7 +93,7 @@ class Chef
|
|
|
93
93
|
# Checksum Cache
|
|
94
94
|
# Uses Moneta on the back-end
|
|
95
95
|
cache_type "BasicFile"
|
|
96
|
-
cache_options({ :path => "#{$microwave_root}
|
|
96
|
+
cache_options({ :path => "#{$microwave_root}/cache/checksums", :skip_expires => true })
|
|
97
97
|
|
|
98
98
|
# Those lists of regular expressions define what chef considers a
|
|
99
99
|
# valid user and group name
|
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: 3983
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1006
|
|
9
|
-
-
|
|
10
|
-
version: 0.1006.
|
|
9
|
+
- 20
|
|
10
|
+
version: 0.1006.20
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Tom Bombadil
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-05-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2012-05-21 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: mixlib-config
|
|
@@ -302,7 +301,6 @@ files:
|
|
|
302
301
|
- lib/chef/version_constraint.rb
|
|
303
302
|
- lib/chef.rb
|
|
304
303
|
- bin/chef-solo
|
|
305
|
-
has_rdoc: true
|
|
306
304
|
homepage: https://github.com/HeSYINUvSBZfxqA/microwave
|
|
307
305
|
licenses: []
|
|
308
306
|
|
|
@@ -332,7 +330,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
332
330
|
requirements: []
|
|
333
331
|
|
|
334
332
|
rubyforge_project:
|
|
335
|
-
rubygems_version: 1.
|
|
333
|
+
rubygems_version: 1.8.21
|
|
336
334
|
signing_key:
|
|
337
335
|
specification_version: 3
|
|
338
336
|
summary: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure, forked from Opscode Chef
|