From 8fbf1ce41f69ab13db648e2f5f1d46f0663669bb Mon Sep 17 00:00:00 2001 From: Brian Doll Date: Thu, 23 Sep 2010 13:31:30 -0700 Subject: [PATCH] bump version and update changelog --- CHANGELOG | 5 +++++ rpm_contrib.gemspec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b1438cd..62a8849 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +* Version 1.0.12 + + Better support for initialization within a Rails 3 application + rpm_contrib now depends on newrelic_rpm >= 2.13.1 + * Version 1.0.11 AWS/S3 instrumentation contributed by Brian Doll diff --git a/rpm_contrib.gemspec b/rpm_contrib.gemspec index fc1e183..8cc1d5d 100644 --- a/rpm_contrib.gemspec +++ b/rpm_contrib.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{rpm_contrib} - s.version = "1.0.11" + s.version = "1.0.12" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Bill Kayser"] - s.date = %q{2010-09-16} + s.date = %q{2010-09-23} s.description = %q{Community contributed instrumentation for various frameworks based on the New Relic Ruby monitoring gem newrelic_rpm. }