README.textile in gravtastic-1.6.0 vs README.textile in gravtastic-1.7.0
- old
+ new
@@ -30,11 +30,11 @@
=> "http://gravatar.com/e9e719b44653a9300e1567f09f6b2e9e.png?r=PG"
Note that it defaults to a PG rating. You can specify extra options with a hash:
current_user.gravatar_url(:rating => 'R18', :size => 512)
- => "http://gravatar.com/e9e719b44653a9300e1567f09f6b2e9e.png?r=PG&s=512"
+ => "http://gravatar.com/e9e719b44653a9300e1567f09f6b2e9e.png?r=R18&s=512"
current_user.gravatar_url(:secure => true)
=> "https://secure.gravatar.com/e9e719b44653a9300e1567f09f6b2e9e.png?r=PG"
However, to DRY things up you can specify defaults in the class declaration.
@@ -62,10 +62,10 @@
h2. Thanks
* "Xavier Shay":http://rhnh.net and others for "Enki":http://enkiblog.com (the reason this was written)
-* "Matthew Moore":http://www.matthewpaulmoore.com/ for helpful suggestions
+* "Matthew Moore":http://www.matthewpaulmoore.com/ for helpful suggestions and for submitting it to the official list of Gravatar implementations.
h2. License
Copyright (c) 2008 Chris Lloyd.