Category Archives: Ruby

Ruby/AWS 0.8.0 Released

It’s been a while since a new version of Ruby/AWS was released. In fact, it’s been more than eight months since version 0.7.0 first saw the light of day. I often don’t even mention new releases here, because they’re of … Continue reading

Posted in Ruby | 2 Comments

Ruby/AWS 0.4.0 Released

It’s been pouring with rain here all day, so I seized the opportunity to knock out a quick release of Ruby/AWS. Version 0.4.0 allows the user to retrieve existing shopping-carts from AWS using the new Amazon::AWS::ShoppingCart::Cart#cart_get method. I hadn’t originally … Continue reading

Posted in Ruby | Leave a comment

Ruby/AWS 0.3.3 Released

It’s only been a week since the release of Ruby/AWS 0.3.2, but 0.3.3 is here already. Actually, there are almost no visible changes for the user. The only development of note is that the library is now available as a … Continue reading

Posted in Ruby | 7 Comments

Ruby/AWS 0.3.2 Released

Ruby/AWS 0.3.2 has been released. This release addresses (de)serialisation issues with Marshal and YAML, caused by the inability of objects spawned from dynamically defined classes to be reinstantiated at load-time.

Posted in Ruby | Leave a comment

Ruby/AWS 0.3.1 Released

The latest release of Ruby/AWS is out. It fixes a few bugs and improves remote shopping-carts by adding support for the Save For Later area of the cart. Cart#modify now takes an extra parameter in order to support this new … Continue reading

Posted in Ruby | Leave a comment