chef-config 13.2.20 → 13.3.42

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/chef-config/version.rb +3 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4e44a93a7dacdca19f58010aefe79865c4794e1
4
- data.tar.gz: ffb0346b88082ac652fa93db8b322e10f956e96f
3
+ metadata.gz: 641059413c83d1ff7c73534a9fa39f8e101ece26
4
+ data.tar.gz: c4fb3a9742c1ae977a94e9dc12a3d5d3087b8ea8
5
5
  SHA512:
6
- metadata.gz: f713f080887f2f0484e6988682e87be035eb8bb181501682e36836aa32765e042332ea9d4977bceb551116c7563b241e74d92a02a671141ab2f36a4a3b48dfce
7
- data.tar.gz: 7f8ca4cb9dc825dcbfd02d0e06d0374ed8dc0fbc78b40c4579a807dbbabe87266683a85aacc08ab3c9a2e0709f946f81015b71984a0468eca69f88742adfb88f
6
+ metadata.gz: 8b8abd4896c26ed5160a969eed01a01c324731054a43533bea635b13f673fb5e761469a465f981f33001abb8432b8da5cbc754dfd7d005ed9450e5d86b119c03
7
+ data.tar.gz: 72599376969ed0e87eed94c4a87da0702f7657b480025c0d867c89443a8c89643154440438f6caa23eb973d50b9ade198e7447ed7a955e34ff5a4890d297529e
@@ -14,14 +14,13 @@
14
14
  # limitations under the License.
15
15
 
16
16
  #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
17
- # NOTE: This file is generated by running `rake version` in the top level of
18
- # this repo. Do not edit this manually. Edit the VERSION file and run the rake
19
- # task instead.
17
+ # NOTE: This file is modified via the `.expeditor/update_version.sh` script, which
18
+ # is triggered automatically by Chef Expeditor when a Pull Request is merged.
20
19
  #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
21
20
 
22
21
  module ChefConfig
23
22
  CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
24
- VERSION = "13.2.20"
23
+ VERSION = "13.3.42"
25
24
  end
26
25
 
27
26
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.2.20
4
+ version: 13.3.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Jacob
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-30 00:00:00.000000000 Z
11
+ date: 2017-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout