Rakefile in s3lib-0.1.0 vs Rakefile in s3lib-0.1.1
- old
+ new
@@ -16,9 +16,10 @@
gemspec.summary = "An Amazon S3 interface library used as an example in The S3 Cookbook (http://thes3cookbook.com)"
gemspec.email = 'scott@scottpatten.ca'
gemspec.homepage = 'http://thes3cookbook.com'
gemspec.description = "This library forms the basis for building a library to talk to Amazon S3 using Ruby. It is used as an example of how to build an Amazon S3 interface in The S3 Cookbook (http://thes3cookbook.com)"
gemspec.authors = ["Scott Patten"]
+ gemspec.add_dependency 'rest-open-uri'
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end