Skip to content

Commit

Permalink
preparation for 3.1.2.beta2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarg committed Aug 26, 2011
1 parent 4237007 commit df9a539
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ v3.1.2
* Work around for Ruby 1.8.7 Marshal crash bug
* Numerous community patches (Gabriel Horner, Bradley Harris, Diego Garcia,
Tommy Sullivan, Greg Hazel, John Thomas Marino, Paul Elliott, Pan Thomakos)
* Fixed RUM instrumentation bug

v3.1.1
* Support for Rails 3.1 (thanks to Ben Hoskings via github)
Expand Down
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 = 1
TINY = 2
BUILD = 'beta1' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
BUILD = 'beta2' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end

Expand Down
6 changes: 3 additions & 3 deletions newrelic_rpm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{newrelic_rpm}
s.version = "3.1.2.beta1"
s.version = "3.1.2.beta2"

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 = %q{2011-08-18}
s.date = %q{2011-08-26}
s.description = %q{New Relic is a performance management system, developed by New Relic,
Inc (http://www.newrelic.com). New Relic provides you with deep
information about the performance of your web application as it runs
Expand All @@ -18,7 +18,7 @@ Gem or plugin, hosted on
http://github.com/newrelic/rpm/
}
s.email = %q{support@newrelic.com}
s.executables = ["mongrel_rpm", "newrelic", "newrelic_cmd"]
s.executables = ["newrelic_cmd", "newrelic", "mongrel_rpm"]
s.extra_rdoc_files = [
"CHANGELOG",
"LICENSE",
Expand Down

0 comments on commit df9a539

Please sign in to comment.