X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..cd19463854027eb7e378bcd0ea8e072e7d17f4d0:/client-libraries/ruby/Rakefile diff --git a/client-libraries/ruby/Rakefile b/client-libraries/ruby/Rakefile index 569b654f..9bed311a 100644 --- a/client-libraries/ruby/Rakefile +++ b/client-libraries/ruby/Rakefile @@ -7,8 +7,9 @@ require 'tasks/redis.tasks' GEM = 'redis' -GEM_VERSION = '0.0.2' -AUTHORS = ['Ezra Zygmuntowicz', 'Taylor Weibley'] +GEM_NAME = 'redis' +GEM_VERSION = '0.0.3.4' +AUTHORS = ['Ezra Zygmuntowicz', 'Taylor Weibley', 'Matthew Clark'] EMAIL = "ez@engineyard.com" HOMEPAGE = "http://github.com/ezmobius/redis-rb" SUMMARY = "Ruby client library for redis key value storage server" @@ -24,10 +25,7 @@ spec = Gem::Specification.new do |s| s.authors = AUTHORS s.email = EMAIL s.homepage = HOMEPAGE - - # Uncomment this to add a dependency - # s.add_dependency "foo" - + s.add_dependency "rspec" s.require_path = 'lib' s.autorequire = GEM s.files = %w(LICENSE README.markdown Rakefile) + Dir.glob("{lib,spec}/**/*")