ruby-changes:69959
From: Nobuyoshi <ko1@a...>
Date: Sat, 27 Nov 2021 14:45:04 +0900 (JST)
Subject: [ruby-changes:69959] 45034e9de3 (master): [ruby/cgi] Set extconf.rb to extensions
https://git.ruby-lang.org/ruby.git/commit/?id=45034e9de3 From 45034e9de3b6af8f52b8db72ae1d91ef73499c8b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 27 Nov 2021 14:28:01 +0900 Subject: [ruby/cgi] Set extconf.rb to extensions Fix https://github.com/ruby/cgi/pull/11 https://github.com/ruby/cgi/commit/60d8f5e7d9 --- lib/cgi/cgi.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cgi/cgi.gemspec b/lib/cgi/cgi.gemspec index 5d23ef0f614..c964eb36da7 100644 --- a/lib/cgi/cgi.gemspec +++ b/lib/cgi/cgi.gemspec @@ -25,6 +25,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/cgi/cgi.gemspec#L25 spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end + spec.extensions = ["ext/cgi/escape/extconf.rb"] spec.bindir = "exe" spec.executables = [] spec.require_paths = ["lib"] -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/