README.rdoc in random_data-1.5.2 vs README.rdoc in random_data-1.6.0
- old
+ new
@@ -21,11 +21,11 @@
=== Time/Date Methods
Random.date, Random.date_between
=== Location Methods
-Random.address_line_1, Random.address_line_2, Random.zipcode, Random.uk_post_code, Random.state, Random.state_full, Random.country, Random.city
+Random.address_line_1, Random.address_line_2, Random.zipcode, Random.uk_post_code, Random.state_code, Random.state_full, Random.country, Random.city
=== Name Methods
Random.firstname, Random.firstname_male, Random.firstname_female, Random.initial, Random.lastname
=== Text Methods
@@ -109,10 +109,10 @@
>> Random.zipcode
=> 22904
(Note that the zipcodes are totally random and may not be real zipcodes)
- >> Random.state
+ >> Random.state_code
=> "MD"
>> Random.state_full
=> "New Mexico"
\ No newline at end of file