Ruby/AWS 0.4.2 (Default branch)

Ruby/AWS is a high-level Ruby language interfaceto the Amazon Associates Web Service API v4. Itaims to automate and remove the grunt work ofinteracting with the Amazon API and, in so doing,make it much easier to use. Ruby/AWS is thesuccessor to Ruby/Amazon.License: GNU General Public License (GPL)Changes:
The version of the Amazon AWS API requested when performing operations is now 2008-08-19 (the latest at the time of this writing). Config file lines may contain leading whitespace. The exception class Amazon::Config::ConfigError was not defined. Operations other than ItemSearch now use the appropriate pagination parameter to fetch multiple results pages. Previously, they all attempted to use ItemPage.

More...