Sha256: 6e26bcaf24f981279a079d2342ad78679cf90576f83152f5c6cca219b945a67b

Contents?: true

Size: 329 Bytes

Versions: 24

Compression:

Stored size: 329 Bytes

Contents

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

24 entries across 24 versions & 2 rubygems

Version Path
newrelic_rpm-2.14.1.logging1 install.rb
newrelic_rpm-2.14.1 install.rb
newrelic_rpm-2.13.4.rum6 install.rb
newrelic_rpm-2.14.0 install.rb
newrelic_rpm-2.13.4.rum5 install.rb
newrelic_rpm-2.13.6.beta2 install.rb
newrelic_rpm-2.13.6.beta1 install.rb
newrelic_rpm-2.13.4.rum4 install.rb
newrelic_rpm-2.13.5.beta4 install.rb
newrelic_rpm-2.13.5.beta3 install.rb
newrelic_rpm-2.13.5.beta2 install.rb
newrelic_rpm-2.13.5.beta1 install.rb
newrelic_rpm-2.13.4.eum3 install.rb
newrelic_rpm-2.13.4.eum2 install.rb
newrelic_rpm-2.13.4.eum1 install.rb
newrelic_rpm-2.13.4 install.rb
newrelic_rpm-2.13.3 install.rb
newrelic_rpm-2.13.3.beta install.rb
newrelic_rpm-2.13.2 install.rb
honkster-newrelic_rpm-2.13.1 install.rb