From 511f559b76f9d5756b3e377ceb66623238559b85 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 31 Aug 2008 09:11:02 +0000 Subject: * Temporarily uses git://github.com/yugui/rubyspec.git until specs for 1.9 is merged into git://github.com/rubyspec/rubyspec.git. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ common.mk | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cb0d79282..2198bd681 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Aug 31 18:02:41 2008 Yuki Sonoda (Yugui) + + * Temporarily uses git://github.com/yugui/rubyspec.git + until specs for 1.9 is merged into + git://github.com/rubyspec/rubyspec.git. + Sun Aug 31 18:06:49 2008 Tanaka Akira * transcode.c (transcode.c): set source_encoding and diff --git a/common.mk b/common.mk index d6733224b..101ea8673 100644 --- a/common.mk +++ b/common.mk @@ -9,7 +9,7 @@ RUBYOPT = - SPEC_GIT_BASE = git://github.com/rubyspec MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git -RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git +RUBYSPEC_GIT_URL = git://github.com/yugui/rubyspec.git STATIC_RUBY = static-ruby -- cgit