chef 11.10.0.rc.1-x86-mingw32 → 11.10.0-x86-mingw32

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 (2) hide show
  1. data/lib/chef/version.rb +1 -1
  2. metadata +5 -5
@@ -17,7 +17,7 @@
17
17
 
18
18
  class Chef
19
19
  CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
20
- VERSION = '11.10.0.rc.1'
20
+ VERSION = '11.10.0'
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
- version: 11.10.0.rc.1
5
- prerelease: 8
4
+ version: 11.10.0
5
+ prerelease:
6
6
  platform: x86-mingw32
7
7
  authors:
8
8
  - Adam Jacob
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-05 00:00:00.000000000 Z
12
+ date: 2014-02-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mixlib-config
@@ -2064,9 +2064,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
2064
2064
  required_rubygems_version: !ruby/object:Gem::Requirement
2065
2065
  none: false
2066
2066
  requirements:
2067
- - - ! '>'
2067
+ - - ! '>='
2068
2068
  - !ruby/object:Gem::Version
2069
- version: 1.3.1
2069
+ version: '0'
2070
2070
  requirements: []
2071
2071
  rubyforge_project:
2072
2072
  rubygems_version: 1.8.23