ruby-changes:7475
From: yugui <ko1@a...>
Date: Sun, 31 Aug 2008 18:11:18 +0900 (JST)
Subject: [ruby-changes:7475] Ruby:r18994 (trunk): * Temporarily uses git://github.com/yugui/rubyspec.git
yugui 2008-08-31 18:11:02 +0900 (Sun, 31 Aug 2008) New Revision: 18994 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18994 Log: * Temporarily uses git://github.com/yugui/rubyspec.git until specs for 1.9 is merged into git://github.com/rubyspec/rubyspec.git. Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 18993) +++ ChangeLog (revision 18994) @@ -1,3 +1,9 @@ +Sun Aug 31 18:02:41 2008 Yuki Sonoda (Yugui) <yugui@y...> + + * 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@f...> * transcode.c (transcode.c): set source_encoding and Index: common.mk =================================================================== --- common.mk (revision 18993) +++ common.mk (revision 18994) @@ -9,7 +9,7 @@ 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/