newrelic_rpm 6.10.0.364 → 6.11.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of newrelic_rpm might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e5ab7fd3bb77356673eb2437785714e3935f9bbc9a763254425166753470f79
4
- data.tar.gz: a0a8b207924ef308a1105783cfa373ca77ca91deeb046cdea632d48afe9e9906
3
+ metadata.gz: f8e855ac8a67e4fbe5dcb17a57457786b1683513949a4cc9baa7f9055c6b74b6
4
+ data.tar.gz: 461cb1c9c3b4f68645ec460717864d17afd66d070e593cc1b5450307155dc77b
5
5
  SHA512:
6
- metadata.gz: cf2e4fc7fb9c35dd2d1392a9b47e3dea5c908230d59b616eb51d8f544560e736e9ac7256419c51751ee24627d1bf291f190f1bb8a3bf75436152ebba340b21ba
7
- data.tar.gz: 1a29679d374d033b649cfa5966aad2127374de42f0527bbdc4091ff8c73f061a0df0b6049561eec2c4fe4af752329a139a9e2764e910943d315b5137d2cd93ea
6
+ metadata.gz: 64786c500d5315d42ec35b3d9003ff51d4de545fb1e44ac4ddb27b565570af0fdef2816ef8453fb8555cdc596c3cea12cd621a10d2b28fea0b0c252913120b9f
7
+ data.tar.gz: a6e008e1daba294f96030aa43302db129f45d1e718f251dc7a69d117dd5bc63891f7afb53e655b3b012942ec14f1653087d61d7749103702e92797b8c762fc33
data/Gemfile CHANGED
@@ -1,3 +1,6 @@
1
- source 'https://rubygems.org'
1
+ # encoding: utf-8
2
+ # This file is distributed under New Relic's license terms.
3
+ # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.
2
4
 
3
- gemspec
5
+ source 'https://rubygems.org'
6
+ gemspec name: "newrelic_rpm"
data/LICENSE CHANGED
@@ -1,5 +1,5 @@
1
1
  All components of this product are
2
- Copyright (c) 2008-2017 New Relic, Inc. All rights reserved.
2
+ Copyright (c) 2008-2020 New Relic, Inc. All rights reserved.
3
3
 
4
4
  Certain inventions disclosed in this file may be claimed within
5
5
  patents owned or patent applications filed by New Relic, Inc. or third
data/Rakefile CHANGED
@@ -2,6 +2,7 @@ require 'rubygems'
2
2
  require 'rake/testtask'
3
3
  require 'yard'
4
4
  require "#{File.dirname(__FILE__)}/lib/tasks/all.rb"
5
+ require "#{File.dirname(__FILE__)}/infinite_tracing/tasks/all.rb"
5
6
 
6
7
  YARD::Rake::YardocTask.new
7
8
 
@@ -136,3 +137,4 @@ task :console do
136
137
  ARGV.clear
137
138
  Pry.start
138
139
  end
140
+
@@ -11,7 +11,7 @@ module NewRelic
11
11
  end
12
12
 
13
13
  MAJOR = 6
14
- MINOR = 10
14
+ MINOR = 11
15
15
  TINY = 0
16
16
 
17
17
  begin
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  New Relic is a performance management system, developed by New Relic,
18
18
  Inc (http://www.newrelic.com). New Relic provides you with deep
19
19
  information about the performance of your web application as it runs
20
- in production. The New Relic Ruby Agent is dual-purposed as a either a
20
+ in production. The New Relic Ruby agent is dual-purposed as a either a
21
21
  Gem or plugin, hosted on
22
22
  https://github.com/newrelic/rpm/
23
23
  EOS
@@ -38,7 +38,7 @@ EOS
38
38
  'source_code_uri' => 'https://github.com/newrelic/rpm'
39
39
  }
40
40
 
41
- file_list = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/(?!agent_helper.rb)}) }
41
+ file_list = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|infinite_tracing)/(?!agent_helper.rb)}) }
42
42
  build_file_path = 'lib/new_relic/build.rb'
43
43
  file_list << build_file_path if File.exist?(build_file_path)
44
44
  s.files = file_list
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic_rpm
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.10.0.364
4
+ version: 6.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Pine
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2020-04-02 00:00:00.000000000 Z
14
+ date: 2020-04-10 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rake
@@ -185,7 +185,7 @@ description: |
185
185
  New Relic is a performance management system, developed by New Relic,
186
186
  Inc (http://www.newrelic.com). New Relic provides you with deep
187
187
  information about the performance of your web application as it runs
188
- in production. The New Relic Ruby Agent is dual-purposed as a either a
188
+ in production. The New Relic Ruby agent is dual-purposed as a either a
189
189
  Gem or plugin, hosted on
190
190
  https://github.com/newrelic/rpm/
191
191
  email: support@newrelic.com
@@ -444,7 +444,6 @@ files:
444
444
  - lib/new_relic/agent/vm/mri_vm.rb
445
445
  - lib/new_relic/agent/vm/snapshot.rb
446
446
  - lib/new_relic/agent/worker_loop.rb
447
- - lib/new_relic/build.rb
448
447
  - lib/new_relic/cli/command.rb
449
448
  - lib/new_relic/cli/commands/deployments.rb
450
449
  - lib/new_relic/cli/commands/install.rb
@@ -501,7 +500,6 @@ files:
501
500
  - newrelic_rpm.gemspec
502
501
  - recipes/newrelic.rb
503
502
  - test/agent_helper.rb
504
- - 'true'
505
503
  homepage: https://github.com/newrelic/rpm
506
504
  licenses:
507
505
  - New Relic
@@ -525,7 +523,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
525
523
  - !ruby/object:Gem::Version
526
524
  version: 1.3.1
527
525
  requirements: []
528
- rubygems_version: 3.1.2
526
+ rubygems_version: 3.0.6
529
527
  signing_key:
530
528
  specification_version: 4
531
529
  summary: New Relic Ruby Agent
data/true DELETED
File without changes