summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libyajl2.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/libyajl2.gemspec b/libyajl2.gemspec
index 22c7daf..a6e1288 100644
--- a/libyajl2.gemspec
+++ b/libyajl2.gemspec
@@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
spec.email = ["lamont@scriptkiddie.org"]
spec.summary = %q{Installs a vendored copy of libyajl2 for distributions which lack it}
spec.description = spec.summary
- spec.homepage = ""
+ spec.homepage = "https://github.com/lamont-granquist/libyajl2-gem"
spec.licenses = ["Apache 2.0"]
spec.files = `git ls-files -z`.split("\x0") +
`cd ext/libyajl2/vendor/yajl && git ls-files -z`.split("\x0").map { |p| p.sub!(/^/, 'ext/libyajl2/vendor/yajl/') }
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
+ spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ["lib"]
spec.extensions = Dir["ext/**/extconf.rb"]