Download List

Descripción del Proyecto

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

Un nuevo método, la búsqueda # utf8, permite al usuario solicitar la conversión de las cadenas de consulta de una fuente determinada codificación UTF-8 antes de enviar a Google. Las versiones anteriores de la biblioteca había comenzado a fallar. No está claro si los cambios realizados a la web de la API Google provocado el problema. El código se ha modificado ligeramente para solucionar el problema.
Tags: Minor feature enhancements
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.

2003-05-20 13:41
0.5.1

El código ya no genera advertencias cuando se utiliza con Ruby 1.8.
Tags: Code cleanup
The code no longer generates warnings when used with Ruby 1.8.

2003-01-18 11:44
0.5.0

Archivo de Google WSDL se utiliza ahora, gracias a la adición de un controlador de WSDL. Métodos ya no es necesario definir de forma manual, lo que resulta más sencillo código en breve,.
Tags: Code cleanup
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.

2002-09-10 07:11
0.4.2

Google:: Buscar ahora desaprueba el uso de los parámetros de OE y decir, en línea con los cambios realizados por Google en la web de la API el 30 de agosto de 2002. Si Ruby se ejecuta en modo detallado y cualquiera de estos parámetros se utiliza, una advertencia será publicada.
Tags: Minor bugfixes
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.

2002-05-24 09:05
0.4.1

Un código de limpieza menores para mejorar la legibilidad se llevó a cabo, y algunos errores menores en la documentación de RD se fija.
Tags: Code cleanup
A minor code cleanup to improve legibility was performed, and some minor bugs in the RD documentation were fixed.

Project Resources