poolparty 1.6.0 → 1.6.1

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.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :patch: 0
2
+ :minor: 6
3
+ :patch: 1
3
4
  :major: 1
4
5
  :build:
5
- :minor: 6
@@ -19,8 +19,12 @@ module CloudProviders
19
19
  end
20
20
 
21
21
  def self.elastic_ips(ec2_instance)
22
- @elastic_ips ||= ec2_instance.ec2.describe_addresses.addressesSet.item.map do |i|
23
- new(i)
22
+ begin
23
+ @elastic_ips ||= ec2_instance.ec2.describe_addresses.addressesSet.item.map do |i|
24
+ new(i)
25
+ end
26
+ rescue Exception => e
27
+ []
24
28
  end
25
29
  end
26
30
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poolparty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ari Lerner
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2010-02-18 00:00:00 -08:00
14
+ date: 2010-02-20 00:00:00 -08:00
15
15
  default_executable:
16
16
  dependencies: []
17
17