Rakefile in jerryvos-authlogic_facebook_connect-1.0.0 vs Rakefile in jerryvos-authlogic_facebook_connect-1.0.2

- old
+ new

@@ -8,9 +8,12 @@ gem.summary = %Q{Extension of the Authlogic library to add Facebook Connect support built upon the excellent facebooker gem} # gem.description = %Q{} # gem.email = "" gem.homepage = "http://github.com/kalasjocke/authlogic_facebook_connect" gem.authors = ["kalasjocke"] + + gem.add_dependency("facebooker") + gem.add_dependency("authlogic") # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" \ No newline at end of file