public
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 [josephwilk]
file History.txt Wed Jun 17 06:52:10 -0700 2009 Acknowledgments [josephwilk]
file License.txt Mon Aug 18 08:16:26 -0700 2008 First import of rboss gem. [josephwilk]
file Manifest.txt Fri Oct 17 06:30:21 -0700 2008 Move textile to wiki and use txt readme to stop... [josephwilk]
file README.txt Wed Jun 17 09:03:14 -0700 2009 Major refactoring on internals. Cleaning up con... [josephwilk]
file Rakefile Mon Aug 18 08:16:26 -0700 2008 First import of rboss gem. [josephwilk]
file TODO.txt Thu May 28 06:13:36 -0700 2009 Search all is now possible with the option :lim... [Jeroen van Dijk]
directory config/ Fri Oct 17 06:30:21 -0700 2008 Move textile to wiki and use txt readme to stop... [josephwilk]
directory features/ Wed Jun 17 07:00:09 -0700 2009 Cuke 0.3.11 freezes tables so we dup if we want... [josephwilk]
directory gem_tasks/ Wed Jun 17 09:03:30 -0700 2009 Update rcov coverage threshold [josephwilk]
directory lib/ Wed Jun 17 09:03:14 -0700 2009 Major refactoring on internals. Cleaning up con... [josephwilk]
file rboss.gemspec Thu Jun 04 03:06:03 -0700 2009 Release 0.1.9 gem [josephwilk]
directory spec/ Wed Jun 17 09:03:14 -0700 2009 Major refactoring on internals. Cleaning up con... [josephwilk]
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.