Skip to content

Commit

Permalink
Push a new version 1.0.3 out to rubyforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Tran committed May 3, 2008
1 parent 8c8c3c5 commit 753091c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion lib/annotate_models/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module AnnotateModels #:nodoc:
module VERSION #:nodoc:
MAJOR = 1
MINOR = 0
TINY = 2
TINY = 3

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
4 changes: 2 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -94,7 +94,7 @@ <h2>Contact</h2>

<p>Comments are welcome. Send an email to <a href="mailto:[email protected]">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>
Expand Down

0 comments on commit 753091c

Please sign in to comment.