le 1.9.1 → 1.9.2
Sign up to get free protection for your applications and to get access to all the features.
- data/LE.gemspec +1 -1
- data/lib/le/host/https/tcp.rb +1 -1
- metadata +4 -4
data/LE.gemspec
CHANGED
data/lib/le/host/https/tcp.rb
CHANGED
@@ -20,7 +20,7 @@ module Le
|
|
20
20
|
@key = key
|
21
21
|
@location = URI::encode(location)
|
22
22
|
begin
|
23
|
-
createSocket(key, location)
|
23
|
+
createSocket(@key, @location)
|
24
24
|
rescue OpenSSL::SSL::SSLError, TimeoutError, Errno::EHOSTUNREACH, Errno::ECONNREFUSED, Errno::ECONNRESET, Errno::ETIMEDOUT, EOFError => e
|
25
25
|
$stderr.puts "WARNING: #{e.class} creating the connection to Logentries. #{e.message}"
|
26
26
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: le
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 55
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 9
|
9
|
-
-
|
10
|
-
version: 1.9.
|
9
|
+
- 2
|
10
|
+
version: 1.9.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mark Lacomber (Logentries)
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-07-
|
18
|
+
date: 2012-07-26 00:00:00 Z
|
19
19
|
dependencies: []
|
20
20
|
|
21
21
|
description: |
|