capify-ec2 1.3 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/capify-ec2/capistrano.rb +1 -1
- data/lib/capify-ec2/version.rb +1 -1
- metadata +2 -2
@@ -56,7 +56,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
56
56
|
server_name = variables[:logger].instance_variable_get("@options")[:actions].first unless variables[:logger].instance_variable_get("@options")[:actions][1].nil?
|
57
57
|
|
58
58
|
if !server_name.nil?
|
59
|
-
named_instance = capify_ec2.get_instance_by_name(server_name)
|
59
|
+
named_instance = capify_ec2.get_instance_by_name(server_name) || ""
|
60
60
|
|
61
61
|
task named_instance.name.to_sym do
|
62
62
|
remove_default_roles
|
data/lib/capify-ec2/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capify-ec2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.3.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-10-
|
13
|
+
date: 2012-10-03 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: fog
|