kyototycoon.gemspec in kyototycoon-0.1.2 vs kyototycoon.gemspec in kyototycoon-0.5.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{kyototycoon} - s.version = "0.1.2" + s.version = "0.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["uu59"] - s.date = %q{2010-12-09} + s.date = %q{2010-12-22} s.description = %q{KyotoTycoon client for Ruby} s.email = %q{a@tt25.org} s.extra_rdoc_files = [ "README.markdown" ] @@ -20,21 +20,20 @@ "Gemfile.lock", "MIT-LICENSE", "README.markdown", "Rakefile", "VERSION", - "benchmark/agent.rb", + "benchmark/helper.rb", "benchmark/bulk.rb", "benchmark/bulk_bigdata.rb", "benchmark/getset.rb", "benchmark/getset_while_1sec.rb", "kyototycoon.gemspec", "lib/kyototycoon.rb", "lib/kyototycoon/serializer.rb", "lib/kyototycoon/serializer/default.rb", "lib/kyototycoon/serializer/msgpack.rb", "lib/kyototycoon/tsvrpc.rb", - "lib/kyototycoon/tsvrpc/nethttp.rb", "lib/kyototycoon/tsvrpc/skinny.rb", "spec/helper.rb" ] s.homepage = %q{http://github.com/uu59/kyototycoon-ruby} s.licenses = ["MIT"]