Commit 6dce44f

mo khan <mo@mokhan.ca>
2021-02-06 18:28:25
chore: ignore bin folder in packaging
1 parent 29fa45f
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"