Skip to content

Commit

Permalink
add a gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jsierles2 committed Feb 12, 2010
1 parent 7d26e58 commit 60dae66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions aws-s3.gemspec
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 60dae66

Please sign in to comment.