From 58ed8d0d4c0bad6991173c3574b768047478089e Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 24 Oct 2018 15:49:43 -0700 Subject: Also skip the readme in the gem Signed-off-by: Tim Smith --- libyajl2.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] -- cgit v1.2.1