README.txt in random_data-1.0.2 vs README.txt in random_data-1.1.0
- old
+ new
@@ -1,6 +1,6 @@
-= Random
+= RandomData
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>
@@ -24,10 +24,10 @@
=== Location Methods
Random.address_line_1, Random.address_line_2, Random.zipcode, Random.state, Random.country, Random.city,
=== Name Methods
-Random.firstname, Random.initial, Random.lastname,
+Random.firstname, Random.firstname_male, Random.firstname_female, Random.initial, Random.lastname
=== Text Methods
Random.alphanumeric, Random.paragraphs
Note that some methods take parameters to bound or limit the amount of data returned. See RDocs for details.
\ No newline at end of file