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

ruby-changes:11879

From: yugui <ko1@a...>
Date: Fri, 22 May 2009 18:50:14 +0900 (JST)
Subject: [ruby-changes:11879] Ruby:r23538 (ruby_1_9_1): merges r23500 from trunk into ruby_1_9_1.

yugui	2009-05-22 18:49:51 +0900 (Fri, 22 May 2009)

  New Revision: 23538

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

  Log:
    merges r23500 from trunk into ruby_1_9_1.
    --
    * spec/.gitignore: ignores rubyspec/ and mspec/.

  Added files:
    branches/ruby_1_9_1/spec/.gitignore
  Modified files:
    branches/ruby_1_9_1/ChangeLog
    branches/ruby_1_9_1/version.h

Index: ruby_1_9_1/ChangeLog
===================================================================
--- ruby_1_9_1/ChangeLog	(revision 23537)
+++ ruby_1_9_1/ChangeLog	(revision 23538)
@@ -1,3 +1,7 @@
+Wed May 20 20:54:37 2009  Yuki Sonoda (Yugui)  <yugui@y...>
+
+	* spec/.gitignore: ignores rubyspec/ and mspec/.
+
 Wed May 20 06:20:05 2009  Yukihiro Matsumoto  <matz@r...>
 
 	* lib/tempfile.rb (Tempfile#unlink): close first for Windows.  a
Index: ruby_1_9_1/spec/.gitignore
===================================================================
--- ruby_1_9_1/spec/.gitignore	(revision 0)
+++ ruby_1_9_1/spec/.gitignore	(revision 23538)
@@ -0,0 +1,2 @@
+rubyspec
+mspec
Index: ruby_1_9_1/version.h
===================================================================
--- ruby_1_9_1/version.h	(revision 23537)
+++ ruby_1_9_1/version.h	(revision 23538)
@@ -1,6 +1,6 @@
 #define RUBY_VERSION "1.9.1"
 #define RUBY_RELEASE_DATE "2009-05-12"
-#define RUBY_PATCHLEVEL 152
+#define RUBY_PATCHLEVEL 153
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 9
 #define RUBY_VERSION_TEENY 1

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

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