[前][次][番号順一覧][スレッド一覧]

ruby-changes:63865

From: Nobuyoshi <ko1@a...>
Date: Thu, 3 Dec 2020 17:58:13 +0900 (JST)
Subject: [ruby-changes:63865] eab4aa4178 (master): [ruby/io-wait] Added extensions

https://git.ruby-lang.org/ruby.git/commit/?id=eab4aa4178

From eab4aa4178e9fb55f7c9abfeb631bbe44a665d6e Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 11 Oct 2020 15:41:08 +0900
Subject: [ruby/io-wait] Added extensions

https://github.com/ruby/io-wait/commit/664c93b2ff

diff --git a/ext/io/wait/io-wait.gemspec b/ext/io/wait/io-wait.gemspec
index 5659e32..1c6c2d5 100644
--- a/ext/io/wait/io-wait.gemspec
+++ b/ext/io/wait/io-wait.gemspec
@@ -18,6 +18,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/io/wait/io-wait.gemspec#L18
       f.match(%r{\A(?:test|spec|features)/|\A\.(?:git|travis)})
     end
   end
+  spec.extensions    = %w[ext/io/wait/extconf.rb]
   spec.bindir        = "exe"
   spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
   spec.require_paths = ["lib"]
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]