From 4d5c414fcc0cd1c01580a1f9dc05a613c13929b2 Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 14 Sep 2017 02:01:36 +0000 Subject: Update gemspec for gem released versions. * These are dbm, fcntl, io-console, sdbm, stringio, strscan, zlib, cmath, scanf. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/io/console/io-console.gemspec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ext/io') diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index 27e1a11e3a..fce3c0bef3 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -13,9 +13,12 @@ Gem::Specification.new do |s| s.homepage = "https://www.ruby-lang.org" s.authors = ["Nobu Nakada"] s.require_path = %[lib] - s.files = %w[console.c depend extconf.rb lib/console/size.rb win32_vk.inc] - s.extensions = %w[extconf.rb] + s.files = %w[ext/io/console/console.c ext/io/console/extconf.rb lib/console/size.rb ext/io/console/win32_vk.inc] + s.extensions = %w[ext/io/console/extconf.rb] s.license = "BSD-2-Clause" s.cert_chain = %w[certs/nobu.pem] s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/ + + s.add_development_dependency 'rake-compiler' + s.add_development_dependency 'rake-compiler-dock', ">= 0.6.1" end -- cgit v1.2.3