Skip to content

Commit

Permalink
gemspec for 3.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarg committed Sep 8, 2011
1 parent ec93c58 commit 02848bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/new_relic/version.rb
Expand Up @@ -4,7 +4,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 1
TINY = 2
BUILD = 'beta2' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
BUILD = nil # 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
Expand Up @@ -5,11 +5,11 @@

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

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-26}
s.date = %q{2011-09-07}
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 = ["newrelic_cmd", "newrelic", "mongrel_rpm"]
s.executables = ["mongrel_rpm", "newrelic", "newrelic_cmd"]
s.extra_rdoc_files = [
"CHANGELOG",
"LICENSE",
Expand Down

0 comments on commit 02848bc

Please sign in to comment.