From 501656c4d8f8ad783d60b7dd6755d6a26cd3a7d1 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 19 Nov 2014 09:15:04 +0000 Subject: * tool/downloader.rb (RubyGems.download): Don't download gem if the version is already downloaded. A gem file is versioned and it must be identical if the version is the same. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0f4f8d79b5..b7a12d6f90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Nov 19 18:12:17 2014 NARUSE, Yui + + * tool/downloader.rb (RubyGems.download): Don't download gem if the + version is already downloaded. A gem file is versioned and + it must be identical if the version is the same. + Wed Nov 19 17:59:25 2014 NARUSE, Yui * common.mk (ext/ripper/ripper.c): pass build directory as VPATH. -- cgit v1.2.3