Ruby/AWS is a high-level Ruby language interface
to the Amazon Associates Web Service API v4. It
aims to automate and remove the grunt work of
interacting with the Amazon API and, in so doing,
make it much easier to use. Ruby/AWS is the
successor to Ruby/Amazon.
License: GNU General Public License (GPL)
Changes:
Remote shopping carts are now implemented. The
newly supported operations are CartCreate,
CartAdd, CartModify, and CartClear. A new iterator
method, AWSObject#each, yields each |property,
value| of the AWSObject. AWS API revision
2008-04-07 is now used for all calls. Error
checking has been improved and numerous bugs were
fixed.