summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-06-07 00:54:43 +0000
committerChef Versioner <chef-versioner@chef.io>2016-06-07 00:54:43 +0000
commit7f19168e1cf78c13c943b33db61f6ac40837a598 (patch)
tree224b87e29f3e097835accee9d76497876bceb583
parenta34dd6dfb99f47e2b8c9ac476e2953160716c1aa (diff)
downloadchef-7f19168e1cf78c13c943b33db61f6ac40837a598.tar.gz
Bump version of chef. to 12.11.19 by Chef Versioner.v12.11.19
-rw-r--r--Gemfile.lock37
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
4 files changed, 23 insertions, 20 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index b933528ab6..23d25d728a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -18,9 +18,9 @@ GIT
PATH
remote: .
specs:
- chef (12.11.18)
+ chef (12.11.19)
bundler (>= 1.10)
- chef-config (= 12.11.18)
+ chef-config (= 12.11.19)
chef-zero (~> 4.5)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -45,9 +45,9 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (12.11.18-universal-mingw32)
+ chef (12.11.19-universal-mingw32)
bundler (>= 1.10)
- chef-config (= 12.11.18)
+ chef-config (= 12.11.19)
chef-zero (~> 4.5)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -87,7 +87,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (12.11.18)
+ chef-config (12.11.19)
fuzzyurl (~> 0.8.0)
mixlib-config (~> 2.0)
mixlib-shellout (~> 2.0)
@@ -100,12 +100,12 @@ GEM
mixlib-cli (~> 1.4)
artifactory (2.3.2)
ast (2.2.0)
- aws-sdk (2.3.9)
- aws-sdk-resources (= 2.3.9)
- aws-sdk-core (2.3.9)
+ aws-sdk (2.3.11)
+ aws-sdk-resources (= 2.3.11)
+ aws-sdk-core (2.3.11)
jmespath (~> 1.0)
- aws-sdk-resources (2.3.9)
- aws-sdk-core (= 2.3.9)
+ aws-sdk-resources (2.3.11)
+ aws-sdk-core (= 2.3.11)
aws-sdk-v1 (1.66.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
@@ -147,7 +147,7 @@ GEM
rspec (~> 3.0)
coderay (1.1.1)
colorize (0.7.7)
- compat_resource (12.10.4)
+ compat_resource (12.10.6)
cucumber-core (1.4.0)
gherkin (~> 3.2.0)
debug_inspector (0.0.2)
@@ -216,7 +216,7 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
- mini_portile2 (2.0.0)
+ mini_portile2 (2.1.0)
mixlib-authentication (1.4.0)
mixlib-log
rspec-core (~> 3.2)
@@ -249,10 +249,12 @@ GEM
net-ssh-gateway (>= 1.2.0)
net-telnet (0.1.1)
netrc (0.11.0)
- nokogiri (1.6.7.2)
- mini_portile2 (~> 2.0.0.rc2)
- nokogiri (1.6.7.2-x86-mingw32)
- mini_portile2 (~> 2.0.0.rc2)
+ nokogiri (1.6.8)
+ mini_portile2 (~> 2.1.0)
+ pkg-config (~> 1.1.7)
+ nokogiri (1.6.8-x86-mingw32)
+ mini_portile2 (~> 2.1.0)
+ pkg-config (~> 1.1.7)
nori (2.6.0)
oauth2 (1.1.0)
faraday (>= 0.8, < 0.10)
@@ -276,6 +278,7 @@ GEM
wmi-lite (~> 1.0)
parser (2.3.1.2)
ast (~> 2.2)
+ pkg-config (1.1.7)
plist (3.2.0)
poise (2.7.0)
halite (~> 1.0)
@@ -345,7 +348,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
- specinfra (2.57.5)
+ specinfra (2.59.0)
net-scp
net-ssh (>= 2.7, < 4.0)
net-telnet
diff --git a/VERSION b/VERSION
index e161e86dbc..26a0defbcf 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.11.18 \ No newline at end of file
+12.11.19 \ No newline at end of file
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 29628930df..d870575819 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.11.18"
+ VERSION = "12.11.19"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 06450afe12..574abd88f0 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.11.18"
+ VERSION = "12.11.19"
end
#