ruby-changes:56215
From: Hiroshi <ko1@a...>
Date: Tue, 25 Jun 2019 16:48:21 +0900 (JST)
Subject: [ruby-changes:56215] Hiroshi SHIBATA: 9b23aab290 (trunk): Fixed the wrong path for io-console.
https://git.ruby-lang.org/ruby.git/commit/?id=9b23aab290 From 9b23aab290c9f0cbbc795282c5e90b6581452b58 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 25 Jun 2019 11:51:25 +0900 Subject: Fixed the wrong path for io-console. diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 5a5a482..5cb5917 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -149,7 +149,7 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L149 `cp -rf ../io-console/ext/io/console ext/io` `cp -rf ../io-console/test/io/console test/io` `mkdir -p ext/io/console/lib` - `cp -rf ../io-console/lib/console ext/io/console/lib` + `cp -rf ../io-console/lib/io/console ext/io/console/lib` `cp -f ../io-console/io-console.gemspec ext/io/console` `git checkout ext/io/console/depend` when "dbm" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/