diff --git a/.build_ignore b/.build_ignore index e0a5daf553..3c018013e5 100644 --- a/.build_ignore +++ b/.build_ignore @@ -1,4 +1,4 @@ -.github +.github/ .gitignore .project .rubocop.yml diff --git a/lib/new_relic/cli/command.rb b/lib/new_relic/cli/command.rb index 099dc1ea78..5574459550 100644 --- a/lib/new_relic/cli/command.rb +++ b/lib/new_relic/cli/command.rb @@ -60,6 +60,7 @@ def self.run extra = [] options = ARGV.options do |opts| script_name = File.basename($0) + # TODO: MAJOR VERSION - remove newrelic_cmd, deprecated since version 2.13 if /newrelic_cmd$/.match?(script_name) $stdout.puts "warning: the 'newrelic_cmd' script has been renamed 'newrelic'" script_name = 'newrelic' diff --git a/newrelic_rpm.gemspec b/newrelic_rpm.gemspec index 27bd71556f..dadac82ad3 100644 --- a/newrelic_rpm.gemspec +++ b/newrelic_rpm.gemspec @@ -21,6 +21,7 @@ Gem::Specification.new do |s| https://github.com/newrelic/newrelic-ruby-agent/ EOS s.email = 'support@newrelic.com' + # TODO: MAJOR VERSION - remove newrelic_cmd, deprecated since version 2.13 s.executables = %w[newrelic_cmd newrelic nrdebug] s.extra_rdoc_files = [ 'CHANGELOG.md', @@ -44,7 +45,7 @@ Gem::Specification.new do |s| file_list << build_file_path if File.exist?(build_file_path) s.files = file_list - s.homepage = 'https://github.com/newrelic/rpm' + s.homepage = 'https://github.com/newrelic/newrelic-ruby-agent' s.require_paths = ['lib'] s.summary = 'New Relic Ruby Agent' s.add_development_dependency 'bundler'