diff --git a/uri.gemspec b/uri.gemspec index 0d0f897..4c7590d 100644 --- a/uri.gemspec +++ b/uri.gemspec @@ -36,7 +36,5 @@ Gem::Specification.new do |spec| (file == gemspec) || file.start_with?(*%w[bin/ test/ rakelib/ .github/ .gitignore Gemfile Rakefile]) end end - spec.bindir = "exe" - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] end