eshopworks / rboss-gem

Ruby Gem for the Yahoo BOSS (Build your Own Search Service) web service. Full of test fruity goodness using rspec and cucumber

This URL has Read+Write access

josephwilk (author)
Wed Jun 17 09:03:30 -0700 2009
commit  6188b7ed6d846840aeb32b10ac3ecfc243f9794e
tree    de55acf22dacc3ba79224b3edbf8c873b8f78de7
parent  905f3d564b1eaf329ed071c2e69b9b003650dac2
README.txt
= Rboss

* http://github.com/eshopworks/rboss-gem/

== DESCRIPTION:

A handy gem to make using the Yahoo Boss API nice and easy in ruby.
Documentation: http://github.com/eshopworks/rboss-gem/wikis/home

== REQUIREMENTS:

* json_pure: http://json.rubyforge.org/

== INSTALL:

* gem sources --add http://gems.github.com/ 
* gem install eshopworks-rboss

== AUTHOR

Joseph Wilk - http://blog.josephwilk.net/

Contributors:
  * Matthew Bennett
  * Jeroen van Dijk
  * Jared Pace

== LICENSE:

(The MIT License)

Copyright (c) 2008 eShopworks

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.