From b59536bdf010000fec210a4093f29ec4a4770156 Mon Sep 17 00:00:00 2001 From: Justin George Date: Mon, 7 Mar 2011 16:26:46 -0800 Subject: [PATCH] update gemspec --- newrelic_rpm.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/newrelic_rpm.gemspec b/newrelic_rpm.gemspec index bf81d60bf7..d3ac83a3a5 100644 --- a/newrelic_rpm.gemspec +++ b/newrelic_rpm.gemspec @@ -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 @@ -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