Download List

Project Description

Ruby/Google offers a higher-level abstraction of Google's SOAP-driven Web API. It allows the user to programatically query the Google search engine from Ruby. The aim of the library is to shield the programmer from the details of the raw data structures returned by the Web API, and in the process make the API more accessible for everyday use.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-02-10 01:39
0.6.0

A new method, Search#utf8, allows the user to request conversion of query strings from a given source encoding to UTF-8 prior to sending them to Google. Previous versions of the library had started to fail. It's not clear if changes made to the Google Web API caused this issue. The code has been slightly modified to fix the problem.
Tags: Minor feature enhancements

2003-05-20 13:41
0.5.1

The code no longer generates warnings when used with Ruby 1.8.
Tags: Code cleanup

2003-01-18 11:44
0.5.0

Google's WSDL file is now utilized, thanks to the addition of a WSDL driver. Methods no longer need to be defined manually, resulting in simpler, briefer code.
Tags: Code cleanup

2002-09-10 07:11
0.4.2

Google::Search now deprecates use of the oe and ie parameters, in line with changes made by Google to the Web API on 30th August 2002. If Ruby is run in verbose mode and either of these parameters is used, a warning will be issued.
Tags: Minor bugfixes

2002-05-24 09:05
0.4.1

A minor code cleanup to improve legibility was performed, and some minor bugs in the RD documentation were fixed.
Tags: Code cleanup

Project Resources