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