# Gravaty # Copyright ¸ 2013 Marco Bresciani # # This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public # License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later # version. # # This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with this program. If not, see # <www.gnu.org/licenses/>.

Recent changes

Version 0.0.8

Still a bit messy, sorry. Refresh of RDoc, finalized to the smallcaps name (sorry).

Version 0.0.7

Added the possibility to retrieve the URL with a specified size [1; 2048].

Version 0.0.6

Cucumber task properly configured also in RubyMine; would like to add RSpec but since there's already Cucumber, probably it's not useful.

RDoc position changed, let's see if it become visible... Promise I'll read RubyGems docs before 0.1.0 release!

Version 0.0.5

No new features, some configuration things refined and RDoc added.

Version 0.0.4

Gravatar URL plus default extensions added (JPG, jpeg, JPEG, jpg, PNG and png are valid).

Version 0.0.3

I'll reach 1.0.0, sooner or later...

Version 0.0.2

Struggling with documentation layout on RubyGems page... Removed r19cov (for now) and bundle install after gem update.

Version 0.0.1

First public gem. Allows to retrieve the email itself and its MD5. Bonus track: basic Gravatar URL not officially released ;)

Version 0.0.0

Project structure, gem attempts, ...