r7insight 2.7.5 → 2.7.6
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/Gemfile +0 -0
- data/LE.gemspec +1 -1
- data/LICENSE +0 -0
- data/README.md +1 -1
- data/Rakefile +0 -0
- data/lib/le/host/connection.rb +1 -1
- data/lib/le/host.rb +0 -0
- data/lib/le.rb +0 -0
- data/test/fixtures/log/.gitignore +0 -0
- data/test/host_spec.rb +0 -0
- data/test/http_spec.rb +0 -0
- data/test/le_spec.rb +0 -0
- data/test/spec_helper.rb +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99fdb5e8d382903830d4fe7a900265680ffe2043
|
|
4
|
+
data.tar.gz: 23aa014dea96d8c561bcea19df816e1b8aacc688
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dde6bee24ffa5e36aad3c0ef2116fa03b9750bf4de2e116243cf2b2fbcd684eff878d1fa7df95c2560f81c5044ed39159c45a3e17772435e27b23be43d387775
|
|
7
|
+
data.tar.gz: 7965e50f8d28da7ff37a55d9bafa2e0e4f8338043ce4e05a2fc196b7ae0640242c6b617301097e00b08f00a3de829b7ae213dad9fbd4f248bfcea4622bfefa4d
|
data/Gemfile
CHANGED
|
File without changes
|
data/LE.gemspec
CHANGED
data/LICENSE
CHANGED
|
File without changes
|
data/README.md
CHANGED
|
@@ -79,4 +79,4 @@ For the `REGION` argument, provide the region of your account, e.g: 'eu', 'us'.
|
|
|
79
79
|
|
|
80
80
|
Additionally, when connecting via UDP, be sure to specify a port using the udp_port parameter:
|
|
81
81
|
|
|
82
|
-
Rails.logger = Le.new('', :udp_port => 13287)
|
|
82
|
+
Rails.logger = Le.new('', 'REGION' :udp_port => 13287)
|
data/Rakefile
CHANGED
|
File without changes
|
data/lib/le/host/connection.rb
CHANGED
|
@@ -138,7 +138,7 @@ module Le
|
|
|
138
138
|
if message.scan(/\n/).empty?
|
|
139
139
|
@queue << "#{ @token } #{ message } \n"
|
|
140
140
|
else
|
|
141
|
-
@queue << "#{ message.gsub(/^/, "
|
|
141
|
+
@queue << "#{ message.gsub(/^/, "#{ @token } [#{ random_message_id }]") }\n"
|
|
142
142
|
end
|
|
143
143
|
|
|
144
144
|
|
data/lib/le/host.rb
CHANGED
|
File without changes
|
data/lib/le.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/test/host_spec.rb
CHANGED
|
File without changes
|
data/test/http_spec.rb
CHANGED
|
File without changes
|
data/test/le_spec.rb
CHANGED
|
File without changes
|
data/test/spec_helper.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: r7insight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.7.
|
|
4
|
+
version: 2.7.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mark Lacomber
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-06
|
|
12
|
+
date: 2017-12-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
94
94
|
version: '0'
|
|
95
95
|
requirements: []
|
|
96
96
|
rubyforge_project:
|
|
97
|
-
rubygems_version: 2.
|
|
97
|
+
rubygems_version: 2.5.2
|
|
98
98
|
signing_key:
|
|
99
99
|
specification_version: 4
|
|
100
100
|
summary: InsightOps logging plugin
|