Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Version bump to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
negonicrac committed Aug 27, 2010
1 parent 73d97dd commit f6b32b8
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 87 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
* Grow Mustache up.(fix the TODOs and move the source to a mustache-rails like gem)
* Write some documentation. (In both the github wiki and the source code)

== 0.13.0
* optimize
* 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].

== 0.12.1
* optimize
* changed jqueryui option to --ui
Expand Down
2 changes: 2 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and add the following to your project's Gemfile

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].

To avoid overriding the rails built-in Erb template generators this project uses the namespace Erubis for *.erb templates

config.generators do |g|
Expand Down
9 changes: 3 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ begin

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"]
Expand All @@ -20,11 +20,8 @@ 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].
}

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.1
0.13.0
9 changes: 0 additions & 9 deletions lib/generators/jquery.rb

This file was deleted.

32 changes: 0 additions & 32 deletions lib/generators/jquery/install/install_generator.rb

This file was deleted.

16 changes: 0 additions & 16 deletions lib/generators/jquery/install/templates/README

This file was deleted.

23 changes: 0 additions & 23 deletions test/lib/generators/jquery/install_generator_test.rb

This file was deleted.

0 comments on commit f6b32b8

Please sign in to comment.