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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -1
  3. data/README.md +0 -6
  4. data/r7insight.gemspec +2 -2
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a2c177685e8729322134332c2600df2f39128bc
4
- data.tar.gz: 60f673c54746ce17be74ed6519b60940646d11d0
3
+ metadata.gz: bf214d163b4773d43207aaa0d200c861657059eb
4
+ data.tar.gz: 44b45f55ea257845992c54fa107432f659ee061d
5
5
  SHA512:
6
- metadata.gz: bc374752238269cf845c8d624389c9e37b37323bb6ceab803afe3ade0246c5194333aeec9b68da18e5d57b3c25dc0a93db7714c438a0579aed00fe8581c78838
7
- data.tar.gz: 13b808f2ada9e6e8385cb9331febba3aa496956261a9854833c7d4dbbf2ad16a890fab590ff2e225feef23d692bb1b60ed70b0a261578f4d38cd96c5e70444b3
6
+ metadata.gz: 2f5565ce3fa399d15f8d0e7539ba56082e1be38096696d1cb85134835a54389a63736a75c20dfabf4ac8c290b823143b771e2bfdbdd8bba3bdebae4a1aaf3e79
7
+ data.tar.gz: 121c167566c730e96e684aba4780675e944914f69b6885d3da2b41bdbd83de94574d505d04f8e4c0ed8ddddbee9dbab161d6f2b0183bd64648d1b0540fd97f04
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- r7insight (3.0.0)
4
+ r7insight (3.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -32,5 +32,8 @@ DEPENDENCIES
32
32
  r7insight!
33
33
  rake (~> 13.0.0)
34
34
 
35
+ RUBY VERSION
36
+ ruby 2.5.0p0
37
+
35
38
  BUNDLED WITH
36
39
  2.0.2
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.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 = 'support@rapid7.com'
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.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-10-30 00:00:00.000000000 Z
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: support@rapid7.com
70
+ email: InsightOpsTeam@rapid7.com
71
71
  executables: []
72
72
  extensions: []
73
73
  extra_rdoc_files: []