ruby-changes:58708
From: Nobuyoshi <ko1@a...>
Date: Mon, 11 Nov 2019 13:30:32 +0900 (JST)
Subject: [ruby-changes:58708] 31ee6f6f5d (master): Extract gem files after update
https://git.ruby-lang.org/ruby.git/commit/?id=31ee6f6f5d From 31ee6f6f5d7f562f065dfe364bb9afb09274948c Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Mon, 11 Nov 2019 13:10:55 +0900 Subject: Extract gem files after update So that test/optparse/test_did_you_mean.rb can find did_you_mean.rb. diff --git a/common.mk b/common.mk index 221db49..e738054 100644 --- a/common.mk +++ b/common.mk @@ -1253,6 +1253,7 @@ yes:: https://github.com/ruby/ruby/blob/trunk/common.mk#L1253 no:: after-update:: extract-extlibs +after-update:: extract-gems update-remote:: update-src update-download update-download:: $(ALWAYS_UPDATE_UNICODE:yes=update-unicode) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/