capify-ec2 1.2.7.pre → 1.2.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/capify-ec2/capistrano.rb +0 -1
- data/lib/capify-ec2/version.rb +1 -1
- metadata +8 -11
@@ -126,7 +126,6 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
126
126
|
instance.tags["Options"].split(%r{,\s*}).each { |option| new_options[option.to_sym] = true} rescue false
|
127
127
|
|
128
128
|
if new_options
|
129
|
-
p new_options
|
130
129
|
role role[:name].to_sym, instance.contact_point, new_options
|
131
130
|
else
|
132
131
|
role role[:name].to_sym, instance.contact_point
|
data/lib/capify-ec2/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capify-ec2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 15
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
|
11
|
-
version: 1.2.7.pre
|
9
|
+
- 8
|
10
|
+
version: 1.2.8
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- Noah Cantor
|
@@ -108,14 +107,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
108
107
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
109
108
|
none: false
|
110
109
|
requirements:
|
111
|
-
- - "
|
110
|
+
- - ">="
|
112
111
|
- !ruby/object:Gem::Version
|
113
|
-
hash:
|
112
|
+
hash: 3
|
114
113
|
segments:
|
115
|
-
-
|
116
|
-
|
117
|
-
- 1
|
118
|
-
version: 1.3.1
|
114
|
+
- 0
|
115
|
+
version: "0"
|
119
116
|
requirements: []
|
120
117
|
|
121
118
|
rubyforge_project: capify-ec2
|