cross-stub.gemspec in cross-stub-0.2.1 vs cross-stub.gemspec in cross-stub-0.2.2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{cross-stub} - s.version = "0.2.1" + s.version = "0.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["NgTzeYang"] - s.date = %q{2010-09-15} + s.date = %q{2010-09-16} s.description = %q{} s.email = %q{ngty77@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" @@ -29,10 +29,11 @@ "lib/cross-stub/arguments.rb", "lib/cross-stub/arguments/array.rb", "lib/cross-stub/arguments/hash.rb", "lib/cross-stub/arguments/proc.rb", "lib/cross-stub/cache.rb", + "lib/cross-stub/fixes.rb", "lib/cross-stub/stores.rb", "lib/cross-stub/stores/base.rb", "lib/cross-stub/stores/file.rb", "lib/cross-stub/stores/memcache.rb", "lib/cross-stub/stores/redis.rb", @@ -53,10 +54,10 @@ "tmp/.dummy" ] s.homepage = %q{http://github.com/ngty/cross-stub} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.required_ruby_version = Gem::Requirement.new(">= 1.8.7") + s.required_ruby_version = Gem::Requirement.new(">= 1.8.6") s.rubygems_version = %q{1.3.7} s.summary = %q{Simple cross process stubbing} s.test_files = [ "spec/includes.rb", "spec/service.rb",