
RCS file: /var/cvs/google-search/lib/google.rb,v
Working file: lib/google.rb
head: 1.13
branch:
locks: strict
access list:
symbolic names:
	v0-3-0: 1.13
	v0-2-0: 1.10
	v0-1-0: 1.5
keyword substitution: kv
total revisions: 13;	selected revisions: 13
description:
----------------------------
revision 1.13
date: 2002/04/23 05:36:01;  author: ianmacd;  state: Exp;  lines: +5 -9

- dispense with some class variables in class Search
----------------------------
revision 1.12
date: 2002/04/23 04:32:05;  author: ianmacd;  state: Exp;  lines: +12 -12

- documentation improvements
- update release to 0.3.0
----------------------------
revision 1.11
date: 2002/04/22 09:05:25;  author: ianmacd;  state: Exp;  lines: +21 -25

changes to Search class
- response is now a local variable, not an instance variable
- return response now instead of self (breaks interface compatibility with
  previous versions)
changes to ResultElement class
- attribute method no longer used
- return self
other changes
- improved documentation
----------------------------
revision 1.10
date: 2002/04/15 18:25:52;  author: ianmacd;  state: Exp;  lines: +6 -2

- add documentation on proxy setting
----------------------------
revision 1.9
date: 2002/04/15 17:51:57;  author: ianmacd;  state: Exp;  lines: +5 -4

- update version to 0.2.0
----------------------------
revision 1.8
date: 2002/04/14 08:14:25;  author: ianmacd;  state: Exp;  lines: +23 -12

- use class variables to track whether a particular method has already been
  created using the addMethodWithSOAPAction method. This prevents some
  warnings about methods being redefined when running with -w.
----------------------------
revision 1.7
date: 2002/04/14 07:36:35;  author: ianmacd;  state: Exp;  lines: +41 -40

- 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

  The above two changes came from "Brian F. Feldman" <green@FreeBSD.org>

- updated documentation to reflect the above changes
- documentation referred to results hash. This should have been resultElements,
  which is now a Struct
----------------------------
revision 1.6
date: 2002/04/12 04:44:58;  author: ianmacd;  state: Exp;  lines: +4 -3

- add proxy support (idea from Hiroshi Nakamura <nahi@keynauts.com>)
----------------------------
revision 1.5
date: 2002/04/11 21:33:22;  author: ianmacd;  state: Exp;  lines: +3 -4

- removed trailing / on hyperlink that caused RDtool to barf
----------------------------
revision 1.4
date: 2002/04/11 21:31:21;  author: ianmacd;  state: Exp;  lines: +60 -43

- reimplemented lots of instance variables as a single instance hash
- improved documentation in many places
----------------------------
revision 1.3
date: 2002/04/11 16:48:56;  author: ianmacd;  state: Exp;  lines: +5 -3

- attr_reader was missing most of the variable names in Google::Search
----------------------------
revision 1.2
date: 2002/04/11 10:50:59;  author: ianmacd;  state: Exp;  lines: +3 -3

- update ENDPOINT
----------------------------
revision 1.1
date: 2002/04/11 10:07:41;  author: ianmacd;  state: Exp;

- remove valid key from search.rb
- move google.rb into lib/
=============================================================================
