Skip to content

Commit

Permalink
version and gemspec for 3.4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarg committed Jun 25, 2012
1 parent 7b45ff5 commit 73760c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/new_relic/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 4
TINY = 0
BUILD = nil # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
BUILD = 1 # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end

Expand Down
10 changes: 5 additions & 5 deletions newrelic_rpm.gemspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = "newrelic_rpm"
s.version = "3.4.0"
s.version = "3.4.0.1"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Bill Kayser", "Jon Guymon", "Justin George", "Darin Swanson"]
s.date = "2012-06-14"
s.date = "2012-06-25"
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", "mongrel_rpm", "newrelic"]
s.executables = ["mongrel_rpm", "newrelic", "newrelic_cmd"]
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 = ["--line-numbers", "--inline-source", "--title", "New Relic Ruby Agent"]
s.rdoc_options = ["--charset=UTF-8", "--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 73760c8

Please sign in to comment.