We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43c7064 + c0c7d13 commit 2470ae6Copy full SHA for 2470ae6
lib/webmachine/trace/static/http-headers-status-v3.png
-155 KB
webmachine.gemspec
@@ -31,5 +31,7 @@ Gem::Specification.new do |gem|
31
gem.add_development_dependency('webrick', ['~> 1.7.0'])
32
gem.add_development_dependency('standard', ['~> 1.21'])
33
ignores = File.read('.gitignore').split(/\r?\n/).reject { |f| f =~ /^(#.+|\s*)$/ }.map { |f| Dir[f] }.flatten
34
- gem.files = (Dir['**/*', '.gitignore'] - ignores).reject { |f| !File.file?(f) }
+ gem.files = (Dir['**/*', '.gitignore'] - ignores).reject do |f|
35
+ !File.file?(f) || f.start_with?(*%w[. Gemfile RELEASING Rakefile memory_test spec webmachine.gemspec])
36
+ end
37
end
0 commit comments