README.md in gravatarify-2.0.3 vs README.md in gravatarify-2.0.4
- old
+ new
@@ -7,10 +7,9 @@
for the default picture url, or the multiple host names supported by gravatar.com (great when
displaying lots of avatars).
- **Source**: <http://github.com/lwe/gravatarify>
- **Docs**: <http://rdoc.info/projects/lwe/gravatarify>
-- **List**: <http://groups.google.com/group/gravatarify-plugin>
- **Gem**: <http://gemcutter.org/gems/gravatarify>
**UPGRADE NOTES:** Version 2.x is a clean-up release which breaks backwards compatibility
with 1.x releases (in some cases!). HTML attributes must be passed like:
`gravatar_tag(@user, :size => 30, :html => { :class => "gravatar" })`, i.e. in a `:html` hash.