Skip to content

Commit

Permalink
Replace double quotes with single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoxley committed Jul 28, 2023
1 parent 39b825e commit 752417e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hash_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/sage/hash_kit'
spec.license = 'MIT'

spec.files = Dir.glob("{bin,lib}/**/**/**")
spec.files = Dir.glob('{bin,lib}/**/**/**')
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
Expand Down

0 comments on commit 752417e

Please sign in to comment.