public
Rubygem
Description: Ruby Gem for the Yahoo BOSS (Build your Own Search Service) web service. Full of test fruity goodness using rspec and cucumber
Homepage: http://eshopworks.lighthouseapp.com/projects/15732-rboss/overview
Clone URL: git://github.com/eshopworks/rboss-gem.git
name age message
file .gitignore Mon Sep 08 09:23:38 -0700 2008 setting up things which git should ignore [Joseph Wilk]
file History.txt Loading commit data...
file License.txt Mon Aug 18 08:16:26 -0700 2008 First import of rboss gem. [Joseph Wilk]
file Manifest.txt Fri Oct 17 06:30:21 -0700 2008 Move textile to wiki and use txt readme to stop... [Joseph Wilk]
file README.txt
file Rakefile
file TODO.txt
directory config/ Fri Oct 17 06:30:21 -0700 2008 Move textile to wiki and use txt readme to stop... [Joseph Wilk]
directory features/ Wed Jun 17 07:00:09 -0700 2009 Cuke 0.3.11 freezes tables so we dup if we want... [Joseph Wilk]
directory gem_tasks/ Wed Jun 17 09:03:30 -0700 2009 Update rcov coverage threshold [Joseph Wilk]
directory lib/
file rboss.gemspec
directory spec/
= 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.