Rakefile in radiant-forms-extension-3.2.7 vs Rakefile in radiant-forms-extension-3.2.8

- old
+ new

@@ -5,9 +5,10 @@ gem.summary = %Q{Forms Extension for Radiant CMS} gem.description = %Q{Send data from a page to a form handler, extendable with addons} gem.email = "dirk.kelly@squaretalent.com" gem.homepage = "http://github.com/squaretalent/radiant-forms-extension" gem.authors = ["dirkkelly"] + gem.add_dependency 'radiant-drag_order-extension', '>= 0.4.9' # 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. This is only required if you plan to package forms as a gem." \ No newline at end of file