Version 0.1.6

* doc/README added for submission to Savannah.NonGNU.Org

Version 0.1.5

* Possibly reasonable Japanese I18N added (Japanese people, please check!).
* Public constants removed (were they actually useful, externally to gravaty?): it's actually cleaner to have them, instead of magic number in the code, but I don't know... maybe they'll return as private...

Version 0.1.4

* Main method image_request is now the method with Hash parameter (cleaner) while the old image_request has now became image_param_request.
* Some RDoc still in progress.
* Gosh! Why the r18n-desktop usage didn't work? I have to cover it with tests as well... Properly set-up the i18n and rough Japanese support added (Japanese developers, please help!)

Version 0.1.3

* All dependencies and sub-dependencies are explicitly listed (grouping in gemfile should be correct).
* Trying to add RDoc comments (in progress)... are they useful? Are they needed? Suggested? Supported? "Cool"?

Version 0.1.2

* Support for changelog (https://github.com/botanicus/changelog) gem.
* Added # -*- rdoc -*- comment to most RDoc files... except this one otherwise the parse will explode!

Version 0.1.1

* Force default option added.
* Default options ('404' 'mm' 'identicon' 'monsterid' 'wavatar' 'retro' 'blank') ongoing.

Version 0.1.0

* Some more BDD and code refactoring still in progress.
* Still waiting for project approval on Savannah to publish code.
* Moved to Ruby 2.0.0!

Version 0.1.0.pre

* Some BDD and code refactoring still in progress (I'm not yet fully happy about it).
* Still waiting for project approval on Savannah to publish code.
* Moving to Ruby 2.0.0!

Version 0.0.9

* Secure basic URL added (to be refatored!).
* usage_sample.rb in bin folder available.
* Waiting for porject approval on Savannah to publish code.

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, ...

# -*- rdoc -*- # -*- coding: utf-8 -*- # encoding: utf-8

# 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/>.