pork.gemspec in pork-0.1.0 vs pork.gemspec in pork-0.9.0

- old
+ new

@@ -1,36 +1,39 @@ # -*- encoding: utf-8 -*- -# stub: pork 0.1.0 ruby lib +# stub: pork 0.9.0 ruby lib Gem::Specification.new do |s| s.name = "pork" - s.version = "0.1.0" + s.version = "0.9.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Lin Jen-Shin (godfat)"] - s.date = "2014-07-09" - s.description = "[Bacon][] reimplemented in an even more lightweight manner.\n\n[Bacon]: https://github.com/chneukirchen/bacon" + s.date = "2014-07-11" + s.description = "Pork -- Simple and clean and modular testing library.\n\n[Bacon][] reimplemented around 250 lines of code.\n\n[Bacon]: https://github.com/chneukirchen/bacon" s.email = ["godfat (XD) godfat.org"] s.files = [ + ".gitignore", ".gitmodules", ".travis.yml", + "CHANGES.md", "LICENSE", "README.md", "Rakefile", "lib/pork.rb", - "lib/pork/task.rb", + "lib/pork/auto.rb", "lib/pork/version.rb", - "pkg/pork-0.1.0.gem", "pork.gemspec", "task/README.md", "task/gemgem.rb", "test/test_bacon.rb", - "test/test_nested.rb"] + "test/test_nested.rb", + "test/test_readme.rb"] s.homepage = "https://github.com/godfat/pork" s.licenses = ["Apache License 2.0"] s.rubygems_version = "2.3.0" - s.summary = "[Bacon][] reimplemented in an even more lightweight manner." + s.summary = "Pork -- Simple and clean and modular testing library." s.test_files = [ "test/test_bacon.rb", - "test/test_nested.rb"] + "test/test_nested.rb", + "test/test_readme.rb"] end