Ruby/AWS 0.3.0 (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:
Remote shopping carts are now implemented. Thenewly supported operations are CartCreate,CartAdd, CartModify, and CartClear. A new iteratormethod, AWSObject#each, yields each |property,value| of the AWSObject. AWS API revision2008-04-07 is now used for all calls. Errorchecking has been improved and numerous bugs werefixed.

More...