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: 4da066dc98021c4ecc167e35ba3365c277e50a22
4
- data.tar.gz: b663407055ee53dd0661dafae8efeb6865fbc8ca
3
+ metadata.gz: 960beb9e1cd6a6aa3ee610fcb04bd5a79df77952
4
+ data.tar.gz: 96d9893838cd569601e1c4cbe49ff773b1f60002
5
5
  SHA512:
6
- metadata.gz: d8364b13b5de889c8f9ff9181e5267e40fe45b3e782b736eb6bd55829a693dcd37d65c111bd56eaa2a996f1033709310a2b8cbe0b9c4ed9562af997eadcd5413
7
- data.tar.gz: 319cd55bfce90471771c37a36c923693857628f00a6bd577ff49e72d9cdc8b20cf13edd4e48f1c0c936a43143491d6462130901a50d26b8ac2625a3d7ebf5326
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) { |_| ['CAPABILITY_IAM'] }
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.1
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: 2016-12-22 00:00:00.000000000 Z
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.3
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