cloudformation_wrapper 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c61fa879a2e1ccf5daae26bc45627c71b600b9c674b727c08d45adb99b4f4b8
4
- data.tar.gz: 00d392c92f15dc87004dbdd6280edfbfcd682716355775eaec67c96c62fee7c0
3
+ metadata.gz: d6247b8de0f658c03b4ebb82a1af4816516175a47d664f913bcdabdbc89235a6
4
+ data.tar.gz: 8328f3c659df395dfdb5ae702723e444811d89fb42cb42d59d11bda6981214d3
5
5
  SHA512:
6
- metadata.gz: ac763f5324df8374b35d2e1cab5e460aa1ebf341c06a2a4368af896f666fe84c8c2ee4599cc3f6d0bbf61a82e0abfd33c3b54a9b9d53d2e7f11a74e6bf7ec71e
7
- data.tar.gz: 060c4856fdf49b3a471d5958a851f40c2d8f924b7ec37eb158dc1d6db58e4cf34ad63284d9cc00b9ce67b440ac5a20f522ec4cb842fec49f193a36247d8ee351
6
+ metadata.gz: 0f334a643001db70f3b1562ec87a0d1a263184ab1e922a8d8667bfe101aa855f74d5e8b3a095820aaabe87a3bed69d0b8c9f45f150f1c6f1ab7f1966845437f3
7
+ data.tar.gz: dc10845ab1d41fa0c3eae689bd593b5441f19e45b6c9a255547c49fd8e1633a8289decd1d5d68a8babab65c571ba8ad49cf89122bd3b0f7d48845dfc210e77a0
@@ -3,7 +3,7 @@ module CloudFormationWrapper
3
3
  # Class containing static convenience methods for deploying and managing CloudFormation Stacks.
4
4
  # @since 1.0
5
5
  class StackManager
6
- def self.self.deploy(options)
6
+ def self.deploy(options)
7
7
  unless options[:client]
8
8
  access_key_id = options[:access_key_id] || ENV['AWS_ACCESS_KEY_ID'] || ENV['ACCESS_KEY'] ||
9
9
  raise(ArgumentError, 'Cannot find AWS Access Key ID.')
@@ -1,4 +1,4 @@
1
1
  module CloudFormationWrapper
2
2
  # @!visibility private
3
- VERSION = '0.2.5'.freeze
3
+ VERSION = '0.2.6'.freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudformation_wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ted Armstrong