ruby-changes:71336
From: Olle <ko1@a...>
Date: Mon, 7 Mar 2022 20:09:09 +0900 (JST)
Subject: [ruby-changes:71336] 9c531ca524 (master): [ruby/ostruct] Drop unused directives from gemspec (https://github.com/ruby/ostruct/pull/39)
https://git.ruby-lang.org/ruby.git/commit/?id=9c531ca524 From 9c531ca524506f9de7bc4643fd6d89e534abfa9f Mon Sep 17 00:00:00 2001 From: Olle Jonsson <olle.jonsson@g...> Date: Wed, 19 Jan 2022 00:32:06 +0100 Subject: [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 --- lib/ostruct/ostruct.gemspec | 2 -- 1 file changed, 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| https://github.com/ruby/ruby/blob/trunk/lib/ostruct/ostruct.gemspec#L20 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" -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/