public
Description: A Ruby wrapper for Technorati API
Homepage:
Clone URL: git://github.com/apostlion/rubyrati.git
apostlion (author)
Sat Jan 17 04:53:30 -0800 2009
commit  089ce68001b1f38ccdbae42109ddcab2a9007df3
tree    52510f29e1fc070b491bc53db48e6956ab140ffd
parent  9878d5a6fc7026b895337dca449ae1dcdad8e2a2
README.txt
= rubyrati

* http://www.github.com/apostlion/rubyrati

== DESCRIPTION:

A Ruby wrapper for Technorati API.

== FEATURES/PROBLEMS:

* None as of the current release :)

== SYNOPSIS:

* Dohh, the same.

== REQUIREMENTS:

* Provide the concise Ruby objects for every function of Technorati API, both related to the blog information retrieval 
and pinging functionality.

== INSTALL:

* sudo gem install rubyrati
* require 'rubyrati' in your app.

== LICENSE:

(The MIT License)

Copyright (c) 2008 Apostlion

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.ยง