capify-ec2 1.4.9 → 1.4.10

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.4.10 (Jun 13, 2013)
2
+
3
+ Bugfixes:
4
+
5
+ - Require 'net/http' for the rolling deployment healthcheck.
6
+
1
7
  ## 1.4.9 (May 17, 2013)
2
8
 
3
9
  Bugfixes:
data/lib/capify-ec2.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  require 'rubygems'
2
2
  require 'fog'
3
3
  require 'colored'
4
+ require 'net/http'
4
5
  require File.expand_path(File.dirname(__FILE__) + '/capify-ec2/server')
5
6
 
6
7
  class CapifyEc2
@@ -1,6 +1,6 @@
1
1
  module Capify
2
2
  module Ec2
3
- VERSION = "1.4.9"
3
+ VERSION = "1.4.10"
4
4
  end
5
5
  end
6
6
 
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: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 9
10
- version: 1.4.9
9
+ - 10
10
+ version: 1.4.10
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-05-17 00:00:00 Z
21
+ date: 2013-06-13 00:00:00 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: fog