josephholsten-rets4r 1.1.17 → 1.1.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. metadata +44 -84
  2. data/CHANGELOG +0 -336
  3. data/CONTRIBUTORS +0 -7
  4. data/GPL +0 -340
  5. data/LICENSE +0 -29
  6. data/NEWS +0 -183
  7. data/README.rdoc +0 -45
  8. data/RUBYS +0 -56
  9. data/Rakefile +0 -57
  10. data/TODO +0 -29
  11. data/VERSION.yml +0 -5
  12. data/examples/client_get_object.rb +0 -47
  13. data/examples/client_login.rb +0 -37
  14. data/examples/client_metadata.rb +0 -40
  15. data/examples/client_parser.rb +0 -10
  16. data/examples/client_search.rb +0 -47
  17. data/examples/settings.yml +0 -12
  18. data/lib/rets4r.rb +0 -9
  19. data/lib/rets4r/auth.rb +0 -73
  20. data/lib/rets4r/client.rb +0 -723
  21. data/lib/rets4r/client/data.rb +0 -14
  22. data/lib/rets4r/client/dataobject.rb +0 -20
  23. data/lib/rets4r/client/metadata.rb +0 -15
  24. data/lib/rets4r/client/parsers/compact.rb +0 -42
  25. data/lib/rets4r/client/parsers/compact_nokogiri.rb +0 -81
  26. data/lib/rets4r/client/parsers/metadata.rb +0 -92
  27. data/lib/rets4r/client/parsers/response_parser.rb +0 -100
  28. data/lib/rets4r/client/transaction.rb +0 -31
  29. data/lib/rets4r/core_ext/array/extract_options.rb +0 -15
  30. data/lib/rets4r/core_ext/class/attribute_accessors.rb +0 -58
  31. data/lib/rets4r/core_ext/hash/keys.rb +0 -46
  32. data/lib/rets4r/core_ext/hash/slice.rb +0 -39
  33. data/lib/rets4r/listing_mapper.rb +0 -17
  34. data/lib/rets4r/listing_service.rb +0 -35
  35. data/lib/rets4r/loader.rb +0 -8
  36. data/lib/tasks/annotations.rake +0 -20
  37. data/lib/tasks/coverage.rake +0 -13
  38. data/test/compact_nokogiri_test.rb +0 -35
  39. data/test/data/1.5/bad_compact.xml +0 -7
  40. data/test/data/1.5/count_only_compact.xml +0 -3
  41. data/test/data/1.5/error.xml +0 -1
  42. data/test/data/1.5/invalid_compact.xml +0 -4
  43. data/test/data/1.5/login.xml +0 -16
  44. data/test/data/1.5/metadata.xml +0 -0
  45. data/test/data/1.5/search_compact.xml +0 -8
  46. data/test/data/1.5/search_compact_big.xml +0 -136
  47. data/test/data/1.5/search_unescaped_compact.xml +0 -8
  48. data/test/data/listing_service.yml +0 -36
  49. data/test/listing_mapper_test.rb +0 -112
  50. data/test/loader_test.rb +0 -24
  51. data/test/test_auth.rb +0 -68
  52. data/test/test_client.rb +0 -315
  53. data/test/test_helper.rb +0 -12
  54. data/test/test_parser.rb +0 -96
metadata CHANGED
@@ -1,132 +1,92 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: josephholsten-rets4r
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 55
5
+ prerelease:
5
6
  segments:
6
7
  - 1
7
8
  - 1
8
- - 17
9
- version: 1.1.17
9
+ - 18
10
+ version: 1.1.18
10
11
  platform: ruby
11
12
  authors:
12
13
  - Scott Patterson
13
14
  - John Wulff
14
15
  - bgetting
15
16
  - Jacob Basham
17
+ - Joseph Holsten
18
+ - Braxton Beyer
16
19
  autorequire:
17
20
  bindir: bin
18
21
  cert_chain: []
19
22
 
