diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 6d5e44d..329978e 100644 --- a/CHANGELOG.rdoc +++ b/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. diff --git a/Gemfile.lock b/Gemfile.lock index f5daf49..ad165d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rails3-generators (0.17.6) + rails3-generators (1.0.0) railties (>= 3.0.0) GEM diff --git a/README.rdoc b/README.rdoc index ec91c86..b9bd3f3 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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] diff --git a/lib/rails3-generators/version.rb b/lib/rails3-generators/version.rb index 46742f4..3a6713b 100644 --- a/lib/rails3-generators/version.rb +++ b/lib/rails3-generators/version.rb @@ -1,5 +1,5 @@ module Rails3 module Generators - VERSION = "0.17.6" + VERSION = "1.0.0" end end