* doc/README added for submission to Savannah.NonGNU.Org
* 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...
* 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!)
* 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"?
* Support for changelog (https://github.com/botanicus/changelog) gem. * Added # -*- rdoc -*- comment to most RDoc files... except this one otherwise the parse will explode!
* Force default option added. * Default options ('404' 'mm' 'identicon' 'monsterid' 'wavatar' 'retro' 'blank') ongoing.
* 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!
* 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!
* Secure basic URL added (to be refatored!). * usage_sample.rb in bin folder available. * Waiting for porject approval on Savannah to publish code.
* Still a bit messy, sorry. * Refresh of RDoc, finalized to the smallcaps name (sorry).
* Added the possibility to retrieve the URL with a specified size [1; 2048].
* 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!
* No new features, some configuration things refined and RDoc added.
* Gravatar URL plus default extensions added (JPG, jpeg, JPEG, jpg, PNG and png are valid).
* I'll reach 1.0.0, sooner or later...
* Struggling with documentation layout on RubyGems page... * Removed r19cov (for now) and bundle install after gem update.
* First public gem. Allows to retrieve the email itself and its MD5. * Bonus track: basic Gravatar URL not officially released ;)
* 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/>.