lib/new_relic/commands/install.rb in ghazel-newrelic_rpm-3.1.0.1 vs lib/new_relic/commands/install.rb in ghazel-newrelic_rpm-3.4.0.2

- old
+ new

@@ -50,24 +50,13 @@ To monitor your application in production mode, sign up for an account at www.newrelic.com, and replace the newrelic.yml file with the one you receive upon registration. EOF puts <<-EOF unless quiet - + E-mail support@newrelic.com with any problems or questions. - EOF - puts <<-EOF - -Installing the plugin from Rubyforge is deprecated. This repository will not be updated after January 2011 - -Please use one of the following options: - -Gems: gem install newrelic_rpm - -Github! git clone git://github.com/newrelic/rpm.git vendor/plugins/newrelic_rpm - - EOF + end def content @src_file ||= File.expand_path(File.join(File.dirname(__FILE__),"..","..","..","newrelic.yml")) template = File.read(@src_file)