summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--spec/README11
2 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 667859bcff..660f7346e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed May 25 07:13:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * spec/README: update the description.
+
Wed May 25 07:12:16 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.
diff --git a/spec/README b/spec/README
index 68abf8378b..9821404697 100644
--- a/spec/README
+++ b/spec/README
@@ -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
| +-- ...
|