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

ruby-changes:6493

From: shyouhei <ko1@a...>
Date: Thu, 10 Jul 2008 18:57:23 +0900 (JST)
Subject: [ruby-changes:6493] Ruby:r18008 (ruby_1_8_7): merge revision(s) 16765:

shyouhei	2008-07-10 18:57:09 +0900 (Thu, 10 Jul 2008)

  New Revision: 18008

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18008

  Log:
    merge revision(s) 16765:
    * common.mk (SPEC_GIT_BASE): update RubySpec GIT URL.

  Modified files:
    branches/ruby_1_8_7/ChangeLog
    branches/ruby_1_8_7/common.mk
    branches/ruby_1_8_7/version.h

Index: ruby_1_8_7/ChangeLog
===================================================================
--- ruby_1_8_7/ChangeLog	(revision 18007)
+++ ruby_1_8_7/ChangeLog	(revision 18008)
@@ -1,3 +1,7 @@
+Thu Jul 10 18:50:48 2008  Tanaka Akira  <akr@f...>
+
+	* common.mk (SPEC_GIT_BASE): update RubySpec GIT URL.
+
 Thu Jul 10 18:46:28 2008  Nobuyoshi Nakada  <nobu@r...>
 
 	* file.c (rb_file_s_extname): fix for file name with spaces.
Index: ruby_1_8_7/version.h
===================================================================
--- ruby_1_8_7/version.h	(revision 18007)
+++ ruby_1_8_7/version.h	(revision 18008)
@@ -2,7 +2,7 @@
 #define RUBY_RELEASE_DATE "2008-07-10"
 #define RUBY_VERSION_CODE 187
 #define RUBY_RELEASE_CODE 20080710
-#define RUBY_PATCHLEVEL 55
+#define RUBY_PATCHLEVEL 56
 
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 8
Index: ruby_1_8_7/common.mk
===================================================================
--- ruby_1_8_7/common.mk	(revision 18007)
+++ ruby_1_8_7/common.mk	(revision 18008)
@@ -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/

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