Skip to content

Commit

Permalink
gemspec for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaul committed Jul 26, 2012
1 parent 559f091 commit a945961
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions newrelic_rpm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

Gem::Specification.new do |s|
s.name = "newrelic_rpm"
s.version = "3.4.1.beta1"
s.version = "3.4.1"

s.authors = ["Bill Kayser", "Jon Guymon", "Justin George", "Darin Swanson"]
s.date = "2012-07-24"
s.date = "2012-07-26"
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_cmd", "newrelic"]
s.extra_rdoc_files = [
"CHANGELOG",
"LICENSE",
Expand Down Expand Up @@ -296,7 +296,7 @@ Gem::Specification.new do |s|
]
s.homepage = "http://www.github.com/newrelic/rpm"
s.post_install_message = "\nPLEASE NOTE:\n\nDeveloper Mode is now a Rack middleware.\n\nDeveloper Mode is no longer available in Rails 2.1 and earlier.\nHowever, starting in version 2.12 you can use Developer Mode in any\nRack based framework, in addition to Rails. To install developer mode\nin a non-Rails application, just add NewRelic::Rack::DeveloperMode to\nyour middleware stack.\n\nIf you are using JRuby, we recommend using at least version 1.4 or \nlater because of issues with the implementation of the timeout library.\n\nRefer to the README.md file for more information.\n\nPlease see http://github.com/newrelic/rpm/blob/master/CHANGELOG\nfor a complete description of the features and enhancements available\nin version 3.4 of the Ruby Agent.\n \n"
s.rdoc_options = ["--charset=UTF-8", "--line-numbers", "--inline-source", "--title", "New Relic Ruby Agent"]
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "New Relic Ruby Agent"]
s.require_paths = ["lib"]
s.summary = "New Relic Ruby Agent"

Expand Down

0 comments on commit a945961

Please sign in to comment.