Skip to content

Commit

Permalink
bumped the version number, updated the TODO & README a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
benburkert committed Sep 8, 2008
1 parent 1d1f192 commit aea2837
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 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!)

Expand Down
3 changes: 1 addition & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ andexp makes it easy to generate random string from most regular expressions.

== INSTALL:

$ gem sources -a http://gems.github.com/ (you only need to do this once)
$ gem install benburkert-randexp
$ sudo gem install randexp

== USAGE:

Expand Down
3 changes: 1 addition & 2 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ h2. REQUIREMENTS:

h2. INSTALL:

$ gem sources -a http://gems.github.com/ (you only need to do this once)
$ gem install benburkert-randexp
$ sudo gem install randexp

h2. USAGE:

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require 'rake/rdoctask'

PROJECT_NAME = "randexp"
GEM = "randexp"
GEM_VERSION = "0.1.2"
GEM_VERSION = "0.1.3"
AUTHOR = "Ben Burkert"
EMAIL = "ben@benburkert.com"
HOMEPAGE = "http://github.com/benburkert/randexp"
Expand Down
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
== Todo list
* add a ~/.randexp dir for configuration
* clean up Randexp::Parser.parse
* add [] syntax: /[aeiou]{4}/.gen
* more generators for Randgen

0 comments on commit aea2837

Please sign in to comment.