Skip to content

Commit

Permalink
* spec/README: update the description.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed May 24, 2011
1 parent 9a7e295 commit 6cbe0e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Wed May 25 07:13:12 2011 Nobuyoshi Nakada <[email protected]>

* spec/README: update the description.

Wed May 25 07:12:16 2011 Nobuyoshi Nakada <[email protected]>

* lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.
Expand Down
11 changes: 6 additions & 5 deletions spec/README
Original file line number Diff line number Diff line change
@@ -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
| +-- ...
|
Expand Down

0 comments on commit 6cbe0e0

Please sign in to comment.