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

ruby-changes:51424

From: hsbt <ko1@a...>
Date: Mon, 11 Jun 2018 20:32:16 +0900 (JST)
Subject: [ruby-changes:51424] hsbt:r63630 (trunk): Copy gemspec from github repository and keep .document file for rdoc.

hsbt	2018-06-11 20:32:10 +0900 (Mon, 11 Jun 2018)

  New Revision: 63630

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63630

  Log:
    Copy gemspec from github repository and keep .document file for rdoc.

  Modified files:
    trunk/tool/sync_default_gems.rb
Index: tool/sync_default_gems.rb
===================================================================
--- tool/sync_default_gems.rb	(revision 63629)
+++ tool/sync_default_gems.rb	(revision 63630)
@@ -132,9 +132,10 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L132
     `cp -f ../csv/csv.gemspec lib/csv`
   when "webrick"
     `rm -rf lib/webrick* test/webrick`
-    `cp -rf ../webrick/lib/webrick lib`
+    `cp -rf ../webrick/lib/webrick* lib`
     `cp -rf ../webrick/test/webrick test`
     `cp -f ../webrick/webrick.gemspec lib/webrick`
+    `git checkout lib/webrick/.document`
   when "dbm"
     `rm -rf ext/dbm test/dbm`
     `cp -rf ../dbm/ext/dbm ext`

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

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