Sha256: ec72dc6eeab108126ad8528bfdb85cbdd48ddc08319f5f46e752c452e17e0546

Contents?: true

Size: 523 Bytes

Versions: 65

Compression:

Stored size: 523 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.

if __FILE__ == $0 || $0 =~ /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

65 entries across 65 versions & 2 rubygems

Version Path
newrelic_rpm-4.8.0.341 install.rb
newrelic_rpm-4.7.1.340 install.rb
newrelic_rpm-4.7.0.339 install.rb
newrelic_rpm-4.6.0.338 install.rb
newrelic_rpm-4.5.0.337 install.rb
newrelic_rpm-4.4.0.336 install.rb
newrelic_rpm-4.3.0.335 install.rb
newrelic_rpm-4.2.0.334 install.rb
newrelic_rpm-4.1.0.333 install.rb
newrelic_rpm-4.0.0.332 install.rb
newrelic_rpm-3.18.1.330 install.rb
newrelic_rpm-3.18.0.329 install.rb
newrelic_rpm-3.17.2.327 install.rb
newrelic_rpm-3.17.1.326 install.rb
newrelic_rpm-3.17.0.325 install.rb
newrelic_rpm-3.16.3.323 install.rb
newrelic_rpm-3.16.2.321 install.rb
newrelic_rpm-3.16.1.320 install.rb
newrelic_rpm-3.16.0.318 install.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.15.2.317/install.rb