diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2013-11-15 16:00:26 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2013-11-15 16:00:26 -0800 |
commit | d40d4638320436b1e25053384661e1db6d8d0569 (patch) | |
tree | d1271b183cbfe3d40f2c633742f06ee8c6db6ce5 /ffi-yajl.gemspec | |
parent | 1156895d48af8bdab726178880439412813e0739 (diff) | |
download | ffi-yajl-d40d4638320436b1e25053384661e1db6d8d0569.tar.gz |
include specs and Rakefile in the gem
Diffstat (limited to 'ffi-yajl.gemspec')
-rw-r--r-- | ffi-yajl.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi-yajl.gemspec b/ffi-yajl.gemspec index 9078f42..f0ef9ac 100644 --- a/ffi-yajl.gemspec +++ b/ffi-yajl.gemspec @@ -22,5 +22,5 @@ Gem::Specification.new do |s| s.bindir = "bin" s.executables = [] s.require_path = 'lib' - s.files = %w(LICENSE README.md) + Dir.glob("lib/**/*") + s.files = %w(Rakefile LICENSE README.md) + Dir.glob("{lib,spec}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) } end |