20
- date: 2010-03-03 00:00:00 -06:00
21
- default_executable:
22
- dependencies: []
23
-
24
- description:
23
+ date: 2011-05-11 00:00:00 Z
24
+ dependencies:
25
+ - !ruby/object:Gem::Dependency
26
+ name: rets4r
27
+ prerelease: false
28
+ requirement: &id001 !ruby/object:Gem::Requirement
29
+ none: false
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ hash: 55
34
+ segments:
35
+ - 1
36
+ - 1
37
+ - 18
38
+ version: 1.1.18
39
+ type: :runtime
40
+ version_requirements: *id001
41
+ description: "[DEPRECATED] Please use the rets4r gem. "
25
42
  email:
26
43
  - scott.patterson@digitalaun.com
27
44
  - john@johnwulff.com
28
45
  - brian@terra-firma-design.com
29
46
  - jacob@paperpigeons.net
47
+ - joseph@josephholsten.com
48
+ - braxton@braxtonbeyer.com
30
49
  executables: []
31
50
 
32
51
  extensions: []
33
52
 
34
- extra_rdoc_files:
35
- - CHANGELOG
36
- - CONTRIBUTORS
37
- - GPL
38
- - LICENSE
39
- - README.rdoc
40
- - RUBYS
41
- - TODO
42
- files:
43
- - CHANGELOG
44
- - CONTRIBUTORS
45
- - GPL
46
- - LICENSE
47
- - NEWS
48
- - README.rdoc
49
- - RUBYS
50
- - Rakefile
51
- - TODO
52
- - VERSION.yml
53
- - examples/client_get_object.rb
54
- - examples/client_login.rb
55
- - examples/client_metadata.rb
56
- - examples/client_parser.rb
57
- - examples/client_search.rb
58
- - examples/settings.yml
59
- - lib/rets4r.rb
60
- - lib/rets4r/auth.rb
61
- - lib/rets4r/client.rb
62
- - lib/rets4r/client/data.rb
63
- - lib/rets4r/client/dataobject.rb
64
- - lib/rets4r/client/metadata.rb
65
- - lib/rets4r/client/parsers/compact.rb
66
- - lib/rets4r/client/parsers/compact_nokogiri.rb
67
- - lib/rets4r/client/parsers/metadata.rb
68
- - lib/rets4r/client/parsers/response_parser.rb
69
- - lib/rets4r/client/transaction.rb
70
- - lib/rets4r/core_ext/array/extract_options.rb
71
- - lib/rets4r/core_ext/class/attribute_accessors.rb
72
- - lib/rets4r/core_ext/hash/keys.rb
73
- - lib/rets4r/core_ext/hash/slice.rb
74
- - lib/rets4r/listing_mapper.rb
75
- - lib/rets4r/listing_service.rb
76
- - lib/rets4r/loader.rb
77
- - lib/tasks/annotations.rake
78
- - lib/tasks/coverage.rake
79
- - test/compact_nokogiri_test.rb
80
- - test/data/1.5/bad_compact.xml
81
- - test/data/1.5/count_only_compact.xml
82
- - test/data/1.5/error.xml
83
- - test/data/1.5/invalid_compact.xml
84
- - test/data/1.5/login.xml
85
- - test/data/1.5/metadata.xml
86
- - test/data/1.5/search_compact.xml
87
- - test/data/1.5/search_compact_big.xml
88
- - test/data/1.5/search_unescaped_compact.xml
89
- - test/data/listing_service.yml
90
- - test/listing_mapper_test.rb
91
- - test/loader_test.rb
92
- - test/test_auth.rb
93
- - test/test_client.rb
94
- - test/test_helper.rb
95
- - test/test_parser.rb
96
- has_rdoc: true
97
- homepage: http://rets4r.rubyforge.org/
53
+ extra_rdoc_files: []
54
+
55
+ files: []
56
+
57
+ homepage:
98
58
  licenses: []
99
59
 
100
60
  post_install_message:
101
- rdoc_options:
102
- - --charset=UTF-8
103
- - --main
104
- - README.rdoc
61
+ rdoc_options: []
62
+
105
63
  require_paths:
106
64
  - lib
107
65
  required_ruby_version: !ruby/object:Gem::Requirement
