cross-stub.gemspec in cross-stub-0.1.2 vs cross-stub.gemspec in cross-stub-0.1.3

- old
+ new

@@ -3,24 +3,25 @@ # 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.1.2" + s.version = "0.1.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["NgTzeYang"] - s.date = %q{2009-12-16} + s.date = %q{2010-02-04} s.description = %q{} s.email = %q{ngty77@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", + "HISTORY.txt", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "cross-stub.gemspec", @@ -44,15 +45,14 @@ s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Simple cross process stubbing} s.test_files = [ - "spec/spec_helper.rb", - "spec/cross-stub/getting_along_with_mocha_spec.rb", - "spec/cross-stub/clearing_stubs_spec.rb", + "spec/helpers.rb", "spec/cross-stub/stubbing_error_spec.rb", + "spec/cross-stub/clearing_stubs_spec.rb", "spec/cross-stub/creating_stubs_spec.rb", - "spec/helpers.rb" + "spec/spec_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3