ruby-changes:64282
From: Kenta <ko1@a...>
Date: Fri, 18 Dec 2020 23:15:41 +0900 (JST)
Subject: [ruby-changes:64282] e1b5289a2b (master): [stringio] Add test-unit in the development dependencies
https://git.ruby-lang.org/ruby.git/commit/?id=e1b5289a2b From e1b5289a2bf297d80ea35b32a32a0c5c34ab2ad8 Mon Sep 17 00:00:00 2001 From: Kenta Murata <mrkn@m...> Date: Thu, 17 Dec 2020 10:38:42 +0900 Subject: [stringio] Add test-unit in the development dependencies https://github.com/ruby/stringio/commit/de010fc0e9 diff --git a/ext/stringio/stringio.gemspec b/ext/stringio/stringio.gemspec index c765242..d12c648 100644 --- a/ext/stringio/stringio.gemspec +++ b/ext/stringio/stringio.gemspec @@ -30,4 +30,5 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/stringio/stringio.gemspec#L30 # 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 v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/