aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-31 09:11:02 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-31 09:11:02 +0000
commit1ca7943e1195ec3b687c9501be38053b24863ff2 (patch)
tree78548ac26abc0636d04c0b0729d41895199a1c7e
parent69610b07c304e6ef61c108afaa525fa84cd80451 (diff)
downloadruby-1ca7943e1195ec3b687c9501be38053b24863ff2.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@18994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
-rw-r--r--common.mk2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cb0d792828..2198bd6812 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Aug 31 18:02:41 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * 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 <akr@fsij.org>
* transcode.c (transcode.c): set source_encoding and
diff --git a/common.mk b/common.mk
index d6733224b3..101ea86736 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