Skip to content

Commit

Permalink
updated gemspec for file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarg committed Nov 11, 2011
1 parent 5a6bd93 commit 2502d0e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions newrelic_rpm.gemspec
Expand Up @@ -9,10 +9,10 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bill Kayser", "Jon Guymon", "Justin George", "Darin Swanson"]
s.date = "2011-11-07"
s.date = "2011-11-11"
s.description = "New Relic is a performance management system, developed by New Relic,\nInc (http://www.newrelic.com). New Relic provides you with deep\ninformation about the performance of your web application as it runs\nin production. The New Relic Ruby Agent is dual-purposed as a either a\nGem or plugin, hosted on\nhttp://github.com/newrelic/rpm/\n"
s.email = "support@newrelic.com"
s.executables = ["newrelic_cmd", "newrelic", "mongrel_rpm"]
s.executables = ["mongrel_rpm", "newrelic", "newrelic_cmd"]
s.extra_rdoc_files = [
"CHANGELOG",
"LICENSE",
Expand Down Expand Up @@ -42,6 +42,7 @@ Gem::Specification.new do |s|
"lib/new_relic/agent/error_collector.rb",
"lib/new_relic/agent/instrumentation.rb",
"lib/new_relic/agent/instrumentation/active_merchant.rb",
"lib/new_relic/agent/instrumentation/active_record.rb",
"lib/new_relic/agent/instrumentation/acts_as_solr.rb",
"lib/new_relic/agent/instrumentation/authlogic.rb",
"lib/new_relic/agent/instrumentation/controller_instrumentation.rb",
Expand All @@ -58,10 +59,8 @@ Gem::Specification.new do |s|
"lib/new_relic/agent/instrumentation/rack.rb",
"lib/new_relic/agent/instrumentation/rails/action_controller.rb",
"lib/new_relic/agent/instrumentation/rails/action_web_service.rb",
"lib/new_relic/agent/instrumentation/rails/active_record_instrumentation.rb",
"lib/new_relic/agent/instrumentation/rails/errors.rb",
"lib/new_relic/agent/instrumentation/rails3/action_controller.rb",
"lib/new_relic/agent/instrumentation/rails3/active_record_instrumentation.rb",
"lib/new_relic/agent/instrumentation/rails3/errors.rb",
"lib/new_relic/agent/instrumentation/sinatra.rb",
"lib/new_relic/agent/instrumentation/sunspot.rb",
Expand Down

0 comments on commit 2502d0e

Please sign in to comment.