Skip to content

Commit

Permalink
Merge pull request #57 from timoschilling/patch-1
Browse files Browse the repository at this point in the history
don't put test files into gem
  • Loading branch information
technoweenie committed Apr 29, 2019
2 parents fc38b4d + 4658be4 commit 503ddfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sawyer.gemspec
Expand Up @@ -23,7 +23,6 @@ Gem::Specification.new do |spec|
spec.files = %w(Gemfile LICENSE.md README.md Rakefile)
spec.files << "#{lib}.gemspec"
spec.files += Dir.glob("lib/**/*.rb")
spec.files += Dir.glob("test/**/*.rb")
spec.files += Dir.glob("script/*")

dev_null = File.exist?('/dev/null') ? '/dev/null' : 'NUL'
Expand Down

0 comments on commit 503ddfc

Please sign in to comment.