forked from ctran/annotate_models
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change the gem name to annotate-models so rubyforge is happy
- Loading branch information
Cuong Tran
committed
Feb 29, 2008
1 parent
7f96c0c
commit b1ab589
Showing
5 changed files
with
16 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
- [email protected] | ||
- [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
AUTHOR = 'Dave Thomas' # can also be an array of Authors | ||
EMAIL = "[email protected]" | ||
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}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters