Skip to content

Commit

Permalink
update version and gemspec for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggederest committed Mar 29, 2011
1 parent 8f2fb40 commit 4adb25f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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 = 2
MINOR = 13
TINY = 4
BUILD = 'rum5' #'0' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
BUILD = 'rum6' #'0' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end

Expand Down
5 changes: 3 additions & 2 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 = "2.13.4.rum5"
s.version = "2.13.4.rum6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bill Kayser", "Justin George"]
s.date = %q{2011-03-23}
s.date = %q{2011-03-29}
s.description = %q{New Relic RPM is a Ruby performance management system, developed by
New Relic, Inc (http://www.newrelic.com). RPM provides you with deep
information about the performance of your Ruby on Rails or Merb
Expand Down Expand Up @@ -100,6 +100,7 @@ http://github.com/newrelic/rpm/tree/master.
"lib/new_relic/metric_spec.rb",
"lib/new_relic/metrics.rb",
"lib/new_relic/noticed_error.rb",
"lib/new_relic/rack/browser_monitoring.rb",
"lib/new_relic/rack/developer_mode.rb",
"lib/new_relic/rack/metric_app.rb",
"lib/new_relic/rack/mongrel_rpm.ru",
Expand Down

0 comments on commit 4adb25f

Please sign in to comment.