summary refs log tree commit
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-08-09 10:36:29 +1200
committerGitHub <noreply@github.com>2022-08-09 10:36:29 +1200
commitce68035139529f097765b12e1bedc426388be854 (patch)
tree39887da8d962d3907cd2256e01a28c9fd2777e59
parent572a42a705b423ce98ef4e81435d4f60fb0ae53d (diff)
downloadrack-ce68035139529f097765b12e1bedc426388be854.tar.gz
Reduce the number of files being distributed with Rack. (#1948)
-rw-r--r--rack.gemspec6
1 files changed, 1 insertions, 5 deletions
diff --git a/rack.gemspec b/rack.gemspec
index 3a42ec21..743804eb 100644
--- a/rack.gemspec
+++ b/rack.gemspec
@@ -17,11 +17,7 @@ Gem::Specification.new do |s|
     middleware) into a single method call.
   EOF
 
-  s.files = Dir['{bin/*,contrib/*,example/*,lib/**/*}'] +
-    %w(MIT-LICENSE rack.gemspec Rakefile README.md SPEC.rdoc)
-
-  s.bindir = 'bin'
-  s.require_path = 'lib'
+  s.files = Dir['lib/**/*'] + %w(MIT-LICENSE README.md SPEC.rdoc)
   s.extra_rdoc_files = ['README.md', 'CHANGELOG.md', 'CONTRIBUTING.md']
 
   s.author = 'Leah Neukirchen'