Rakefile in yore-0.1.0 vs Rakefile in yore-0.1.1

- old
+ new

@@ -9,10 +9,11 @@ gem.description = %Q{yore (as in "days of yore") is a user data management utility for web applications.} gem.email = "contact@buzzware.com.au" gem.homepage = "http://github.com/buzzware/yore" gem.authors = ["buzzware"] gem.rubyforge_project = "buzzware" - gem.add_dependency('buzzcore', '>= 0.2.5') + gem.add_dependency('buzzcore', '>= 0.2.6') + gem.add_dependency('aws-s3', '>= 0.6.2') gem.add_development_dependency "thoughtbot-shoulda" #gem.files.include %w( # lib/buzzcore.rb #) # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings