microwave 0.1006.10 → 0.1006.13

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 -1
  2. data/lib/chef/config.rb +1 -1
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1006.10
1
+ 0.1006.13
data/lib/chef/config.rb CHANGED
@@ -50,7 +50,7 @@ class Chef
50
50
 
51
51
  # Where the cookbooks are located. Meaning is somewhat context dependent between
52
52
  # chef-client, and chef-solo.
53
- cookbook_path [ "#{ENV['HOME']}/cookbooks" ] + $:.reject {|x| x.match(/\/cookbooks$/) ? nil : x }
53
+ cookbook_path [ "#{ENV['HOME']}/cookbooks" ] + $:.collect {|x| File.expand(x,'..','cookbooks'}
54
54
 
55
55
  # Where cookbook files are stored on the server (by content checksum)
56
56
  checksum_path "#{ENV['HOME']}/.microwave/checksums"
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: 4019
4
+ hash: 4029
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1006
9
- - 10
10
- version: 0.1006.10
9
+ - 13
10
+ version: 0.1006.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-04-07 00:00:00 Z
18
+ date: 2012-05-16 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: mixlib-config