README.rdoc in pickle-0.4.8 vs README.rdoc in pickle-0.4.9

- old
+ new

@@ -1,9 +1,9 @@ = pickle -Pickle gives you cucumber steps that create your models easily from factory-girl or -machinist factories/blueprints. You can also just use ActiveRecord as a factory but it's not as cool. +Pickle gives you cucumber steps that create your models easily from factory-girl, +machinist, or fabrication. You can also just use ActiveRecord as a factory but it's not as cool. Pickle can make use of different ORMs for finding records. Currently ActiveRecord, DataMapper, MongoID adapters are provided. More adapters welcome! References to the models are stored in the current world, not necessarily for the purpose of checking the db @@ -456,9 +456,10 @@ == Contributors The following people have made Pickle better: +* {David Padilla}[http://github.com/dabit] * {Ari Epstein}[http://github.com/aepstein] * {Jonathan Hinkle}[http://github.com/hynkle] * {Devin Walters and Nick Karpenske}[http://github.com/bendyworks] * {Marc Lee}[http://github.com/maleko] * {Sebastian Zuchmanski}[http://github.com/sebcioz]