Skip to content

Commit

Permalink
prep for release of 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoll committed Sep 1, 2010
1 parent 41a5600 commit 5540efd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* Version 1.0.11

AWS/S3 instrumentation contributed by Brian Doll
Cassandra instrumentation contributed by Ashley Martens
Updated Redis instrumentation for 1.x and 2.x contributed by Karl Baum

* Version 1.0.10

Mongoid support contributed by Karl Baum
Expand Down
16 changes: 10 additions & 6 deletions rpm_contrib.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{rpm_contrib}
s.version = "1.0.10"
s.version = "1.0.11"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bill Kayser"]
s.date = %q{2010-05-21}
s.date = %q{2010-09-01}
s.description = %q{Community contributed instrumentation for various frameworks based on
the New Relic Ruby monitoring gem newrelic_rpm.
}
Expand All @@ -28,32 +28,36 @@ the New Relic Ruby monitoring gem newrelic_rpm.
"lib/rpm_contrib.rb",
"lib/rpm_contrib/detection/camping.rb",
"lib/rpm_contrib/detection/resque.rb",
"lib/rpm_contrib/instrumentation/aws/s3.rb",
"lib/rpm_contrib/instrumentation/camping.rb",
"lib/rpm_contrib/instrumentation/cassandra.rb",
"lib/rpm_contrib/instrumentation/mongo_mapper.rb",
"lib/rpm_contrib/instrumentation/mongoid.rb",
"lib/rpm_contrib/instrumentation/paperclip.rb",
"lib/rpm_contrib/instrumentation/redis.rb",
"lib/rpm_contrib/instrumentation/resque.rb",
"test/helper.rb",
"test/schema.rb",
"test/test_mongoid.rb"
"test/test_mongoid.rb",
"test/test_redis.rb"
]
s.homepage = %q{http://github.com/newrelic/rpm_contrib}
s.rdoc_options = ["--charset=UTF-8", "--line-numbers", "--inline-source", "--title", "Contributed Instrumentation for New Relic RPM", "-m", "README.md"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Contributed Instrumentation for New Relic RPM}
s.test_files = [
"test/helper.rb",
"test/schema.rb",
"test/test_mongoid.rb"
"test/test_mongoid.rb",
"test/test_redis.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<newrelic_rpm>, [">= 2.11.1"])
else
s.add_dependency(%q<newrelic_rpm>, [">= 2.11.1"])
Expand Down

0 comments on commit 5540efd

Please sign in to comment.