eshopworks / rboss-gem

Ruby Gem for the Yahoo BOSS (Build your Own Search Service) web service. Full of test fruity goodness using rspec and cucumber

This URL has Read+Write access

josephwilk (author)
Wed Jun 17 09:03:30 -0700 2009
commit  6188b7ed6d846840aeb32b10ac3ecfc243f9794e
tree    de55acf22dacc3ba79224b3edbf8c873b8f78de7
parent  905f3d564b1eaf329ed071c2e69b9b003650dac2
rboss-gem / History.txt
a33bab17 » josephwilk 2009-06-17 Acknowledgments 1 == Version 0.1.x (In git)
2 * site explorer support (Jeroen van Dijk)
3
bbdd2989 » eshopworks 2009-06-04 words 4 == Version 0.1.9
5 * Support search all by using high limit values (Jeroen van Dijk)
6 * when calling with :count => nil it will inherit value from :limit (Jeroen van Dijk)
7
8 == Version 0.1.8
22f0cbb1 » josephwilk 2008-10-31 Adding cucumber scenario ta... 9 * Updating to support cucumber's new syntax for scenario tables
10
c9655345 » josephwilk 2008-10-17 Release gem 0.1.7 11 === Version 0.1.7
12 * Replaced textile readme with txt version to prevent gem install errors
13
d901f685 » josephwilk 2008-10-14 Release gem 0.1.6 14 === Version 0.1.6
3c253885 » josephwilk 2008-10-14 Update history 15 * Implement the collection api will_paginate uses to display page links in the Boss::ResultCollection (Jared Pace)
16
432ed43e » josephwilk 2008-09-13 version 0.1.5 17 === Version 0.1.5
18 * Use pure ruby json gem
19
c9011227 » josephwilk 2008-09-02 incrementing version 20 === Version 0.1.4
1ddaf85e » josephwilk 2008-08-26 refactoring pushing logic b... 21 * Parse yahoo error reports and return message
22 * Encapsulate spell/spelling difference into result factory
23 * Removed 'object' format in favour of defaulting to object if format is not set
edab6b07 » josephwilk 2008-08-26 words 24 * Validate app_id
1ddaf85e » josephwilk 2008-08-26 refactoring pushing logic b... 25
194735bb » josephwilk 2008-08-22 0.1.3 Fixing duplicate issu... 26 === Version 0.1.3
27 * Fix for duplicate information being storied in the ResultCollection
28
a0c62f91 » josephwilk 2008-08-21 Release 0.1.2 - store meta ... 29 === Version 0.1.2
30 * Maintain search result data in ResultCollection
31
f331a8a6 » josephwilk 2008-08-21 Updating history for 0.1.1 32 === Version 0.1.1
33 * Fixed exact search error
34 * search method takes the same arguments as other search methods
35 * Encodes parameters correctly
36
37 === Version 0.1.0
432ed43e » josephwilk 2008-09-13 version 0.1.5 38 * Brand spanking new release.