We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2dec1f + 6ff767b commit b65a59cCopy full SHA for b65a59c
2 files changed
.travis.yml
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