microwave 0.1006.6 → 0.1006.9

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 (3) hide show
  1. data/VERSION +1 -0
  2. data/lib/chef/version.rb +1 -1
  3. metadata +4 -3
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.1006.9
@@ -17,7 +17,7 @@
17
17
 
18
18
  class Chef
19
19
  CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
20
- VERSION = File.read(File.expand_path('../../../../VERSION', __FILE__)).strip
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: 4011
4
+ hash: 4021
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1006
9
- - 6
10
- version: 0.1006.6
9
+ - 9
10
+ version: 0.1006.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil
@@ -213,6 +213,7 @@ extra_rdoc_files:
213
213
  files:
214
214
  - LICENSE
215
215
  - README.rdoc
216
+ - VERSION
216
217
  - lib/chef/application/solo.rb
217
218
  - lib/chef/application.rb
218
219
  - lib/chef/applications.rb