Skip to content

Commit

Permalink
rbnacl.gemspec: fix rubocop (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Oct 15, 2024
1 parent e8d7639 commit b8f779f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbnacl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
"source_code_uri" => "#{spec.homepage}/tree/v#{spec.version}",
"wiki_uri" => "#{spec.homepage}/wiki"
}
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR).reject do |f|
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR).reject do |f|
f.start_with?("images/", "spec/", "tasks/", "Rakefile")
end
spec.executables = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) }
Expand Down

0 comments on commit b8f779f

Please sign in to comment.