microwave 0.1006.14 → 0.1006.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/chef/config.rb +1 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1006.14
1
+ 0.1006.15
@@ -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" ] + $:.collect {|x| File.expand(x,'..','cookbooks'}
53
+ cookbook_path [ "#{ENV['HOME']}/cookbooks" ] + $:.collect {|x| File.join(File.expand_path("..", x), "cookbooks") }.select {|x| File.directory? x }
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: 4027
4
+ hash: 4025
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1006
9
- - 14
10
- version: 0.1006.14
9
+ - 15
10
+ version: 0.1006.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil