ruby-changes:5266
From: akr <ko1@a...>
Date: Tue, 3 Jun 2008 10:35:26 +0900 (JST)
Subject: [ruby-changes:5266] Ruby:r16765 (ruby_1_8): * common.mk (SPEC_GIT_BASE): update RubySpec GIT URL.
akr 2008-06-03 10:35:15 +0900 (Tue, 03 Jun 2008)
New Revision: 16765
Modified files:
branches/ruby_1_8/ChangeLog
branches/ruby_1_8/common.mk
Log:
* common.mk (SPEC_GIT_BASE): update RubySpec GIT URL.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/common.mk?r1=16765&r2=16764&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=16765&r2=16764&diff_format=u
Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog (revision 16764)
+++ ruby_1_8/ChangeLog (revision 16765)
@@ -1,3 +1,7 @@
+Tue Jun 3 10:34:42 2008 Tanaka Akira <akr@f...>
+
+ * common.mk (SPEC_GIT_BASE): update RubySpec GIT URL.
+
Tue Jun 3 03:52:41 2008 Masatoshi SEKI <m_seki@m...>
* lib/erb.rb (ERB::Compiler::TrimScanner#explicit_trim_line): Fix
Index: ruby_1_8/common.mk
===================================================================
--- ruby_1_8/common.mk (revision 16764)
+++ ruby_1_8/common.mk (revision 16765)
@@ -5,7 +5,7 @@
RUBYLIB = -
RUBYOPT = -
-SPEC_GIT_BASE = git://github.com/brixen
+SPEC_GIT_BASE = git://github.com/rubyspec
MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/