summaryrefslogtreecommitdiff
path: root/ffi-yajl.gemspec.shared
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-10 22:04:09 -0800
committerTim Smith <tsmith@chef.io>2018-12-10 22:04:09 -0800
commitc32868ce49cfa63903fa68917bec63053d7f452b (patch)
tree1afd509d1dfc2d36a9a53450bfcb2792ce67146f /ffi-yajl.gemspec.shared
parent78224b8aa58006bd941c8c49f187885ea09d6144 (diff)
downloadffi-yajl-c32868ce49cfa63903fa68917bec63053d7f452b.tar.gz
Don't ship the rakefile or specs in the gem artifactmore_cleanup
No need for these in this gem. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'ffi-yajl.gemspec.shared')
-rw-r--r--ffi-yajl.gemspec.shared4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffi-yajl.gemspec.shared b/ffi-yajl.gemspec.shared
index 5bce91b..5ebe2a9 100644
--- a/ffi-yajl.gemspec.shared
+++ b/ffi-yajl.gemspec.shared
@@ -24,6 +24,6 @@ Gem::Specification.new do |s|
s.bindir = "bin"
s.executables = %w{ ffi-yajl-bench }
s.require_path = 'lib'
- s.files = %w{ Rakefile LICENSE README.md } +
- Dir.glob( "{lib,spec,ext}/**/*", File::FNM_DOTMATCH ).reject { |f| File.directory?(f) }
+ s.files = %w{ LICENSE } +
+ Dir.glob( "{bin,lib,ext}/**/*", File::FNM_DOTMATCH ).reject { |f| File.directory?(f) }
end