Skip to content

Commit

Permalink
Merge pull request #278 from webmachine/gem-contents
Browse files Browse the repository at this point in the history
  • Loading branch information
orien authored Feb 26, 2024
2 parents 6e187db + d2c0352 commit 479d122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webmachine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency('standard', ['~> 1.21'])
ignores = File.read('.gitignore').split(/\r?\n/).reject { |f| f =~ /^(#.+|\s*)$/ }.map { |f| Dir[f] }.flatten
gem.files = (Dir['**/*', '.gitignore'] - ignores).reject do |f|
!File.file?(f) || f.start_with?(*%w[. Gemfile RELEASING Rakefile memory_test spec webmachine.gemspec])
!File.file?(f) || f.start_with?(*%w[. Gemfile RELEASING Rakefile doc/ memory_test pkg/ spec/ vendor/ webmachine.gemspec])
end
end

0 comments on commit 479d122

Please sign in to comment.