Skip to content

Commit

Permalink
Use Dir#[] instead of git command for gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Sep 3, 2022
1 parent bf55de4 commit d4164a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
DESCRIPTION

s.email = 'rubocop@googlegroups.com'
s.files = `git ls-files bin config lib LICENSE.txt README.md`.split($RS)
s.files = Dir['LICENSE.txt', 'README.md', 'config/**/*', 'lib/**/*']
s.extra_rdoc_files = ['LICENSE.txt', 'README.md']
s.homepage = 'https://github.com/rubocop/rubocop-rails'
s.licenses = ['MIT']
Expand Down

0 comments on commit d4164a2

Please sign in to comment.