public
Description: Annotate ActiveRecord models as a gem
Homepage: http://agilewebdevelopment.com/plugins/annotate_models
Clone URL: git://github.com/ctran/annotate_models.git
Search Repo:
Push a new version 1.0.3 out to rubyforge
ctran (author)
Fri May 02 21:25:35 -0700 2008
commit  753091c5623cdce5a58daf97e5448dec8acbdb2a
tree    a16d4acad3c049e19755618500b3618759c2740d
parent  8c8c3c58055c8659da55f5cc130552204f469dfd
...
5
6
7
 
 
 
 
 
 
 
...
5
6
7
8
9
10
11
12
13
14
0
@@ -5,4 +5,11 @@
0
   * spec/fixtures now also get annotated
0
   * added a task to remove the annotations
0
   * these options can be specified from command line as -d and -p [before|after]
0
+
0
+== 1.0.3 2008-05-02
0
+
0
+* Add misc changes from Dustin Sallings and Henrik N
0
+ * Remove trailing whitespace
0
+ * More intuitive info messages
0
+ * Update README file with update-to-date example
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 0
0
- TINY = 2
0
+ TINY = 3
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
33
34
35
36
 
37
38
39
...
94
95
96
97
 
98
99
100
...
33
34
35
 
36
37
38
39
...
94
95
96
 
97
98
99
100
0
@@ -33,7 +33,7 @@
0
     <h1>annotate-models</h1>
0
     <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/annotate-models"; return false'>
0
       <p>Get Version</p>
0
- <a href="http://rubyforge.org/projects/annotate-models" class="numbers">1.0.2</a>
0
+ <a href="http://rubyforge.org/projects/annotate-models" class="numbers">1.0.3</a>
0
     </div>
0
     <h1>&#x2192; &#8216;annotate-models&#8217;</h1>
0
 
0
@@ -94,7 +94,7 @@
0
 
0
   <p>Comments are welcome. Send an email to <a href="mailto:ctran@pragmaquest.com">Cuong Tran</a></p>
0
     <p class="coda">
0
- <a href="http://www.pragmaquest.com">Cuong Tran</a>, 22nd March 2008<br>
0
+ <a href="http://www.pragmaquest.com">Cuong Tran</a>, 2nd May 2008<br>
0
       Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
0
     </p>
0
 </div>

Comments

    No one has commented yet.