Skip to content

Commit

Permalink
fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggederest committed Oct 4, 2010
1 parent 7a3231a commit 00a926c
Showing 1 changed file with 3 additions and 3 deletions.
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 = "2.13.1"
s.version = "2.13.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bill Kayser", "Justin George"]
s.date = %q{2010-09-08}
s.date = %q{2010-10-04}
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 All @@ -26,7 +26,7 @@ http://github.com/newrelic/rpm/tree/master.
"newrelic.yml"
]
s.files = [
"CHANGELOG",
"CHANGELOG",
"LICENSE",
"README.rdoc",
"bin/mongrel_rpm",
Expand Down

0 comments on commit 00a926c

Please sign in to comment.