Changelog for
ruby-google-0.5.1-1.i386.rpm :
* Wed May 21 2003 Ian Macdonald
0.5.1-1- 0.5.1- replace Object#type with Object#class to silence warnings in Ruby 1.8
* Sat Jan 18 2003 Ian Macdonald 0.5.0-1- 0.5.0- use WSDL driver in new SOAP4R 1.4.8
* Tue Sep 10 2002 Ian Macdonald - 0.4.2- oe and ie parameters in Google::Search are now deprecated
* Fri May 24 2002 Ian Macdonald - 0.4.1- minor code-clean up to improve legibility- fixed a couple of bugs in the RD documentation- build using a Makefile
* Thu May 02 2002 Ian Macdonald - 0.4.0- directoryCategories member of the Struct::Response returned by Search.new is now of type Struct::DirectoryCategory- the directoryName member of the Struct::ResultElement returned by ResultElement.new was renamed fullViewableName- the directoryEncoding member of the the Struct::ResultElement was renamed specialEncoding- a new class method, Search.query_length_ok?, was added- a new class method, Search.query_words_ok?, was added- a new class method, Search.query_sites_ok?, was added- a new class method, Search.query_ok?, was added- a new class method, Search.restrict, was added
* Tue Apr 23 2002 Ian Macdonald - 0.3.0- Search#search now returns Struct::Response instead of Google::Search- resultElements member of the Struct::Response returned by Search#search contains Struct::ResultElement objects. These no longer contain the instance variable AATTattribute.- numerous improvements to documentation
* Mon Apr 15 2002 Ian Macdonald - 0.2.0- add HTTP proxy support- documentation referred to \'results\' hash. Should have been \'resultElements\'- the \'search\' method now returns a Struct instead of a hash- the \'resultElements\' element of the Struct returned by the \'search\' method is now also a Struct, not a hash- track defined methods using class variables, in order to avoid method redefinition warnings in SOAP4R when running Ruby with -w- added new example program: tkspell.rb- make example programs pull key from ~/.google_key
* Fri Apr 12 2002 Ian Macdonald - 0.1.0