test_construct.gemspec in test_construct-2.0.1 vs test_construct.gemspec in test_construct-2.0.2
- old
+ new
@@ -8,10 +8,10 @@
spec.version = TestConstruct::VERSION
spec.authors = ["Ben Brinckerhoff", "Avdi Grimm"]
spec.email = ["ben@bbrinck.com", "avdi@avdi.org"]
spec.description = %q{Creates temporary files and directories for testing.}
spec.summary = %q{Creates temporary files and directories for testing.}
- spec.homepage = ""
+ spec.homepage = "https://github.com/bhb/test_construct"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})