66
+ none: false
108
67
  requirements:
109
68
  - - ">="
110
69
  - !ruby/object:Gem::Version
70
+ hash: 3
111
71
  segments:
112
72
  - 0
113
73
  version: "0"
114
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
+ none: false
115
76
  requirements:
116
77
  - - ">="
117
78
  - !ruby/object:Gem::Version
79
+ hash: 3
118
80
  segments:
119
81
  - 0
120
82
  version: "0"
121
83
  requirements: []
122
84
 
123
- rubyforge_project: rets4r
124
- rubygems_version: 1.3.6
85
+ rubyforge_project:
86
+ rubygems_version: 1.7.2
125
87
  signing_key:
126
88
  specification_version: 3
127
- summary: A native Ruby implementation of RETS (Real Estate Transaction Standard).
128
- test_files:
129
- - test/test_auth.rb
130
- - test/test_client.rb
131
- - test/test_helper.rb
132
- - test/test_parser.rb
89
+ summary: "[DEPRECATED] Please use the rets4r gem"
90
+ test_files: []
91
+
92
+ has_rdoc:
data/CHANGELOG DELETED
@@ -1,336 +0,0 @@
1
- Wed Mar 3 12:43:25 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
2
-
3
- Require mocha before shoulda to fix 'uninitialized constant Test::Unit::TestResult::TestResultFailureSupport'
4
-
5
- * test/test_helper.rb: require mocha earlier
6
-
7
- Tue Feb 23 07:12:46 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
8
-
9
- Add ListingMapper to convert listing keys
10
-
11
- * lib/rets4r.rb: require listing service, mapper
12
- * lib/rets4r/listing_mapper.rb: new file
13
- * lib/rets4r/listing_service.rb: new file
14
- * test/data/listing_service.yml: new file
15
- * test/listing_mapper_test.rb: new file
16
- * test/test_helper.rb: new file
17
-
18
- * lib/rets4r/core_ext/array/extract_options.rb: helper from rails
19
- * lib/rets4r/core_ext/class/attribute_accessors.rb: likewise
20
- * lib/rets4r/core_ext/hash/keys.rb: likewise
21
- * lib/rets4r/core_ext/hash/slice.rb: likewise
22
-
23
- Sat Feb 20 05:39:51 2010 Brian Dunn <brianpatrickdunn@gmail.com>
24
-
25
- Test that SAX parser yeilds durring read.
26
- * test/compact_nokogiri_test.rb: modified
27
- * test/data/1.5/search_compact_big.xml: new file
28
-
29
- Thu Feb 11 06:21:54 2010 Brian Dunn <brianpatrickdunn@gmail.com>
30
-
31
- * lib/rets4r/client/parsers/compact_nokogiri.rb
32
- (CompactNokogiriParser#each): new. should yield each row as the stream is
33
- read
34
- (CompactNokogiriParser#to_a): reads the whole stream and returns
35
- rows in an array
36
- * lib/rets4r/loader.rb: uses the each method to yield as the stream
37
- is read
38
- * test/compact_nokogiri_test.rb: uses to_a instead.
39
-
40
- Sun Feb 7 19:05:46 2010 Scott Patterson <scott.patterson@digitalaun.com>
41
-
42
- Removed unnecessary writing of response to xml file in /tmp dir.
43
-
44
- Sun Feb 7 19:11:38 2010 Scott Patterson <scott.patterson@digitalaun.com>
45
-
46
- Reversed aliases and accessors to use Ruby-style accessors with the get/set methods aliased.
47
-
48
- Sun Feb 7 19:04:17 2010 Scott Patterson <scott.patterson@digitalaun.com>
49
-
50
- Added in #data alias to #response for compatibility.
51
-
52
- Sun Feb 7 18:57:50 2010 Scott Patterson <scott.patterson@digitalaun.com>
53
-
54
- Removed old experiment.
55
-
56
- Sun Feb 7 18:56:24 2010 Scott Patterson <scott.patterson@digitalaun.com>
57
-
58
- Added compact response with only a count.
59
-
60
- Thu Sep 10 23:47:49 2009 Andrew Vit <andrew@avit.ca>
61
-
62
- Support response without a delimiter or column names
63
-
64
- Mon Sep 14 22:21:35 2009 Andrew Vit <andrew@avit.ca>
65
-
66
- requiring needed compact parser
67
-
68
- Wed Sep 16 04:06:16 2009 Andrew Vit <andrew@avit.ca>
69
-
70
- Handle compact-decoded format using same parser
71
-
72
- Wed Sep 16 04:06:35 2009 Andrew Vit <andrew@avit.ca>
73
-
74
- Fixed crash with missing response headers
75
-
76
- Fri Feb 5 20:37:14 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
77
-
78
- Version bump to 1.1.16
79
-
80
- Fri Feb 5 20:36:39 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
81
-
82
- Merge branch 'master' of github.com:josephholsten/rets4r
83
-
84
- Fri Feb 5 20:34:13 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
85
-
86
- Make loader accept any IO
87
-
88
- * lib/rets4r/client/parsers/compact_nokogiri.rb
89
- (RETS4R::Loader::load): parse from io, not file name. Callers
90
- changed
91
-
92
- Fri Jan 22 01:39:23 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
93
-
94
- Version bump to 1.1.15
95
-
96
- Fri Jan 22 01:37:22 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
97
-
98
- Merge branch 'master' of github.com:josephholsten/rets4r
99
-
100
- Fri Jan 22 01:32:47 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
101
-
102
- Fix bug for parsing long lines
103
-
104
- * lib/rets4r/client/parsers/compact_nokogiri.rb
105
- (RETS4R::Client::CompactNokogiriParser::CompactDocument#start_element)
106
- (RETS4R::Client::CompactNokogiriParser::CompactDocument#end_element)
107
- (RETS4R::Client::CompactNokogiriParser::CompactDocument#characters):
108
- defer string handling until the element has ended
109
- * test/compact_nokogiri_test.rb
110
- (CompactNokogiriTest#test_should_handle_big_data): added
111
- * test/data/1.5/bad_compact.xml: new file
112
-
113
- Fri Jan 22 00:51:00 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
114
-
115
- Regenerated gemspec for version 1.1.14
116
-
117
- Fri Jan 22 00:50:32 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
118
-
119
- Version bump to 1.1.14
120
-
121
- Fri Jan 22 00:44:04 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
122
-
123
- Add sax parser
124
-
125
- * lib/rets4r.rb: require compact_nokogiri.rb
126
- * lib/rets4r/loader.rb (RETS4R::Loader::load): use sax parser
127
- * lib/rets4r/client/parsers/compact_nokogiri.rb: new file
128
- * test/compact_nokogiri_test.rb: new file
129
-
130
- Fri Jan 22 00:38:43 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
131
-
132
- Run tests that end in _test.rb
133
-
134
- * Rakefile: add *_test.rb to test pattern
135
-
136
- Thu Jan 21 23:35:34 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
137
-
138
- Add a batch file loader
139
-
140
- * lib/rets4r.rb: require loader
141
- * lib/rets4r/loader.rb: new file
142
- * test/loader_test.rb: new file
143
-
144
- Thu Jan 21 23:10:36 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
145
-
146
- Add parser example
147
-
148
- * examples/client_parser.rb: added
149
-
150
- Thu Jan 21 23:02:50 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
151
-
152
- Fix reference to rcov instead of relevance-rcov
153
-
154
- * lib/tasks/coverage.rake: say rcov, not relevance-rcov
155
-
156
- Thu Jan 21 23:02:04 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
157
-
158
- Add limit to settings
159
-
160
- * examples/client_search.rb: pull limit from settings
161
- * examples/settings.yml: set a sane default
162
-
163
- Wed Jan 20 11:58:32 2010 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
164
-
165
- use demo rets server
166
-
167
- Thu Nov 26 01:06:06 2009 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
168
-
169
- fix links list
170
-
171
- Thu Nov 26 01:05:26 2009 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
172
-
173
- fix indentation
174
-
175
- Thu Nov 26 01:04:25 2009 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
176
-
177
- Link to related sites
178
-
179
- * README.rdoc: updated docs
180
-
181
- Wed Nov 25 06:37:07 2009 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
182
-
183
- Use gemcutter
184
-
185
- * Rakefile: include GemcutterTasks
186
-
187
- 1.1.13
188
- Use gemcutter (Joseph Holsten)
189
-
190
- * Rakefile: include GemcutterTasks
191
-
192
- Fix rdoc reference (Joseph Holsten)
193
-
194
- * README: renamed to README.rdoc
195
- * Rakefile: likewise
196
- * rets4r.gemspec: likewise
197
- * CONTRIBUTORS: added Joseph Holsten
198
-
199
- 1.1.12
200
- Merge example settings into a config file (Joseph Holsten)
201
- Clean up testing (Joseph Holsten)
202
-
203
- 1.1.11
204
- Merge many rets4r forks (Joseph Holsten)
205
-
206
- 1.1.10
207
- ResponseParser#parse_common: should be _not_ equals (Jacob Basham)
208
-
209
- 1.1.9
210
- (no change)
211
-
212
- 1.1.8
213
- Client, ResponseParser#parse_common: Parser cleanup (Jacob Basham)
214
-
215
- 1.1.7
216
- Client, Client#initialize, Client#create_query_string, Client#request:
217
- Cleaned up files to be 80 skinny, added CGI escaping of data (Jacob Basham)
218
-
219
- 1.1.5
220
- gemspec: fix date error (Jacob Basham)
221
-
222
- 1.1.3
223
- gemspec: update (Jacob Basham)
224
-
225
- 1.1.2
226
- ResponseParser#parse_key_value: Accept CARETS response (John Wulff)
227
-
228
- 1.1.1
229
- ResponseParser#parse_key_value: Handle nils (John Wulff)
230
-
231
- 1.1.0
232
- Strip key value pairs for CAPABILITY_LIST endpoints (John Wulff)
233
- Add lib/rets4r to default load path (John Wulff)
234
-
235
- 1.0.0
236
- See changes in 9f7ff731250abc1f73b21cb01d3a6fc3a6617e73 (John Wulff)
237
-
238
- Parser#parse_compact_line: simplify split.
239
- Parser#parse_data: remove legacy support.
240
- Auth::authenticate: handle missing www-authenticate header.
241
- Auth::parse_header: strip keys, values.
242
- Client#initialize: method signature changed, removed options, added format.
243
- Client#set_parser_class, Client#get_parser_class,
244
- Client#parser_class, Client#parser_class=, Client#set_output,
245
- Client#get_output, Client#output, Client#output=: removed, callers changed.
246
- Lay groundwork for non-compact format requests
247
- Client::DEFAULT_METHOD: changed to GET
248
- Client::DEFAULT_USER_AGENT: changed to Firefox
249
- Client#login: handle absolute uris
250
- Client#parse: Removed. Changed callers to access parser directly.
251
- Client#get_metadata: method signature changed, format removed. Use format instance variable.
252
- Client#download_metadata: added
253
- Client#get_object: handle text/xml responses
254
- !!! Client#get_object: remove quote support from multipart boundary handling
255
- Client#count: added
256
- Client#basic_encode: added
257
- !!! Client#create_query_string: Remove escaping on request query keys, values
258
- Client#debug: removed, all calls inlined.
259
- Client#RETSTransactionException: added
260
-
261
- client/parsers/
262
-
263
- 0.8.5
264
- Parser#parse_compact_line now once again ignores beginning and ending delimiters. (Scott Patterson)
265
- Parser#parse_data now ignores header fields that are nil or blank when stripped. (Scott Patterson)
266
- Updated test to use the rets client version of the client, not hardcoded for post and get tests. (Scott Patterson)
267
-
268
- 0.8.4
269
- Fixed auth issue with authenticate headers with spaces after commas. (Ken Wiesner, Scott Patterson)
270
- When an exception is raised in the authentication parsing code, complain by raising
271
- a new exception, but also report anything of interest at the same time: request,
272
- response, response's body. (Fran�ois Beausoleil)
273
- Fixed Client#request to actually respect the specified request method instead of always using GET requests. (Scott Patterson)
274
- Set default request method to POST since some RETS servers seem to have trouble with GET requests. (Scott Patterson)
275
-
276
- 0.8.3
277
- Added example #set_pre_request_block. (Fran�ois Beausoleil)
278
- Allow a pre request block to be set for RETS4R::Client.
279
- This allows the caller to change the request in any meaningful way, such as adding a
280
- RETS-UA-Authorization header when appropriate. (Fran�ois Beausoleil)
281
- Better response handling of HTTP errors. Response codes > 300 other than 401 now raise an
282
- HTTPError exception that encapsulates the HTTPResponse object.
283
- 401 errors raise a LoginError exception. (Scott Patterson)
284
- Added in RETS specification error messages to reference. (Scott Patterson)
285
- New Rakefile. Install the rake gem and do 'rake test' to run the tests. (Fran�ois Beausoleil)
286
-
287
- 0.8.2
288
- Added missing result parameter to Client#search's yield (Scott Patterson)
289
- Added 1.7 to supported list and default version (Fran�ois Beausoleil)
290
- No longer sends empty (nil) headers (Fran�ois Beausoleil)
291
- Added debugging to HTTP output. (Fran�ois Beausoleil, Scott Patterson)
292
- Added support for multiple set-cookie headers in the server response (Fran�ois Beausoleil)
293
- Added basic search example (Scott Patterson)
294
- Implied default value of \t in RETS4R::Client::Transaction#delimiter (Fran�ois Beausoleil)
295
- #get_metadata now returns the block's value or the results. (Fran�ois Beausoleil)
296
- Made sure #login always calls #logout if called with a block. #login returns the block's value
297
- instead of results. (Fran�ois Beausoleil)
298
- New assertions that require Client to have Ruby-like accessors for attributes, instead of
299
- getters and setters. Applied 'Rename Attribute' on @parser, because #get_parser_class
300
- was returning the class of the parser's class, instead of the parser's class itself. (Fran�ois Beausoleil)
301
- Client#set_rets_version should take care to generate the correct RETS-Version header,
302
- and #get_rets_version should undo the changes that #set_rets_version did before
303
- returning the value. (Fran�ois Beausoleil)
304
- Don't rescue an exception that's not being processed in Parser. (Fran�ois Beausoleil)
305
- RETS4R::Client#get_object extensions: yield or return the array of DataObject instances;
306
- changed the multipart/parallel response boundary processing rules
307
- (include \r\n in the boundary detection); added documentation. (Fran�ois Beausoleil)
308
- Added GetObject example (Scott Patterson)
309
- Changed #get_object now yields each DataObject if a block is given rather
310
- than an array of DataObjects (Scott Patterson)
311
-
312
- 0.8.1
313
- Added Action-URL support per the specification.
314
- Added a secondary_response accessor to the Transaction object, which is what the Action-URL result is stored in.
315
- Fixed a bug with loggers and parsers
316
-
317
- 0.8.0
318
- Fixed RParser support, which now means you can use REXML.
319
- RParser now retries XML that produced a parser error after trying to clean it.
320
- Parser support is now more open so that more parsers can be easily added in the future.
321
- Reorganized parser file layout.
322
- CParser will only be loaded if libxml (its dependency) is present. If it is, it is the default
323
- parser.
324
- Added more parser unit tests.
325
- Renamed CParser to XMLParser and RPARSER to REXML, both with the hierarchy RETS4R::Client::Module.
326
- Fixed a bug with the parser output not being set properly.
327
- Fixed a bug with the parser not respecting the DELIMITER value and insisting on tab delimiters.
328
- Added support for using a logger
329
- Added more defaults to the search options (Count => '0', Format => 'COMPACT')
330
- Added some Rubyisms (blocks can now be given to #new, #login, #get_metadata, #get_object, and #search)
331
-
332
- 0.7.1
333
- Added support for reading the results count for searches.
334
-
335
- 0.7.0
336
- Initial GEM Version