mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
The "exe" dir doesn't exist in this repostiroy
This commit is contained in:
parent
0bbbe82986
commit
113a5c1e1d
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ Gem::Specification.new do |spec|
|
|||
spec.license = 'Ruby License'
|
||||
|
||||
spec.files = Dir['BSDL', 'COPYING', 'README.md', 'lib/**/*']
|
||||
spec.bindir = 'exe'
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ['lib']
|
||||
|
||||
spec.add_development_dependency 'bundler'
|
||||
|
|
Loading…
Add table
Reference in a new issue