bbc-cosmos-tools 0.5.1 → 0.5.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: 3d4c810f1415d6faa45be575a50b0be4eb5381f2
4
- data.tar.gz: a4b9162f01af57a7ff5f3d2191385baa69e4a78b
3
+ metadata.gz: d1b3b62925024f13d3a5b7faae3e72eefa93f6dc
4
+ data.tar.gz: ffdad2cc037fcf0f7a80e0621a5e112866caf6bc
5
5
  SHA512:
6
- metadata.gz: 7750576f43f3001de7547631009b464e45c8412e98b73072376eb8e7de23c442471154fa0963379b3c9ada016199e702630e8764d8d2526d37d549348c6f3c2e
7
- data.tar.gz: fa98dd2558e6058132ddc16f8af286b1fd2b13a1a407b8b2415625b2354b4214f641177cd658f158f4bdc4869a91e496fac654891cfbdbd7ebd21e36ccda3fcb
6
+ metadata.gz: 70676ba07d90b32de1b3d0e780f5bc505728c9e2668719b55e9aed3a61298b3f65077a907ff46ba8eb4c72003be0bb58671a836cf5439728e823fc60473f9b2f
7
+ data.tar.gz: cbb8ec4259306edc4f0269acca9b06173ccfb0c16d310057d19e9c512baf26c7729bbab071d2026fb4b0712c3e681fb7c35654861bed976eee37fa90c9728291
@@ -7,7 +7,7 @@ module BBC
7
7
  module Cloudformation
8
8
  class Generator
9
9
 
10
- RESERVED_MAIN_STACK_PARAMS = ['Environment', 'PublicSubnet1Id', 'PublicSubnet2Id', 'PublicSubnet3Id', 'ImageId', 'VpcId', 'PrivateSubnet1Id', 'PrivateSubnet2Id', 'PrivateSubnet3Id', 'BastionAccessSecurityGroup', 'DomainNameBase', 'KeyName']
10
+ RESERVED_MAIN_STACK_PARAMS = ['Environment', 'PublicSubnet1Id', 'PublicSubnet2Id', 'PublicSubnet3Id', 'ImageId', 'VpcId', 'PrivateSubnet1Id', 'PrivateSubnet2Id', 'PrivateSubnet3Id', 'BastionAccessSecurityGroup', 'DomainNameBase', 'KeyName', 'S3BucketArn']
11
11
 
12
12
  def self.component_exists?(component, config)
13
13
  config.resources['cloudformation']['components'][component]
@@ -1,7 +1,7 @@
1
1
  module BBC
2
2
  module Cosmos
3
3
  module Tools
4
- VERSION = "0.5.1"
4
+ VERSION = "0.5.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bbc-cosmos-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-02 00:00:00.000000000 Z
11
+ date: 2015-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -151,3 +151,4 @@ signing_key:
151
151
  specification_version: 4
152
152
  summary: Tool for pusing config to cosmos and controlling cloudformation templates
153
153
  test_files: []
154
+ has_rdoc: