remcached.gemspec in astro-remcached-0.2.2 vs remcached.gemspec in astro-remcached-0.3.0

- old
+ new

@@ -1,14 +1,17 @@ +# Generated by jeweler +# DO NOT EDIT THIS FILE +# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{remcached} - s.version = "0.2.2" + s.version = "0.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Stephan Maka"] - s.date = %q{2009-09-12} + s.date = %q{2009-09-17} s.description = %q{Ruby EventMachine memcached client} s.email = %q{astro@spaceboyz.net} s.files = [ ".gitignore", "Rakefile", @@ -24,15 +27,15 @@ "spec/packet_spec.rb" ] s.homepage = %q{http://github.com/astro/remcached/} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.5} + s.rubygems_version = %q{1.3.4} s.summary = %q{Ruby EventMachine memcached client} s.test_files = [ - "spec/client_spec.rb", - "spec/memcached_spec.rb", - "spec/packet_spec.rb" + "spec/packet_spec.rb", + "spec/client_spec.rb", + "spec/memcached_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3