capify-ec2 1.5.2 → 1.5.3

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.3 (Nov 15, 2013)
2
+
3
+ Bugfixes:
4
+
5
+ - Fixed an issue running certain cap tasks when an instance has no `Name` tag, by defaulting to using its instance ID.
6
+
1
7
  ## 1.5.2 (Oct 2, 2013)
2
8
 
3
9
  Features:
@@ -10,9 +10,9 @@ module Fog
10
10
  end
11
11
 
12
12
  def name
13
- tags["Name"] || ""
13
+ tags["Name"] || id
14
14
  end
15
15
  end
16
16
  end
17
17
  end
18
- end
18
+ end
@@ -1,6 +1,6 @@
1
1
  module Capify
2
2
  module Ec2
3
- VERSION = "1.5.2"
3
+ VERSION = "1.5.3"
4
4
  end
5
5
  end
6
6
 
data/readme.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Capify-EC2 is used to generate Capistrano namespaces and tasks from Amazon EC2 instance tags, dynamically building the list of servers to be deployed to.
4
4
 
5
+ __Note__: Capistrano 3 is completely incompatible with Capistrano 2, and therefore Capify-EC2 will not function with Capistrano 3.
6
+
5
7
 
6
8
 
7
9
  ### Installation
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: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 2
10
- version: 1.5.2
9
+ - 3
10
+ version: 1.5.3
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-10-02 00:00:00 Z
21
+ date: 2013-11-15 00:00:00 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: fog