le 2.6.1 → 2.6.2
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.
- checksums.yaml +4 -4
- data/LE.gemspec +1 -1
- data/lib/le/host/http.rb +0 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c813f3f25ebacaea6556a583b843c4dec615cf7
|
|
4
|
+
data.tar.gz: bdabbfa54b2cc8a2455a7dee0b45d0c4a9408c69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 173661ceff8b521680f1c750d656e884411ef8271e46c490880d50938a3fe55a9e8918e342d633063351199466dfdec4e2cba42f50e2042852a9b69d5470a77e
|
|
7
|
+
data.tar.gz: 00a8b47741454df48435d42cecb75d3c1af86477773a606abd3e55cd20f28abd86da21d88a5abb55965c2fadae1a48bfe7f14127b1a17af0c3c7672753612f84
|
data/LE.gemspec
CHANGED
data/lib/le/host/http.rb
CHANGED
|
@@ -7,8 +7,6 @@ require 'uri'
|
|
|
7
7
|
module Le
|
|
8
8
|
module Host
|
|
9
9
|
class HTTP
|
|
10
|
-
LIBRARY_IDENTIFIER = '###R01### - Library initialised'
|
|
11
|
-
# API_SERVER = 'api.logentries.com'
|
|
12
10
|
API_SERVER = 'api.logentries.com'
|
|
13
11
|
|
|
14
12
|
API_PORT = 10000
|
|
@@ -94,8 +92,6 @@ module Le
|
|
|
94
92
|
|
|
95
93
|
|
|
96
94
|
@queue = Queue.new
|
|
97
|
-
# Add identifer msg to queue to be sent first
|
|
98
|
-
@queue << "#{@token}#{LIBRARY_IDENTIFIER}\n"
|
|
99
95
|
@started = false
|
|
100
96
|
@thread = nil
|
|
101
97
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: le
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mark Lacomber
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|