README.txt in random_data-1.0.0 vs README.txt in random_data-1.0.1
- old
+ new
@@ -1,11 +1,19 @@
= Random
-This plugin defines a Random singleton class that has a bunch of class methods to quickly generate random test for testing and developmental use.
+This gem provides a Random singleton class with a series of methods for generating random test data including names, mailing addresses, dates, phone numbers, e-mail addresses, and text. Instead of:
+<tt>foo.name = "John Doe"</tt>
+
+You get:
+
+<tt>foo.name = "#{Random.firstname} #{Random.initial} #{Random.lastname}"</tt>
+
== Installation
<tt>sudo gem install random_data</tt>
+
+or get the gem manually from http://rubyforge.org/frs/?group_id=4458
== Methods
=== Contact Methods
Random.phone, Random.international_phone, Random.email
\ No newline at end of file