Commit 6dce44f
Changed files (1)
jive.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject do |f|
- f.match(%r{^(test|spec|features)/})
+ f.match(%r{^(test|spec|features|bin)/})
end
end
spec.bindir = "exe"