public
Description: Ruby version of Python's doctest tool, but a bit different
Homepage: http://hobocentral.net/rubydoctest
Clone URL: git://github.com/tablatom/rubydoctest.git
rubydoctest / History.txt
100644 25 lines (15 sloc) 0.561 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
== 1.0.0 2008-06-23
 
* Added doctest: and doctest_require: special directives.
* Bug fixes.
* Documentation and wiki.
 
== 0.3.0 2008-06-17
 
* Added ability to put doctest code within .rb file comments
 
== 0.2.1 2008-05-26
 
* Adding self-doctesting doctests
 
== 0.2.0 2008-05-25
 
* Initial changes by Dr Nic
* __FILE__ is changed to the explicit file path (since it was eval'ing to the code, not the test file)
* Starting to write doctests for the project itself
 
== 0.1.0 2008-05-25
 
* 1 major enhancement:
  * Initial release from Tom's personal stash of code