muack.gemspec in muack-0.7.1 vs muack.gemspec in muack-0.7.2

- old
+ new

@@ -1,14 +1,14 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "muack" - s.version = "0.7.1" + s.version = "0.7.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Lin Jen-Shin (godfat)"] - s.date = "2013-07-13" + s.date = "2013-08-23" s.description = "Muack -- Yet another mocking library.\n\nBasically it's an [RR][] clone, but much faster under heavy use.\nIt's 32x times faster (750s vs 23s) for running [Rib][] tests.\n\n[RR]: https://github.com/rr/rr\n[Rib]: https://github.com/godfat/rib" s.email = ["godfat (XD) godfat.org"] s.files = [ ".gitignore", ".gitmodules", @@ -41,10 +41,10 @@ "test/test_satisfy.rb", "test/test_stub.rb"] s.homepage = "https://github.com/godfat/muack" s.licenses = ["Apache License 2.0"] s.require_paths = ["lib"] - s.rubygems_version = "2.0.5" + s.rubygems_version = "2.0.6" s.summary = "Muack -- Yet another mocking library." s.test_files = [ "test/test_any_instance_of.rb", "test/test_mock.rb", "test/test_proxy.rb",