summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-23 18:36:51 -0700
committerTim Smith <tsmith@chef.io>2018-10-23 18:36:51 -0700
commit1e9a0a65ba4edfd8d9acd0ea014da148171d76c6 (patch)
tree74e2b4aeb871438efa477847c670c3098d362674
parentbf9dd09bba5db355a41916b260064d2dad709123 (diff)
downloadlibyajl2-gem-1e9a0a65ba4edfd8d9acd0ea014da148171d76c6.tar.gz
Cleanup the gemspec and don't bundle the contributing doc
Avoid 4k on disk. Skip the file. Also update the homepage and remove the executable location since there aren't any for this gem. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--libyajl2.gemspec5
1 files changed, 2 insertions, 3 deletions
diff --git a/libyajl2.gemspec b/libyajl2.gemspec
index fbf68a9..1e08c09 100644
--- a/libyajl2.gemspec
+++ b/libyajl2.gemspec
@@ -10,12 +10,11 @@ Gem::Specification.new do |spec|
spec.email = ["lamont@chef.io"]
spec.summary = %q{Installs a vendored copy of libyajl2 for distributions which lack it}
spec.description = spec.summary
- spec.homepage = "https://github.com/opscode/libyajl2-gem"
+ spec.homepage = "https://github.com/chef/libyajl2-gem"
spec.licenses = ["Apache 2.0"]
spec.files = Dir.glob("{ext,lib,spec}/**/*") +
- %w{Gemfile Rakefile CONTRIBUTING.md README.md libyajl2.gemspec bootstrap.sh LICENSE}
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
+ %w{Gemfile Rakefile README.md libyajl2.gemspec bootstrap.sh LICENSE}
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ["lib"]