capify-ec2 1.4.3.pre5 → 1.4.3.pre6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,9 @@
1
+ ## 1.4.3.pre6 (Apr 9, 2013)
2
+
3
+ Bugfixes:
4
+
5
+ - Fixed an issue with healthcheck expected response output.
6
+
1
7
  ## 1.4.3.pre5 (Apr 9, 2013)
2
8
 
3
9
  Features:
@@ -232,7 +232,7 @@ class CapifyEc2
232
232
  protocol = options[:https] ? 'https://' : 'http://'
233
233
  uri = URI("#{protocol}#{dns}:#{port}#{path}")
234
234
 
235
- puts "[Capify-EC2] Checking '#{uri}' for the content '#{expected_response}'..."
235
+ puts "[Capify-EC2] Checking '#{uri}' for the content '#{expected_response.inspect}'..."
236
236
 
237
237
  http = Net::HTTP.new(uri.host, uri.port)
238
238
  result = nil
@@ -1,6 +1,6 @@
1
1
  module Capify
2
2
  module Ec2
3
- VERSION = "1.4.3.pre5"
3
+ VERSION = "1.4.3.pre6"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capify-ec2
3
3
  version: !ruby/object:Gem::Version
4
- hash: -4040006510
4
+ hash: 1467290077
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
9
  - 3
10
10
  - pre
11
- - 5
12
- version: 1.4.3.pre5
11
+ - 6
12
+ version: 1.4.3.pre6
13
13
  platform: ruby
14
14
  authors:
15
15
  - Noah Cantor