chef-provisioning-aws 3.0.0.pre.rc2 → 3.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e72b88122b55d297b9a6d1deb67b9382e2970b28
4
- data.tar.gz: 2524010329c49d98267ccaf4dfe2499ee7909f10
3
+ metadata.gz: cbdbb997e0904ceec0f690452b3ef3b07d9b7564
4
+ data.tar.gz: 2f3232d87c0eab66cd4ca6cf02b3efea959073db
5
5
  SHA512:
6
- metadata.gz: cf9349ad907b1570078a37b1d9e8cd2f5607bb251b6e16570ffd1570c59ccc52b4173ef2243dcf5bf56f4525b910f555c6701e72fa2b4d959747212d3d7c8ef7
7
- data.tar.gz: 79d095797fb5d984a73cb01e820e88eda254c0958b960e454203e08714b0940353723480157de79228caf11ce932a171ee6ce0bcde65486b2764888d6483875d
6
+ metadata.gz: b4db5474e51cf1f29da313877e37ee2258b24b23d1a4d2acd9227c4c7e2f0b25c645507788c4f155f8c19834c86150d56cf14535681a71adf93fb9e9afecb7ec
7
+ data.tar.gz: 262a469686ebd3878ccfb97ba8b637ea5eb0a67be3551b7987ba450d8c0b341946ad4c7837c002e16c4e2eba8fcef040769c3ad0d4a742c0f7db1991bc54b70b
@@ -913,7 +913,7 @@ EOD
913
913
  end
914
914
 
915
915
  def bootstrap_options_for(action_handler, machine_spec, machine_options)
916
- bootstrap_options = (machine_options[:bootstrap_options] || {}).dup
916
+ bootstrap_options = deep_symbolize_keys(machine_options[:bootstrap_options])
917
917
  # These are hardcoded for now - only 1 machine at a time
918
918
  bootstrap_options[:min_count] = bootstrap_options[:max_count] = 1
919
919
  bootstrap_options[:instance_type] ||= default_instance_type
@@ -1,7 +1,7 @@
1
1
  class Chef
2
2
  module Provisioning
3
3
  module AWSDriver
4
- VERSION = '3.0.0-rc2'
4
+ VERSION = '3.0.0'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-provisioning-aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.pre.rc2
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Ball
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-09 00:00:00.000000000 Z
11
+ date: 2017-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef-provisioning
@@ -255,9 +255,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
255
255
  version: 2.1.9
256
256
  required_rubygems_version: !ruby/object:Gem::Requirement
257
257
  requirements:
258
- - - ">"
258
+ - - ">="
259
259
  - !ruby/object:Gem::Version
260
- version: 1.3.1
260
+ version: '0'
261
261
  requirements: []
262
262
  rubyforge_project:
263
263
  rubygems_version: 2.6.13