newrelic-infinite_tracing 8.3.0 → 8.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +0 -6
- data/newrelic-infinite_tracing.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95214bedd72e2f7c1e37e4327bedcee0b0de72d3ab78ccbb9c3a60da6d446eca
|
4
|
+
data.tar.gz: b32d6d9b9b2fae552c9595e74b8f897a298aec5b693e141fd0216b766376cbd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6d5c64d406332ea6e1ae327436d9530f3fa26347d2cf128b821213890dfe262abeb3eeee1d24401b0d473f65dccabd5849afcd6cfc85b09ca4418c659e57517
|
7
|
+
data.tar.gz: 8bb52d97a0325ab1957dca4125e756921c5cea8d28cb2b7e11985cdd46526a179079c39faf137140ed8b4567439e1099e278d08049b49abe9234bb4d6efca021
|
data/LICENSE
CHANGED
@@ -175,10 +175,6 @@
|
|
175
175
|
|
176
176
|
END OF TERMS AND CONDITIONS
|
177
177
|
|
178
|
-
Versions 6.12.0 and above for this project are licensed under
|
179
|
-
Apache 2.0. For prior versions of this project, please see the
|
180
|
-
LICENSE file in the root directory of that version for more information.
|
181
|
-
|
182
178
|
APPENDIX: How to apply the Apache License to your work.
|
183
179
|
|
184
180
|
To apply the Apache License to your work, attach the following
|
@@ -204,5 +200,3 @@
|
|
204
200
|
See the License for the specific language governing permissions and
|
205
201
|
limitations under the License.
|
206
202
|
|
207
|
-
|
208
|
-
|
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
|
|
33
33
|
s.version = NewRelic::VERSION::STRING
|
34
34
|
s.required_ruby_version = '>= 2.5.0'
|
35
35
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
36
|
-
s.authors = ["Tanna McClure", "Kayla Reopelle"]
|
36
|
+
s.authors = ["Tanna McClure", "Kayla Reopelle", "James Bunch"]
|
37
37
|
s.licenses = ['Apache-2.0']
|
38
38
|
s.description = <<-EOS
|
39
39
|
The New Relic Ruby agent requires the gem newrelic_rpm, and it includes distributed
|
metadata
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: newrelic-infinite_tracing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.
|
4
|
+
version: 8.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tanna McClure
|
8
8
|
- Kayla Reopelle
|
9
|
+
- James Bunch
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date: 2022-
|
13
|
+
date: 2022-04-04 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: newrelic_rpm
|
@@ -17,14 +18,14 @@ dependencies:
|
|
17
18
|
requirements:
|
18
19
|
- - '='
|
19
20
|
- !ruby/object:Gem::Version
|
20
|
-
version: 8.
|
21
|
+
version: 8.6.0
|
21
22
|
type: :runtime
|
22
23
|
prerelease: false
|
23
24
|
version_requirements: !ruby/object:Gem::Requirement
|
24
25
|
requirements:
|
25
26
|
- - '='
|
26
27
|
- !ruby/object:Gem::Version
|
27
|
-
version: 8.
|
28
|
+
version: 8.6.0
|
28
29
|
- !ruby/object:Gem::Dependency
|
29
30
|
name: grpc
|
30
31
|
requirement: !ruby/object:Gem::Requirement
|