Skip to content

Commit

Permalink
update changelog and gemspec for minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggederest committed May 12, 2011
1 parent 5708697 commit 5307e84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
* Version 2.0.1

Fixed an error with Bundler and RubyGems 1.8.2 which caused the gem to always fail to load

* Version 2.0.0

Updated to use the latest version of the Ruby Agent
Expand Down
4 changes: 2 additions & 2 deletions rpm_contrib.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{rpm_contrib}
s.version = "2.0.0"
s.version = "2.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bill Kayser"]
s.date = %q{2011-05-11}
s.date = %q{2011-05-12}
s.description = %q{Community contributed instrumentation for various frameworks based on
the New Relic Ruby monitoring gem newrelic_rpm.
}
Expand Down

0 comments on commit 5307e84

Please sign in to comment.