Rakefile in spree_static_content-0.30.0 vs Rakefile in spree_static_content-0.40.0

- old
+ new

@@ -19,10 +19,11 @@ s.summary = "Extention to manage the static pages for your Spree shop." s.description = s.summary #s.email = "" s.homepage = "http://github.com/spree/spree-static-content" s.authors = ["Peter Berkenbosch", "Roman Smirnov"] - s.add_dependency 'spree_core', ['>= 0.30.0.beta1'] + s.add_dependency 'spree_core', ['>= 0.30.0'] + s.add_dependency 'spree_editor' #s.has_rdoc = false #s.extra_rdoc_files = [ "README.rdoc"] #s.rdoc_options = ["--main", "README.rdoc", "--inline-source", "--line-numbers"] #s.test_files = Dir['test/**/*.{yml,rb}'] end