chef 11.12.4.rc.2-x86-mingw32 → 11.12.4-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.
- checksums.yaml +4 -4
- data/lib/chef/version.rb +2 -2
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ea75858a0d802734451395b6ec0325b7c4919b6
|
4
|
+
data.tar.gz: 0ea8ea151506626f72ebba2589c5980d8845304b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75bfe3c507c92469812064bbd95b8b4539957b3fc27d0161086e8a775b97df49a976ecffaf407a216301255cb9a7ad75e24af5a26f276f31ab7d972bd54f2d17
|
7
|
+
data.tar.gz: 185a6e0a60da303e85c7f2de7c387222343050a6a98642e4bd8c7a996310c0f396606181baeb238742900f1d0c8cecade61368a92db4b3662ac5fd5325917f3e
|
data/lib/chef/version.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
#
|
1
|
+
#
|
2
2
|
# Author:: Daniel DeLeo (<dan@opscode.com>)
|
3
3
|
# Copyright:: Copyright (c) 2010-2011 Opscode, Inc.
|
4
4
|
# License:: Apache License, Version 2.0
|
@@ -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.12.4
|
20
|
+
VERSION = '11.12.4'
|
21
21
|
end
|
22
22
|
|
23
23
|
# NOTE: the Chef::Version class is defined in version_class.rb
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.12.4
|
4
|
+
version: 11.12.4
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Adam Jacob
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-04-
|
11
|
+
date: 2014-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mixlib-config
|
@@ -84,16 +84,16 @@ dependencies:
|
|
84
84
|
name: ohai
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 7.0.4
|
89
|
+
version: 7.0.4
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 7.0.4
|
96
|
+
version: 7.0.4
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: rest-client
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -2013,9 +2013,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2013
2013
|
version: '0'
|
2014
2014
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2015
2015
|
requirements:
|
2016
|
-
- - "
|
2016
|
+
- - ">="
|
2017
2017
|
- !ruby/object:Gem::Version
|
2018
|
-
version:
|
2018
|
+
version: '0'
|
2019
2019
|
requirements: []
|
2020
2020
|
rubyforge_project:
|
2021
2021
|
rubygems_version: 2.2.2
|