README.md in mannequin-0.1.0 vs README.md in mannequin-0.2.0
- old
+ new
@@ -26,14 +26,14 @@
@person = Mannequin::Person.new
You can then utilize the attributes of that person:
@person.first_name
- => "Andy"
+ => "John"
@person.last_name
- => "Macdonald"
+ => "Doe"
Currently the following test data classes and attributes have been implemented:
* `Mannequin::Person`
@@ -51,9 +51,17 @@
* `street_type` *(ex. St)*
* `city` *(ex. New York City)*
* `state` *(ex. New York)*
* `state_code` *(ex. NY)*
* `country` *(ex. United States)*
+
+* `Mannequin::Text`
+
+ * `lipsum_paragraphs_1` *("Lorem ipsum dolor sit amet..." - 1 paragraph)*
+ * `lipsum_paragraphs_2` *("Cras ac dolor sit amet..." - 2 paragraphs)*
+ * `lipsum_paragraphs_3` *("Nam eleifend, mauris in rhoncus..." - 3 paragraphs)*
+ * `lipsum_paragraphs_4` *("Pellentesque sollicitudin pretium tortor, sit..." - 4 paragraphs)*
+ * `lipsum_paragraphs_5` *("Fusce neque orci, lobortis in..." - 5 paragraphs)*
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)