microwave 0.1006.2 → 0.1006.3

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 (2) hide show
  1. data/lib/chef/version.rb +1 -1
  2. metadata +6 -8
data/lib/chef/version.rb CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  class Chef
19
19
  CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
20
- VERSION = '0.1006.2'
20
+ VERSION = File.read(File.expand_path('../../../../VERSION', __FILE__)).strip
21
21
  end
22
22
 
23
23
  # NOTE: the Chef::Version class is defined in version_class.rb
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: 4003
5
- prerelease: false
4
+ hash: 4001
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1006
9
- - 2
10
- version: 0.1006.2
9
+ - 3
10
+ version: 0.1006.3
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: 2011-12-28 00:00:00 -08:00
19
- default_executable:
18
+ date: 2012-04-06 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: mixlib-config
@@ -315,7 +314,6 @@ files:
315
314
  - lib/chef/version_constraint.rb
316
315
  - lib/chef.rb
317
316
  - bin/chef-solo
318
- has_rdoc: true
319
317
  homepage: https://github.com/HeSYINUvSBZfxqA/microwave
320
318
  licenses: []
321
319
 
@@ -345,7 +343,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
345
343
  requirements: []
346
344
 
347
345
  rubyforge_project:
348
- rubygems_version: 1.3.7
346
+ rubygems_version: 1.8.21
349
347
  signing_key:
350
348
  specification_version: 3
351
349
  summary: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure, forked from Opscode Chef