Sha256: f3f1b7a8ef3e64321884149a744784bb6899925de1e6a08c5c4d8e79fa588278

Contents?: true

Size: 487 Bytes

Versions: 18

Compression:

Stored size: 487 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/
  $LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), 'lib'))
  require 'new_relic/command'
  begin
    NewRelic::Command::Install.new(:quiet => true, :app_name => 'My Application').run
  rescue NewRelic::Command::CommandFailure => e
    $stderr.puts e.message
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
newrelic_rpm-3.6.6.147 install.rb
newrelic_rpm-3.6.5.130 install.rb
newrelic_rpm-3.6.4.122 install.rb
newrelic_rpm-3.6.4.113.beta install.rb
newrelic_rpm-3.6.3.111 install.rb
newrelic_rpm-3.6.3.106 install.rb
newrelic_rpm-3.6.3.105.beta install.rb
newrelic_rpm-3.6.3.104 install.rb
newrelic_rpm-3.6.3.103.beta install.rb
newrelic_rpm-3.6.2.96 install.rb
newrelic_rpm-3.6.2.90.beta install.rb
newrelic_rpm-3.6.1.88 install.rb
newrelic_rpm-3.6.1.87 install.rb
newrelic_rpm-3.6.1.86.beta install.rb
newrelic_rpm-3.6.1.85.beta install.rb
newrelic_rpm-3.6.0.83 install.rb
newrelic_rpm-3.6.0.78 install.rb
newrelic_rpm-3.6.0.74.beta install.rb