chef-dk 0.15.9 → 0.15.15

Sign up to get free protection for your applications and to get access to all the features.
data/version_policy.rb CHANGED
@@ -54,7 +54,7 @@ OMNIBUS_OVERRIDES = {
54
54
  # in Artifactory because in the future we will only be building Delivery CLI
55
55
  # from the ChefDK. We cannot look at the Github tags because those are committed
56
56
  # in the Build phase, and we only want to send customers Delivered changes.
57
- "delivery-cli" => "0.0.21",
57
+ "delivery-cli" => "0.0.23",
58
58
  }
59
59
 
60
60
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-dk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.9
4
+ version: 0.15.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel DeLeo
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-06-15 00:00:00.000000000 Z
13
+ date: 2016-06-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: mixlib-cli
@@ -433,6 +433,7 @@ files:
433
433
  - spec/shared/command_with_ui_object.rb
434
434
  - spec/shared/custom_generator_cookbook.rb
435
435
  - spec/shared/fixture_cookbook_checksums.rb
436
+ - spec/shared/setup_git_committer_config.rb
436
437
  - spec/shared/setup_git_cookbooks.rb
437
438
  - spec/spec_helper.rb
438
439
  - spec/test_helpers.rb
@@ -654,6 +655,7 @@ test_files:
654
655
  - spec/shared/command_with_ui_object.rb
655
656
  - spec/shared/custom_generator_cookbook.rb
656
657
  - spec/shared/fixture_cookbook_checksums.rb
658
+ - spec/shared/setup_git_committer_config.rb
657
659
  - spec/shared/setup_git_cookbooks.rb
658
660
  - spec/spec_helper.rb
659
661
  - spec/test_helpers.rb