r7insight 3.0.0 → 3.0.1
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.lock +4 -1
- data/README.md +0 -6
- data/r7insight.gemspec +2 -2
- 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: bf214d163b4773d43207aaa0d200c861657059eb
|
|
4
|
+
data.tar.gz: 44b45f55ea257845992c54fa107432f659ee061d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f5565ce3fa399d15f8d0e7539ba56082e1be38096696d1cb85134835a54389a63736a75c20dfabf4ac8c290b823143b771e2bfdbdd8bba3bdebae4a1aaf3e79
|
|
7
|
+
data.tar.gz: 121c167566c730e96e684aba4780675e944914f69b6885d3da2b41bdbd83de94574d505d04f8e4c0ed8ddddbee9dbab161d6f2b0183bd64648d1b0540fd97f04
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -81,9 +81,3 @@ For the `REGION` argument, provide the region of your account, e.g: 'eu', 'us' e
|
|
|
81
81
|
Additionally, when connecting via UDP, be sure to specify a port using the udp_port parameter:
|
|
82
82
|
|
|
83
83
|
Rails.logger = R7Insight.new('', 'REGION' :udp_port => 13287)
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
Contact Support
|
|
87
|
-
------
|
|
88
|
-
|
|
89
|
-
Please email our support team at support@rapid7.com if you need any help.
|
data/r7insight.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ require 'r7_insight'
|
|
|
8
8
|
|
|
9
9
|
Gem::Specification.new do |gem|
|
|
10
10
|
gem.name = 'r7insight'
|
|
11
|
-
gem.version = '3.0.
|
|
11
|
+
gem.version = '3.0.1'
|
|
12
12
|
gem.date = Time.now
|
|
13
13
|
gem.summary = 'Rapid7 Insight Platform logging plugin'
|
|
14
14
|
gem.licenses = ['MIT']
|
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
|
|
17
17
|
DESC
|
|
18
18
|
|
|
19
19
|
gem.authors = ['Rapid7']
|
|
20
|
-
gem.email = '
|
|
20
|
+
gem.email = 'InsightOpsTeam@rapid7.com'
|
|
21
21
|
gem.homepage = 'https://github.com/rapid7/r7insight_ruby'
|
|
22
22
|
gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
|
|
23
23
|
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: r7insight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rapid7
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -67,7 +67,7 @@ dependencies:
|
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 13.0.0
|
|
69
69
|
description: " Rapid7 Insight Platform Ruby library for logging\n"
|
|
70
|
-
email:
|
|
70
|
+
email: InsightOpsTeam@rapid7.com
|
|
71
71
|
executables: []
|
|
72
72
|
extensions: []
|
|
73
73
|
extra_rdoc_files: []
|