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/stringio/stringio.gemspec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/stringio/stringio.gemspec') diff --git a/ext/stringio/stringio.gemspec b/ext/stringio/stringio.gemspec index db5c3e035c..c0b4fa35fc 100644 --- a/ext/stringio/stringio.gemspec +++ b/ext/stringio/stringio.gemspec @@ -22,4 +22,6 @@ Gem::Specification.new do |s| s.summary = "Pseudo IO on String".freeze 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' end -- cgit v1.2.3