Skip to content

Commit

Permalink
Minimize gem packaging files
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Apr 29, 2021
1 parent de08a7d commit cece523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby-ulid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Gem::Specification.new do |gem|

gem.authors = ['Kenichi Kamiya']
gem.email = ['[email protected]']
gem.files = `git ls-files`.split($\)
gem.files = `git ls-files`.lines.map(&:chomp).grep(%r!\A(?:lib|sig)/!)
gem.require_paths = ['lib']
end

0 comments on commit cece523

Please sign in to comment.