Ruby/AWS 0.4.3 (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:
$AMAZONRCDIR is now searched for .amazonrc before $HOME and the other directories. There is a new top-level class of exception for Ruby/AWS, Amazon::AmazonError. Most non-operational exceptions are now immediate subclasses of AmazonError. Amazon::AWS::Error::AWSError was previously a class that generated exceptions, but it's now simply a container class derived from AmazonError. All operational exceptions (the ones whose class is dynamically created when AWS returns an error) are now subclasses of AWSError.

More...