summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-05-07 12:49:49 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-05-07 12:50:02 -0700
commit90cb11af8e3c1b3fa34fbcfb8681a407fbd38c4c (patch)
treeb7ddf0f87aa50a6c6c4e0631abc7b1024e8ff03e
parentac6037c5c568cf6d68495bb414a09a3076bcb562 (diff)
downloadlibyajl2-gem-90cb11af8e3c1b3fa34fbcfb8681a407fbd38c4c.tar.gz
gemspec tweaks
-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"]