aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/reline.gemspec
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-08-18 08:03:32 +0900
committeraycabta <aycabta@gmail.com>2019-08-18 08:05:08 +0900
commit113a5c1e1dc8a16e4c8d19af3c9d091eb90826f3 (patch)
tree94843369094a31b448fc3d8efe643110e4c7f7a4 /lib/reline/reline.gemspec
parent0bbbe8298629a3acbf6c3dd84a302ff71edc80e8 (diff)
downloadruby-113a5c1e1dc8a16e4c8d19af3c9d091eb90826f3.tar.gz
The "exe" dir doesn't exist in this repostiroy
Diffstat (limited to 'lib/reline/reline.gemspec')
-rw-r--r--lib/reline/reline.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/reline/reline.gemspec b/lib/reline/reline.gemspec
index b8e96d6613..5a3d69af3c 100644
--- a/lib/reline/reline.gemspec
+++ b/lib/reline/reline.gemspec
@@ -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'