petitest.gemspec in petitest-0.1.0 vs petitest.gemspec in petitest-0.1.1
- old
+ new
@@ -6,10 +6,10 @@
spec.name = "petitest"
spec.version = Petitest::VERSION
spec.authors = ["Ryo Nakamura"]
spec.email = ["r7kamura@gmail.com"]
spec.summary = "A minimal solid testing framework for Ruby."
- spec.homepage = "https://github.com/r7kamura/petitest"
+ spec.homepage = "https://github.com/petitest/petitest"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end