Skip to content

Commit

Permalink
change the gem name to annotate-models so rubyforge is happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Tran committed Feb 29, 2008
1 parent 7f96c0c commit b1ab589
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 19 deletions.
17 changes: 7 additions & 10 deletions README.txt
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.

Expand All @@ -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]
2 changes: 1 addition & 1 deletion config/hoe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
8 changes: 4 additions & 4 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
annotate_models
annotate-models
</title>
<script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script>
<style>
Expand All @@ -30,12 +30,12 @@
<body>
<div id="main">

<h1>annotate_models</h1>
<h1>annotate-models</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/annotate-models"; return false'>
<p>Get Version</p>
<a href="http://rubyforge.org/projects/annotate-models" class="numbers">1.0.0</a>
</div>
<h1>&#x2192; &#8216;annotate_models&#8217;</h1>
<h1>&#x2192; &#8216;annotate-models&#8217;</h1>


<h2>What</h2>
Expand All @@ -45,7 +45,7 @@ <h2>Installing</h2>


<p><pre class='syntax'>
<span class="ident">sudo</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">annotate_models</span>
<span class="ident">sudo</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">annotate</span><span class="punct">-</span><span class="ident">models</span>
</pre></p>


Expand Down
6 changes: 3 additions & 3 deletions website/index.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
h1. annotate_models
h1. annotate-models

h1. &#x2192; 'annotate_models'
h1. &#x2192; 'annotate-models'


h2. What
Expand All @@ -9,7 +9,7 @@ h2. What
h2. Installing

<pre syntax="ruby">
sudo gem install annotate_models
sudo gem install annotate-models
</pre>

h2. The basics
Expand Down
2 changes: 1 addition & 1 deletion website/template.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</div>
<%= body %>
<p class="coda">
<a href="ctran@pragmaquest.com">Cuong Tran</a>, <%= modified.pretty %><br>
<a href="http://www.pragmaquest.com">Cuong Tran</a>, <%= modified.pretty %><br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>
</div>
Expand Down

0 comments on commit b1ab589

Please sign in to comment.