Rakefile in rails3-generators-0.12.1 vs Rakefile in rails3-generators-0.13.0

- old
+ new

@@ -7,25 +7,22 @@ Jeweler::Tasks.new do |gem| version = File.exist?('VERSION') ? File.read('VERSION') : "" gem.name = "rails3-generators" gem.summary = %Q{Rails 3 compatible generators} - gem.description = %Q{Rails 3 compatible generators for DataMapper, Haml, Factory-girl, Authlogic, Mongomapper, Mongoid, Shoulda, Formtastic and SimpleForm} + gem.description = %Q{Rails 3 compatible generators for DataMapper, Factory-girl, Authlogic, Mongomapper, Mongoid, Shoulda, Formtastic and SimpleForm} gem.email = "andre@arko.net" gem.homepage = "http://github.com/indirect/rails3-generators" gem.authors = ["Jose Valim", "Anuj Dutta", "Paul Berry", "Jeff Tucker", "Louis T.", "Jai-Gouk Kim", "Darcy Laycock", "Peter Haza", "Peter Gumeson", "Kristian Mandrup"] # gem.add_development_dependency "rspec", ">= 1.2.9" gem.post_install_message = %Q{ rails3-generators-#{version} Be sure to check out the wiki, http://wiki.github.com/indirect/rails3-generators/, for information about recent changes to this project. -note: ORM :datamapper has been renamed to :data_mapper -note: ORM :mongomapper has been renamed to :mongo_mapper - -note: if you use erb templates add the follow to your generators block to take full advantage of this gem. -g.template_engine :erubis +The Haml generators have moved to {the haml-rails gem}[http://github.com/indirect/haml-rails]. +The jQuery generators have moved to {the jquery-rails gem}[http://github.com/indirect/jquery-rails]. } end Jeweler::GemcutterTasks.new