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

ruby-changes:47307

From: hsbt <ko1@a...>
Date: Wed, 26 Jul 2017 14:42:32 +0900 (JST)
Subject: [ruby-changes:47307] hsbt:r59422 (trunk): Removed definitions of mspec and ruby/spec.

hsbt	2017-07-26 14:42:27 +0900 (Wed, 26 Jul 2017)

  New Revision: 59422

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

  Log:
    Removed definitions of mspec and ruby/spec.
    
      They are no longer used on ruby core repository.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 59421)
+++ common.mk	(revision 59422)
@@ -39,10 +39,6 @@ GEM_HOME = https://github.com/ruby/ruby/blob/trunk/common.mk#L39
 GEM_PATH =
 GEM_VENDOR =
 
-SPEC_GIT_BASE = git://github.com/ruby
-MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
-RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/spec.git
-
 SIMPLECOV_GIT_URL = git://github.com/colszowka/simplecov.git
 SIMPLECOV_GIT_REF = v0.10.0
 SIMPLECOV_HTML_GIT_URL = git://github.com/colszowka/simplecov-html.git

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

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