Commit 753091c5 by Cuong Tran

Push a new version 1.0.3 out to rubyforge

parent 8c8c3c58
......@@ -6,4 +6,10 @@
* added a task to remove the annotations
* these options can be specified from command line as -d and -p [before|after]
== 1.0.3 2008-05-02
* Add misc changes from Dustin Sallings and Henrik N
* Remove trailing whitespace
* More intuitive info messages
* Update README file with update-to-date example
......@@ -2,7 +2,7 @@ module AnnotateModels #:nodoc:
module VERSION #:nodoc:
MAJOR = 1
MINOR = 0
TINY = 2
TINY = 3
STRING = [MAJOR, MINOR, TINY].join('.')
end
......
......@@ -33,7 +33,7 @@
<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.2</a>
<a href="http://rubyforge.org/projects/annotate-models" class="numbers">1.0.3</a>
</div>
<h1>&#x2192; &#8216;annotate-models&#8217;</h1>
......@@ -94,7 +94,7 @@ This is now a gem that can run from command line</p>
<p>Comments are welcome. Send an email to <a href="mailto:ctran@pragmaquest.com">Cuong Tran</a></p>
<p class="coda">
<a href="http://www.pragmaquest.com">Cuong Tran</a>, 22nd March 2008<br>
<a href="http://www.pragmaquest.com">Cuong Tran</a>, 2nd May 2008<br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment