capify-ec2 1.6.0 → 1.7.0

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.
@@ -1,3 +1,9 @@
1
+ ## 1.7.0 (Aug 26, 2014)
2
+
3
+ Bugfixes:
4
+
5
+ - Upgraded Fog to v1.23.0 (from v1.12.0) to fix issues with ELB registration during rolling deployments (thanks jasonneylon).
6
+
1
7
  ## 1.6.0 (Aug 26, 2014)
2
8
 
3
9
  Features:
@@ -20,7 +26,7 @@ Bugfixes:
20
26
  Features:
21
27
 
22
28
  - The current and total servers will now be displayed during rolling deployments, to help track progress.
23
- - Added support for 'ssh_options[:keys]'' being an array or a string.
29
+ - Added support for 'ssh_options[:keys]' being an array or a string.
24
30
 
25
31
  ## 1.5.1 (Sep 2, 2013)
26
32
 
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
20
20
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
21
21
  s.require_paths = ["lib"]
22
- s.add_dependency('fog', '>= 1.12.0')
22
+ s.add_dependency('fog', '>= 1.23.0')
23
23
  s.add_dependency('colored', '=1.2')
24
24
  s.add_dependency('capistrano', '~> 2.14')
25
25
  end
@@ -1,6 +1,6 @@
1
1
  module Capify
2
2
  module Ec2
3
- VERSION = "1.6.0"
3
+ VERSION = "1.7.0"
4
4
  end
5
5
  end
6
6
 
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: 1.6.0
4
+ version: 1.7.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -21,7 +21,7 @@ dependencies:
21
21
  requirements:
22
22
  - - ! '>='
23
23
  - !ruby/object:Gem::Version
24
- version: 1.12.0
24
+ version: 1.23.0
25
25
  type: :runtime
26
26
  prerelease: false
27
27
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  requirements:
30
30
  - - ! '>='
31
31
  - !ruby/object:Gem::Version
32
- version: 1.12.0
32
+ version: 1.23.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: colored
35
35
  requirement: !ruby/object:Gem::Requirement