diff --git a/README.txt b/README.txt index cb087d03d..1ec0bd17e 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,4 @@ -AnnotateModels -============== +== AnnotateModels Add a comment summarizing the current schema to the top of each ActiveRecord model source file. @@ -21,29 +20,27 @@ Note that this code will blow away the initial comment block in your models if i previously added by annotate models, so you don't want to add additional text to an automatically created comment block. -Install -======= +== Install sudo gem install sake annotate_models -Usage -===== +== Usage + cd [your project] annotate -Source -====== +== Source http://github.com/ctran/annotate_models -Author: +== Author Dave Thomas Pragmatic Programmers, LLC Released under the same license as Ruby. No Support. No Warranty. -Modifications by: +== Modifications - alex@pivotallabs.com - ctran@pragmaquest.com diff --git a/config/hoe.rb b/config/hoe.rb index 13a6d924d..190cd0d20 100644 --- a/config/hoe.rb +++ b/config/hoe.rb @@ -3,7 +3,7 @@ AUTHOR = 'Dave Thomas' # can also be an array of Authors EMAIL = "ctran@pragmaquest.com" DESCRIPTION = "Add a comment summarizing the current schema to the top of each ActiveRecord model source file" -GEM_NAME = 'annotate_models' # what ppl will type to install your gem +GEM_NAME = 'annotate-models' # what ppl will type to install your gem RUBYFORGE_PROJECT = 'annotate-models' # The unix name for your project HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org" DOWNLOAD_PATH = "http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}" diff --git a/website/index.html b/website/index.html index 4e86655e6..f5fa2e8d7 100644 --- a/website/index.html +++ b/website/index.html @@ -5,7 +5,7 @@