Rakefile in cafepress-search-1.0.0 vs Rakefile in cafepress-search-1.0.1

- old
+ new

@@ -8,10 +8,10 @@ $hoe = Hoe.spec 'cafepress-search' do self.version = Cafepress::Search::VERSION self.developer 'Britt Crawford', 'bcrawford@cafepress.com' self.developer 'Dimple Joseph', 'djoseph@cafepress.com' self.post_install_message = 'PostInstall.txt' - self.extra_deps = ["happymapper", "0.3.0"] + self.extra_deps = [["happymapper", "0.3.0"]] end require 'newgem/tasks' Dir['tasks/**/*.rake'].each { |t| load t } \ No newline at end of file