Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Mar 9, 2012
1 parent 2d1f5d2 commit a4e3e33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/newrelic_redis/version.rb
@@ -1,3 +1,3 @@
class NewRelicRedis
VERSION = '1.0.0'
VERSION = '1.1.0'
end
4 changes: 2 additions & 2 deletions newrelic-redis.gemspec
Expand Up @@ -2,15 +2,15 @@

Gem::Specification.new do |s|
s.name = "newrelic-redis"
s.version = "1.0.0"
s.version = "1.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Evan Phoenix"]
s.date = "2012-03-09"
s.description = "Redis instrumentation for Newrelic."
s.email = ["evan@phx.io"]
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
s.files = [".autotest", "History.txt", "Manifest.txt", "README.txt", "Rakefile", "lib/newrelic_redis.rb", "lib/newrelic_redis/instrumentation.rb", "lib/newrelic_redis/version.rb", "test/test_newrelic_redis.rb", ".gemtest"]
s.files = [".autotest", "History.txt", "Manifest.txt", "README.txt", "Rakefile", "lib/newrelic-redis.rb", "lib/newrelic_redis/instrumentation.rb", "lib/newrelic_redis/version.rb", "newrelic-redis.gemspec", "test/test_newrelic_redis.rb", ".gemtest"]
s.homepage = "http://github.com/evanphx/newrelic-redis"
s.rdoc_options = ["--main", "README.txt"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit a4e3e33

Please sign in to comment.