capify-ec2 1.2.7.pre → 1.2.8

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.
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Capify
2
2
  module Ec2
3
- VERSION = "1.2.7.pre"
3
+ VERSION = "1.2.8"
4
4
  end
5
5
  end
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: 1118461980
5
- prerelease: 6
4
+ hash: 15
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 7
10
- - pre
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: 25
112
+ hash: 3
114
113
  segments:
115
- - 1
116
- - 3
117
- - 1
118
- version: 1.3.1
114
+ - 0
115
+ version: "0"
119
116
  requirements: []
120
117
 
121
118
  rubyforge_project: capify-ec2