public
Description: A ruby client for the summize conversational search engine.
Homepage:
Clone URL: git://github.com/dustin/ruby-summize.git
name age message
file README.markdown Mon Jul 07 23:17:57 -0700 2008 Updated the README for version 0.2 [dustin]
directory lib/ Loading commit data...
file ruby-summize.gemspec
README.markdown

A simple summize client for ruby.

Example

require 'summize'

client = Summize::Client.new 'my-user-argent'
r = client.query 'search query'
r.each { |i| puts "#{i.text}" }