Sha256: 57613313d9dda654f75ecbe05aabeb0ccf1c61a69da51921da41c81f58f3502f

Contents?: true

Size: 555 Bytes

Versions: 34

Compression:

Stored size: 555 Bytes

Contents

# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
# frozen_string_literal: true

if __FILE__ == $0 || $0.include?('script/plugin') || File.basename($0) == 'rake'
  $LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), 'lib'))
  require 'new_relic/cli/command'
  begin
    NewRelic::Cli::Install.new(:quiet => true, :app_name => 'My Application').run
  rescue NewRelic::Cli::Command::CommandFailure => e
    $stderr.puts e.message
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
newrelic_rpm-9.17.0 install.rb
newrelic_rpm-9.16.1 install.rb
newrelic_rpm-9.16.0 install.rb
newrelic_rpm-9.15.0 install.rb
newrelic_rpm-9.14.0 install.rb
newrelic_rpm-9.13.0 install.rb
newrelic_rpm-9.12.0 install.rb
newrelic_rpm-9.11.0 install.rb
newrelic_rpm-9.10.2 install.rb
newrelic_rpm-9.10.1 install.rb
newrelic_rpm-9.10.0 install.rb
newrelic_rpm-9.9.0 install.rb
newrelic_rpm-9.8.0 install.rb
newrelic_rpm-9.7.1 install.rb
newrelic_rpm-9.7.0 install.rb
newrelic_rpm-9.6.0 install.rb
newrelic_rpm-9.5.0 install.rb
newrelic_rpm-9.4.2 install.rb
newrelic_rpm-9.4.1 install.rb
newrelic_rpm-9.4.0 install.rb