Skip to content

Commit

Permalink
Keep current file list
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 27, 2025
1 parent 79fc33f commit 4cbf657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.license = 'Ruby'

spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
Dir['BSDL', 'COPYING', 'README.md', 'license_of_rb-readline', 'lib/**/*']
end
spec.require_paths = ['lib']
spec.metadata = {
Expand Down

0 comments on commit 4cbf657

Please sign in to comment.