Skip to content

Commit

Permalink
Lint .gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
etdsoft committed Mar 26, 2024
1 parent bdb09a0 commit 4984496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/dradis-api/dradis-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.homepage = 'https://dradis.com/ce/'

gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']

Expand Down

0 comments on commit 4984496

Please sign in to comment.