Rakefile in colin-safe-0.1.6 vs Rakefile in colin-safe-0.1.7

- old
+ new

@@ -7,13 +7,13 @@ gem.name = "safe" gem.summary = %Q{Backup filesystem and MySQL to Amazon S3 (with encryption)} gem.description = "Simple tool to backup MySQL databases and filesystem locally or to Amazon S3 (with optional encryption)" gem.email = "we@astrails.com" gem.homepage = "http://github.com/astrails/safe" - gem.authors = ["Astrails Ltd."] + gem.authors = ["Astrails Ltd.", "Colin Schlueter"] gem.files = FileList["[A-Z]*.*", "{bin,examples,generators,lib,rails,spec,test,templates}/**/*", 'Rakefile', 'LICENSE*'] - gem.add_dependency("aws-s3") + gem.add_dependency("right_aws") # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"