Rakefile in vidibus-helpers-0.0.1 vs Rakefile in vidibus-helpers-0.0.2

- old
+ new

@@ -11,9 +11,10 @@ gem.summary = %Q{Helpers for Vidibus applications.} gem.description = %Q{A collections of application helpers.} gem.email = "andre@vidibus.com" gem.homepage = "http://github.com/vidibus/vidibus-helpers" gem.authors = ["Andre Pankratz"] + gem.add_dependency "activesupport", "~> 3.0.0" # 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"