From b1ab589f7bd5af459978567edb0e1489b7b794af Mon Sep 17 00:00:00 2001 From: Cuong Tran Date: Fri, 29 Feb 2008 13:40:21 -0600 Subject: [PATCH] change the gem name to annotate-models so rubyforge is happy --- README.txt | 17 +++++++---------- config/hoe.rb | 2 +- website/index.html | 8 ++++---- website/index.txt | 6 +++--- website/template.rhtml | 2 +- 5 files changed, 16 insertions(+), 19 deletions(-) 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 @@ - annotate_models + annotate-models