convection 1.0.1 → 1.0.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 960beb9e1cd6a6aa3ee610fcb04bd5a79df77952
|
|
4
|
+
data.tar.gz: 96d9893838cd569601e1c4cbe49ff773b1f60002
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 751c1d98cbb197e21d03f20345eb94933a2f5464a0dc2eb20ea91ea0121e4a627aa519afe755bb3bea9528c8aaf355cfc853d8159cde896b2e78f0336580ea70
|
|
7
|
+
data.tar.gz: 4b8fdc713d35a2b00e7080e02603dccaf5df472d90a6f6438762333d7d7eb467114d2613ecabc4c713cd2ef1cfb97ba5ccc7a7124fd32fd4301244c904ddaf47
|
|
@@ -111,7 +111,7 @@ module Convection
|
|
|
111
111
|
@tags = options.delete(:tags) { |_| {} } # Default empty hash
|
|
112
112
|
options.delete(:disable_rollback) # There can be only one...
|
|
113
113
|
@on_failure = options.delete(:on_failure) { |_| 'DELETE' }
|
|
114
|
-
@capabilities = options.delete(:capabilities) { |_|
|
|
114
|
+
@capabilities = options.delete(:capabilities) { |_| %w(CAPABILITY_IAM CAPABILITY_NAMED_IAM) }
|
|
115
115
|
|
|
116
116
|
@attributes = options.delete(:attributes) { |_| Model::Attributes.new }
|
|
117
117
|
@options = options
|
|
@@ -99,6 +99,7 @@ module Convection
|
|
|
99
99
|
property :path, 'Path'
|
|
100
100
|
property :policies, 'Policies', :type => :list
|
|
101
101
|
property :managed_policy_arn, 'ManagedPolicyArns', :type => :list
|
|
102
|
+
property :role_name, 'RoleName'
|
|
102
103
|
alias managed_policy managed_policy_arn
|
|
103
104
|
|
|
104
105
|
attr_accessor :trust_relationship
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: convection
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Manero
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk
|
|
@@ -327,7 +327,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
327
327
|
version: '0'
|
|
328
328
|
requirements: []
|
|
329
329
|
rubyforge_project:
|
|
330
|
-
rubygems_version: 2.4.
|
|
330
|
+
rubygems_version: 2.4.5
|
|
331
331
|
signing_key:
|
|
332
332
|
specification_version: 4
|
|
333
333
|
summary: A fully generic, modular DSL for AWS CloudFormation
|