newrelic-infinite_tracing 8.4.0 → 8.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66f63e96a5789d5ad7310a0e4ce0b114a92a8285b9f9432effa2efc9c55d0df9
4
- data.tar.gz: 4f5ea5924bb785c2a3b21bb1e45aabb70e93cb0a084aea03963cc2b66177eee6
3
+ metadata.gz: d72145b32a77f242716bca17abc09e77ad863495b706e83a11193c7d54982c83
4
+ data.tar.gz: 10bac6d2ef2bafd679302637c8377b28f7675f6b6aae9852ec2b3ac5f6fe6711
5
5
  SHA512:
6
- metadata.gz: 65194e512d3bb1933ff16cd34625fc87c3f6f5f0fecaa77ade1fee1d6c720338721ec61320d51677de2033a389873b6226723da336460cb65f61d9f21b059e92
7
- data.tar.gz: 6ac316b0790e67262683dabe68cd8b1242468985766c2ffea65327fb65affd8e09eb8f2002649a41708060e249839e9d46bbe2973473e3a7b180e2b98c286379
6
+ metadata.gz: ea9037fd90628f92ba636fd3c63f5196dbfd259fd30dca766f19f2eb16e30b241e8d5c38b1e52ed81bf11f22e95181e22e9809c19b3ded06bade82fabc78a8e2
7
+ data.tar.gz: 012b46335b457d7c025e21e8d36ba8b359521eefbfce003f04ea6fa38ed20d134c858ff9abdfd1e09e7bd2e7d487f98ca23fc7aa40f56e5f49c4c7e35ab0e909
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", "James Bunch"]
36
+ s.authors = ["Tanna McClure", "Kayla Reopelle", "James Bunch", "Hannah Ramadan"]
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,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic-infinite_tracing
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.4.0
4
+ version: 8.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanna McClure
8
8
  - Kayla Reopelle
9
9
  - James Bunch
10
+ - Hannah Ramadan
10
11
  autorequire:
11
12
  bindir: bin
12
13
  cert_chain: []
13
- date: 2022-01-25 00:00:00.000000000 Z
14
+ date: 2022-05-03 00:00:00.000000000 Z
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: newrelic_rpm
@@ -18,14 +19,14 @@ dependencies:
18
19
  requirements:
19
20
  - - '='
20
21
  - !ruby/object:Gem::Version
21
- version: 8.4.0
22
+ version: 8.7.0
22
23
  type: :runtime
23
24
  prerelease: false
24
25
  version_requirements: !ruby/object:Gem::Requirement
25
26
  requirements:
26
27
  - - '='
27
28
  - !ruby/object:Gem::Version
28
- version: 8.4.0
29
+ version: 8.7.0
29
30
  - !ruby/object:Gem::Dependency
30
31
  name: grpc
31
32
  requirement: !ruby/object:Gem::Requirement