chef 11.10.0.rc.1 → 11.10.0

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: ruby
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
@@ -1888,9 +1888,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
1888
1888
  required_rubygems_version: !ruby/object:Gem::Requirement
1889
1889
  none: false
1890
1890
  requirements:
1891
- - - ! '>'
1891
+ - - ! '>='
1892
1892
  - !ruby/object:Gem::Version
1893
- version: 1.3.1
1893
+ version: '0'
1894
1894
  requirements: []
1895
1895
  rubyforge_project:
1896
1896
  rubygems_version: 1.8.23