From f9a14cdfdddde2f3dd34cb9c3e14f3ea24e74ee3 Mon Sep 17 00:00:00 2001 From: Joshua Sierles Date: Fri, 6 Aug 2010 10:38:02 +0200 Subject: [PATCH] update gemspec --- aws-s3.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-s3.gemspec b/aws-s3.gemspec index aff2e1a..2b3607e 100644 --- a/aws-s3.gemspec +++ b/aws-s3.gemspec @@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = 'aws-s3' - s.version = '0.6.3' + s.version = '0.6.4' s.authors = ["Marcel Molina Jr."] - s.date = %q{2010-02-12} + s.date = %q{2010-08-06} s.summary = "AWS::S3 -- Support for Amazon S3's REST api" s.email = "marcel@vernix.org"