stacco 0.1.9 → 0.1.10

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.
Files changed (3) hide show
  1. data/lib/stacco.rb +1 -1
  2. data/stacco.gemspec +1 -1
  3. metadata +1 -1
data/lib/stacco.rb CHANGED
@@ -40,7 +40,7 @@ class AWS::CloudFormation::Stack
40
40
  end
41
41
 
42
42
  def buckets
43
- self.resources_of_type("S3::Bucket").map{ |res| @service_registry[:s3].buckets[res.physical_resource_id] }
43
+ self.resources_of_type("S3::Bucket").map{ |res| @service_registry[:s3].buckets[res.physical_resource_id] }.find_all{ |r| r.exists? }
44
44
  end
45
45
 
46
46
  def elastic_ips
data/stacco.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'stacco'
3
- s.version = '0.1.9'
3
+ s.version = '0.1.10'
4
4
  s.licenses = ['MIT']
5
5
  s.summary = "CloudFormation stack manipulator"
6
6
  s.description = "AWS CloudFromation stack manipulation toolsuite"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stacco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: