We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f65356 commit 489447bCopy full SHA for 489447b
1 file changed
junoser.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
# Specify which files should be added to the gem when it is released.
18
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
19
spec.files = Dir.chdir(File.expand_path(__dir__)) do
20
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|example)/}) }
+ `git ls-files -z *`.split("\x0").reject { |f| f.match(%r{^(test/|example/|commitlint)}) }
21
end
22
spec.bindir = 'exe'
23
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
0 commit comments