summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2022-01-19 00:32:06 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-07 20:08:29 +0900
commit9c531ca524506f9de7bc4643fd6d89e534abfa9f (patch)
treeb0f4cac1dbcac22e0f1e9d5c7fd2ced3f7d5c8c9 /lib
parent0adabdc53d117a244c64de8b78bfcf5e658d386e (diff)
[ruby/ostruct] Drop unused directives from gemspec (https://github.com/ruby/ostruct/pull/39)
This gem exposes no executables. https://github.com/ruby/ostruct/commit/a1242f7ebe
Diffstat (limited to 'lib')
-rw-r--r--lib/ostruct/ostruct.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ostruct/ostruct.gemspec b/lib/ostruct/ostruct.gemspec
index f69a858aa2..31ecc312c3 100644
--- a/lib/ostruct/ostruct.gemspec
+++ b/lib/ostruct/ostruct.gemspec
@@ -20,8 +20,6 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.5.0"
spec.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "ostruct.gemspec"]
- spec.bindir = "exe"
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler"