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

Commit

Permalink
update readme to include shoulda and remove mongoid
Browse files Browse the repository at this point in the history
  • Loading branch information
negonicrac committed May 1, 2010
1 parent 32fa61c commit 3220a54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
@@ -1,6 +1,6 @@
= rails3-generators

Rails 3 compatible generators for DataMapper, Haml, Factory-girl, Authlogic, Mongomapper, and Mongoid
Rails 3 compatible generators for DataMapper, Haml, Factory-girl, Authlogic, Mongomapper, and Shoulda

== Note on Patches/Pull Requests

Expand All @@ -20,4 +20,4 @@ MongoMapper: Jai-Gouk Kim

Machinist: Darcy Laycock

Mongoid: Guillaume Belleguic
Shoulda: Peter Haza
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -6,10 +6,10 @@ begin
Jeweler::Tasks.new do |gem|
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, and Mongoid}
gem.description = %Q{Rails 3 compatible generators for DataMapper, Haml, Factory-girl, Authlogic, Mongomapper, and Shoulda}
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", "Guillaume Belleguic"]
gem.authors = ["Jose Valim", "Anuj Dutta", "Paul Berry", "Jeff Tucker", "Louis T.", "Jai-Gouk Kim", "Darcy Laycock", "Peter Haza"]
gem.add_development_dependency "rspec", ">= 1.2.9"
end
Jeweler::GemcutterTasks.new
Expand Down

0 comments on commit 3220a54

Please sign in to comment.