chef 0.10.4.rc.2 → 0.10.4.rc.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,8 +51,10 @@ class Chef
51
51
  else
52
52
  @current_resource.version(nil)
53
53
  end
54
- when /Depends: ([^\s]*) /
54
+ # Grab the first package in the dependency list to resolve case where a virtual package is provided by more than one package
55
+ when /Depends: ([\w\d\-\.]*)/
55
56
  depends = $1
57
+ # Check to see if this is a virtual package
56
58
  when /Provided by: ([\w\d\-\.]*)/
57
59
  next if installed
58
60
  virtual_provider = $1
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.10.4.rc.2'
20
+ VERSION = '0.10.4.rc.3'
21
21
  end
22
22
 
23
23
  # NOTE: the Chef::Version class is defined in version_class.rb
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424145
4
+ hash: 15424147
5
5
  prerelease: 7
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
9
  - 4
10
10
  - rc
11
- - 2
12
- version: 0.10.4.rc.2
11
+ - 3
12
+ version: 0.10.4.rc.3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Adam Jacob
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-07-27 00:00:00 Z
20
+ date: 2011-07-28 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: mixlib-config