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