From 60dae66a9670b221a3cf4d7ac5bacc6f11f581b0 Mon Sep 17 00:00:00 2001 From: Joshua Sierles Date: Fri, 12 Feb 2010 21:15:44 +0100 Subject: [PATCH] add a gemspec --- aws-s3.gemspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 aws-s3.gemspec diff --git a/aws-s3.gemspec b/aws-s3.gemspec new file mode 100644 index 0000000..aff2e1a --- /dev/null +++ b/aws-s3.gemspec @@ -0,0 +1,11 @@ +Gem::Specification.new do |s| + s.name = 'aws-s3' + s.version = '0.6.3' + s.authors = ["Marcel Molina Jr."] + s.date = %q{2010-02-12} + s.summary = "AWS::S3 -- Support for Amazon S3's REST api" + s.email = "marcel@vernix.org" + + s.files = %w(CHANGELOG COPYING INSTALL Rakefile) + Dir['lib/**/*'] + Dir["bin/*"] + s.require_path = 'lib' +end \ No newline at end of file