Skip to content

Commit

Permalink
gemspec: Drop configuration for executables (#205)
Browse files Browse the repository at this point in the history
This gem exposes 0 executables.
  • Loading branch information
olleolleolle committed Jun 4, 2021
1 parent ecacd20 commit dbf13aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mini_racer.gemspec
Expand Up @@ -22,8 +22,6 @@ Gem::Specification.new do |spec|
}

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(benchmark|test|spec|features|examples)/}) }
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler"
Expand Down

0 comments on commit dbf13aa

Please sign in to comment.