microwave 11.400.6 → 11.400.7

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
- 11.400.6
1
+ 11.400.7
@@ -147,7 +147,7 @@ class Chef
147
147
  # knife, chef-client, and chef-solo.
148
148
  cookbook_path [ platform_specific_path("/var/chef/cookbooks"),
149
149
  platform_specific_path("/var/chef/site-cookbooks") ] +
150
- $:.collect {|x| File.join(File.expand_path("..", x), "cookbooks") }.select {|x| File.directory? x }
150
+ (["./lib"] + $:).collect {|x| File.join(File.expand_path("..", x), "cookbooks") }.select {|x| File.directory? x }
151
151
 
152
152
  # An array of paths to search for knife exec scripts if they aren't in the current directory
153
153
  script_path []
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: 1547
4
+ hash: 1545
5
5
  prerelease: false
6
6
  segments:
7
7
  - 11
8
8
  - 400
9
- - 6
10
- version: 11.400.6
9
+ - 7
10
+ version: 11.400.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Adam Jacob
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-02-20 00:00:00 -08:00
18
+ date: 2013-02-21 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency