Sha256: 29e1a77ef227e5da29fef58ccead67ad0f1ca103fe97e208698565177b77338d

Contents?: true

Size: 553 Bytes

Versions: 26

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

26 entries across 26 versions & 1 rubygems

Version Path
newrelic_rpm-9.17.0 lib/tasks/install.rake
newrelic_rpm-9.16.1 lib/tasks/install.rake
newrelic_rpm-9.16.0 lib/tasks/install.rake
newrelic_rpm-9.15.0 lib/tasks/install.rake
newrelic_rpm-9.14.0 lib/tasks/install.rake
newrelic_rpm-9.13.0 lib/tasks/install.rake
newrelic_rpm-9.12.0 lib/tasks/install.rake
newrelic_rpm-9.11.0 lib/tasks/install.rake
newrelic_rpm-9.10.2 lib/tasks/install.rake
newrelic_rpm-9.10.1 lib/tasks/install.rake
newrelic_rpm-9.10.0 lib/tasks/install.rake
newrelic_rpm-9.9.0 lib/tasks/install.rake
newrelic_rpm-9.8.0 lib/tasks/install.rake
newrelic_rpm-9.7.1 lib/tasks/install.rake
newrelic_rpm-9.7.0 lib/tasks/install.rake
newrelic_rpm-9.6.0 lib/tasks/install.rake
newrelic_rpm-9.5.0 lib/tasks/install.rake
newrelic_rpm-9.4.2 lib/tasks/install.rake
newrelic_rpm-9.4.1 lib/tasks/install.rake
newrelic_rpm-9.4.0 lib/tasks/install.rake