Sha256: 32610a86cbf5d1fbbfbea30a728bbe64ead22924fc959b73f2239df7298d9393

Contents?: true

Size: 491 Bytes

Versions: 7

Compression:

Stored size: 491 Bytes

Contents

require 'rubygems'
require 'lib/new_relic/version.rb'
require 'echoe'

GEM_NAME = "newrelic_rpm"
GEM_VERSION = NewRelic::VERSION::STRING
AUTHOR = "Bill Kayser"
EMAIL = "bkayser@newrelic.com"
HOMEPAGE = "http://www.newrelic.com"
SUMMARY = "New Relic Ruby Performance Monitoring Agent"

Echoe.new(GEM_NAME) do |p|
  p.author = AUTHOR
  p.summary = SUMMARY
  p.url = HOMEPAGE
  p.email = EMAIL
  p.project = 'newrelic'
  p.need_tar_gz = false
  p.need_gem = true
  p.ignore_pattern = %w[]
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
newrelic_rpm-2.9.9 Rakefile
newrelic_rpm-2.9.8 Rakefile
newrelic_rpm-2.9.6 Rakefile
newrelic_rpm-2.9.5 Rakefile
newrelic_rpm-2.9.2 Rakefile
newrelic_rpm-2.9.3 Rakefile
newrelic_rpm-2.9.4 Rakefile