Skip to content

Commit

Permalink
Downsize distribution resources
Browse files Browse the repository at this point in the history
It reduces the distribution size by removing
unnecessary test code, CI configure, and others at runtime.
  • Loading branch information
koic committed May 4, 2023
1 parent 6d855dd commit c9c7ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-queue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Gem::Specification.new do |s|
s.executables << 'testunit-queue'
s.executables << 'cucumber-queue'

s.files = `git ls-files`.split("\n")
s.files = Dir['LICENSE', 'README.md', 'lib/**/*']
s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit c9c7ee8

Please sign in to comment.