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

ruby-changes:19677

From: nobu <ko1@a...>
Date: Wed, 25 May 2011 07:13:21 +0900 (JST)
Subject: [ruby-changes:19677] nobu:r31722 (trunk): * spec/README: update the description.

nobu	2011-05-25 07:13:14 +0900 (Wed, 25 May 2011)

  New Revision: 31722

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

  Log:
    * spec/README: update the description.

  Modified files:
    trunk/ChangeLog
    trunk/spec/README

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31721)
+++ ChangeLog	(revision 31722)
@@ -1,3 +1,7 @@
+Wed May 25 07:13:12 2011  Nobuyoshi Nakada  <nobu@r...>
+
+	* spec/README: update the description.
+
 Wed May 25 07:12:16 2011  Nobuyoshi Nakada  <nobu@r...>
 
 	* lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.
Index: spec/README
===================================================================
--- spec/README	(revision 31721)
+++ spec/README	(revision 31722)
@@ -1,15 +1,16 @@
 = RubySpec
 
-RubySpec (http://rubyspec.org) provides the Ruby language specification in an
-executable format. The make task `update-rubyspec' retrieves the specification
-and puts it into this directory.
+RubySpec (http://rubyspec.org) provides the annotation of the Ruby
+implementation in an executable format.  The make task
+`update-rubyspec' retrieves the specification and puts it into this
+directory.
 
 == Directory structure
  spec
   +-- mspec            driver library for executing the specification.
   +-- rubyspec
-       +-- core        specification for core libraries 
-       |    +-- array 
+       +-- core        specification for core libraries
+       |    +-- array
        |    +-- bignum
        |    +-- ...
        |

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

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