Sha256: bc2b19a1be25b3ceed2d0f87f92864971fc70a2d36c3a101efdc0cab740bc38d
Contents?: true
Size: 368 Bytes
Versions: 81
Compression:
Stored size: 368 Bytes
Contents
namespace :newrelic do desc "Install a default config/newrelic.yml file" task :install do load File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "install.rb")) end desc "Gratefulness is always appreciated" task :thanks do puts "The Ruby agent team is grateful to Jim Weirich for his kindness and his code. He will be missed." end end
Version data entries
81 entries across 81 versions & 2 rubygems