capify-ec2 1.5.0 → 1.5.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/Changelog.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.5.1 (Sep 2, 2013)
2
+
3
+ Bugfixes:
4
+
5
+ - Fixed an exception when using the 'ec2:status' command with EC2 instances which have empty 'name' tags.
6
+
1
7
  ## 1.5.0 (Aug 20, 2013)
2
8
 
3
9
  Contains the changes from v1.5.0.pre to v1.5.0.pre3.
@@ -10,7 +10,7 @@ module Fog
10
10
  end
11
11
 
12
12
  def name
13
- tags["Name"]
13
+ tags["Name"] || ""
14
14
  end
15
15
  end
16
16
  end
@@ -1,6 +1,6 @@
1
1
  module Capify
2
2
  module Ec2
3
- VERSION = "1.5.0"
3
+ VERSION = "1.5.1"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capify-ec2
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 0
10
- version: 1.5.0
9
+ - 1
10
+ version: 1.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Noah Cantor
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2013-08-20 00:00:00 Z
21
+ date: 2013-09-02 00:00:00 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: fog