public
Description: Ruby Gem for the Yahoo BOSS (Build your Own Search Service) web service. Full of test fruity goodness using rspec and cucumber
Homepage: http://eshopworks.lighthouseapp.com/projects/15732-rboss/overview
Clone URL: git://github.com/eshopworks/rboss-gem.git
rboss-gem / History.txt
100644 39 lines (28 sloc) 1.164 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
== Version 0.1.x (In git)
* site explorer support (Jeroen van Dijk)
 
== Version 0.1.9
* Support search all by using high limit values (Jeroen van Dijk)
* when calling with :count => nil it will inherit value from :limit (Jeroen van Dijk)
 
== Version 0.1.8
* Updating to support cucumber's new syntax for scenario tables
 
=== Version 0.1.7
* Replaced textile readme with txt version to prevent gem install errors
 
=== Version 0.1.6
* Implement the collection api will_paginate uses to display page links in the Boss::ResultCollection (Jared Pace)
 
=== Version 0.1.5
* Use pure ruby json gem
 
=== Version 0.1.4
* Parse yahoo error reports and return message
* Encapsulate spell/spelling difference into result factory
* Removed 'object' format in favour of defaulting to object if format is not set
* Validate app_id
 
=== Version 0.1.3
* Fix for duplicate information being storied in the ResultCollection
 
=== Version 0.1.2
* Maintain search result data in ResultCollection
 
=== Version 0.1.1
* Fixed exact search error
* search method takes the same arguments as other search methods
* Encodes parameters correctly
 
=== Version 0.1.0
* Brand spanking new release.