1
0
Fork 0
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:
aycabta 2019-08-18 08:03:32 +09:00
parent 0bbbe82986
commit 113a5c1e1d

View file

@ -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'