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

ruby-changes:65416

From: Hiroshi <ko1@a...>
Date: Mon, 8 Mar 2021 11:44:58 +0900 (JST)
Subject: [ruby-changes:65416] 99f54c0895 (master): [ruby/stringio] Use Gemfile instead of Gem::Specification#add_development_dependency.

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

From 99f54c08953a96ebaa822f4fdce6d9de47f99814 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 16 Feb 2021 20:50:25 +0900
Subject: [ruby/stringio] Use Gemfile instead of
 Gem::Specification#add_development_dependency.

https://github.com/ruby/stringio/commit/157fe9f04d
---
 ext/stringio/stringio.gemspec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ext/stringio/stringio.gemspec b/ext/stringio/stringio.gemspec
index d12c648..524d976 100644
--- a/ext/stringio/stringio.gemspec
+++ b/ext/stringio/stringio.gemspec
@@ -28,7 +28,4 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/stringio/stringio.gemspec#L28
 
   # 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 'test-unit'
 end
-- 
cgit v1.1


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

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