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.
- data/Changelog.md +6 -0
- data/lib/capify-ec2.rb +1 -1
- data/lib/capify-ec2/version.rb +1 -1
- metadata +3 -3
data/Changelog.md
CHANGED
data/lib/capify-ec2.rb
CHANGED
@@ -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
|
data/lib/capify-ec2/version.rb
CHANGED
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:
|
4
|
+
hash: 1467290077
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 4
|
9
9
|
- 3
|
10
10
|
- pre
|
11
|
-
-
|
12
|
-
version: 1.4.3.
|
11
|
+
- 6
|
12
|
+
version: 1.4.3.pre6
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Noah Cantor
|