We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1950e4e commit f9c4580Copy full SHA for f9c4580
1 file changed
node_info.gemspec
@@ -22,12 +22,14 @@ Gem::Specification.new do |spec|
22
spec.required_ruby_version = '>= 4.0.0'
23
24
# 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 }
+ spec.files = Dir.glob(
+ %w[
+ lib/**/*.rb
+ CHANGELOG.md
+ LICENSE.txt
+ README.md
31
+ ]
32
+ ).reject { File.directory? it }
33
34
spec.bindir = 'exe'
35
spec.executables = spec.files.grep(%r{\Aexe/}) { File.basename it }
0 commit comments