Skip to content

Commit f9c4580

Browse files
Tidy .gemspec
1 parent 1950e4e commit f9c4580

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

node_info.gemspec

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ Gem::Specification.new do |spec|
2222
spec.required_ruby_version = '>= 4.0.0'
2323

2424
# Specify which files should be added to the gem when it is released.
25-
spec.files = Dir.glob(%w[
26-
lib/**/*.rb
27-
CHANGELOG.md
28-
LICENSE.txt
29-
README.md
30-
]).reject { File.directory? it }
25+
spec.files = Dir.glob(
26+
%w[
27+
lib/**/*.rb
28+
CHANGELOG.md
29+
LICENSE.txt
30+
README.md
31+
]
32+
).reject { File.directory? it }
3133

3234
spec.bindir = 'exe'
3335
spec.executables = spec.files.grep(%r{\Aexe/}) { File.basename it }

0 commit comments

Comments
 (0)