public
Description: generate random data from a Regular Expression
Homepage:
Clone URL: git://github.com/benburkert/randexp.git
randexp / CHANGELOG
100644 20 lines (16 sloc) 0.678 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
== 0.1.4 "Wally Wisoky" 2008-10-08
* Added realistic name generation (Matt Aimonetti)
* Fixed loadpath issues (Gerrit Kaiser)
 
== 0.1.3 "Oological" 2008-07-08
* Randgen.word should not return a string that does not match /^\w+$/
 
== 0.1.2 "I'm Not Saying It's Not Beta"
* Changed rand to Kernel#rand to avoid conflicting with rails (thanks agile!)
 
== 0.1.1 "Still Quite Beta" 2008-07-20
* Added Range#of method.
* Heavy refactoring of the Parser.parse method.
* Fixed the /\./ bug.
 
== 0.1.0 "Very Beta" 2008-07-08
* Initial version of randexp!
* Has support for very simple regular expressions.
* Randgen has limited methods.
* Dictionary is reading from the local words file.