summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-24 15:49:43 -0700
committerTim Smith <tsmith@chef.io>2018-10-24 15:49:43 -0700
commit58ed8d0d4c0bad6991173c3574b768047478089e (patch)
tree3f1f0b3a851b915b46e1256fd7fbcb4cab875453
parenteec85d4d9d37501ab90c06e11e9407cbbc7738cb (diff)
downloadlibyajl2-gem-58ed8d0d4c0bad6991173c3574b768047478089e.tar.gz
Also skip the readme in the gem
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--libyajl2.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/libyajl2.gemspec b/libyajl2.gemspec
index 1e08c09..8a9c031 100644
--- a/libyajl2.gemspec
+++ b/libyajl2.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.licenses = ["Apache 2.0"]
spec.files = Dir.glob("{ext,lib,spec}/**/*") +
- %w{Gemfile Rakefile README.md libyajl2.gemspec bootstrap.sh LICENSE}
+ %w{Gemfile Rakefile libyajl2.gemspec bootstrap.sh LICENSE}
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ["lib"]