We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618956f commit 6ff767bCopy full SHA for 6ff767b
1 file changed
openvoxserver-ca.gemspec
@@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
13
spec.summary = %q{A simple CLI tool for interacting with OpenVox Server's Certificate Authority}
14
spec.homepage = "https://github.com/OpenVoxProject/openvoxserver-ca/"
15
16
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
17
- f.match(%r{^(test|spec|features)/})
+ spec.files = `git ls-files -z`.split("\x0").select do |f|
+ f.match(%r{^(lib|exe)/|.md$|^LICENSE$})
18
end
19
spec.bindir = "exe"
20
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
0 commit comments