Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggederest committed Mar 8, 2011
1 parent f39b883 commit b59536b
Showing 1 changed file with 3 additions and 3 deletions.
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 = "2.13.5.beta3"
s.version = "2.13.5.beta4"

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-03}
s.date = %q{2011-03-07}
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 @@ -271,7 +271,7 @@ for instructions for previous versions
}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "New Relic Ruby Performance Monitoring Agent"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.0}
s.rubygems_version = %q{1.5.2}
s.summary = %q{New Relic Ruby Performance Monitoring Agent}

if s.respond_to? :specification_version then
Expand Down

0 comments on commit b59536b

Please sign in to comment.