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

Update version #24

Merged
merged 1 commit into from Oct 7, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions CHANGELOG.rdoc
@@ -1,8 +1,7 @@
== TODO
* Write some documentation. (In both the github wiki and the source code)
* Remove generators that exist in other libraries

== Development
== 1.0.0
* optimize
* MongoMapper generators removed. MongoMapper (https://github.com/jnunemaker/mongomapper) has its own generators.
* SimpleForm generators removed. SimpleForm (https://github.com/plataformatec/simple_form) has its own generators.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails3-generators (0.17.6)
rails3-generators (1.0.0)
railties (>= 3.0.0)

GEM
Expand Down
2 changes: 0 additions & 2 deletions README.rdoc
Expand Up @@ -39,9 +39,7 @@ The Authlogic generators moved to {the authlogic gem}[https://github.com/binaryl
== Contributors

* DataMapper: José Valim
* Authlogic: Jeff Tucker
* Shoulda: Peter Haza
* SimpleForm: Peter Gumeson

and more[http://github.com/indirect/rails3-generators/contributors]

Expand Down
2 changes: 1 addition & 1 deletion lib/rails3-generators/version.rb
@@ -1,5 +1,5 @@
module Rails3
module Generators
VERSION = "0.17.6"
VERSION = "1.0.0"
end
end