cucumber-chef 3.0.4 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -99,7 +99,7 @@ module Cucumber
99
99
 
100
100
  # PROVISION CONTAINERS
101
101
  #######################
102
- @test_lab.containers.chef_set_client_config(:chef_server_url => "http://192.168.255.254:4000",
102
+ @test_lab.containers.chef_set_client_config(:chef_server_url => "https://192.168.255.254",
103
103
  :validation_client_name => "chef-validator")
104
104
  Cucumber::Chef::Container.all.each do |container|
105
105
  ZTK::Benchmark.bench(:message => ">>> Provisioning container '#{container.id}'", :mark => "completed in %0.4f seconds.") do
@@ -24,7 +24,7 @@ module Cucumber
24
24
 
25
25
  ################################################################################
26
26
 
27
- VERSION = "3.0.4" unless const_defined?(:VERSION)
27
+ VERSION = "3.0.5" unless const_defined?(:VERSION)
28
28
 
29
29
  ################################################################################
30
30
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: