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-6.11.0.365 install.rb
newrelic_rpm-6.10.0.364 install.rb
newrelic_rpm-6.9.0.363 install.rb
newrelic_rpm-6.8.0.360 install.rb
newrelic_rpm-6.7.0.359 install.rb
newrelic_rpm-6.6.0.358 install.rb
newrelic_rpm-6.5.0.357 install.rb
newrelic_rpm-6.4.0.356 install.rb
newrelic_rpm-6.3.0.355 install.rb
newrelic_rpm-6.2.0.354 install.rb
newrelic_rpm-6.1.0.352 install.rb
newrelic_rpm-6.0.0.351 install.rb
newrelic_rpm-5.7.0.350 install.rb
newrelic_rpm-5.6.0.349 install.rb
newrelic_rpm-5.5.0.348 install.rb
newrelic_rpm-5.4.0.347 install.rb
newrelic_rpm-5.3.0.346 install.rb
newrelic_rpm-5.2.0.345 install.rb
newrelic_rpm-5.1.0.344 install.rb
newrelic_rpm-5.0.0.342 install.rb