ruby-changes:59975
From: aycabta <ko1@a...>
Date: Sun, 9 Feb 2020 20:22:47 +0900 (JST)
Subject: [ruby-changes:59975] 108a288079 (master): [ruby/readline-ext] Add spec.extensions
https://git.ruby-lang.org/ruby.git/commit/?id=108a288079 From 108a2880793867b9270931c508143d6757d6a0f9 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Sun, 9 Feb 2020 20:00:58 +0900 Subject: [ruby/readline-ext] Add spec.extensions https://github.com/ruby/readline-ext/commit/8c33abb13c diff --git a/ext/readline/readline-ext.gemspec b/ext/readline/readline-ext.gemspec index a611a8e..be682ea 100644 --- a/ext/readline/readline-ext.gemspec +++ b/ext/readline/readline-ext.gemspec @@ -8,6 +8,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/readline/readline-ext.gemspec#L8 spec.description = %q{Provides an interface for GNU Readline and Edit Line (libedit).} spec.homepage = "https://github.com/ruby/readline-ext" spec.license = "BSD-2-Clause" + spec.extensions = %w[ext/readline/extconf.rb] spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/