Sha256: 8ed0e4afd3bd0809c45fc6492d76f5004efbf30461c93876c53c8fb22c1abe7e
Contents?: true
Size: 553 Bytes
Versions: 8
Compression:
Stored size: 553 Bytes
Contents
# This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true 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
8 entries across 8 versions & 1 rubygems