public
Fork of ctran/annotate_models
Description: Annotate ActiveRecord models as a gem
Homepage: http://agilewebdevelopment.com/plugins/annotate_models
Clone URL: git://github.com/timcharper/annotate_models.git
Merge changes from JackDanger
Add lib/tasks/annotate.rake to the Manifest, up the revision to push out 
to rubyforge
ctran (author)
Mon Mar 10 00:18:31 -0700 2008
commit  467978c532cbc0912e2893cc207b00d0d31e1537
tree    10c04a432c7f79bec71fa06af228baa99fa3b75f
parent  4012cbe86bebfbc5be68615d1e2b4cbd2dba0f93
...
8
9
10
 
11
12
13
...
8
9
10
11
12
13
14
0
@@ -8,6 +8,7 @@ config/requirements.rb
0
 lib/annotate_models.rb
0
 lib/annotate_models/version.rb
0
 lib/annotate_models/tasks.rb
0
+lib/tasks/annotate.rake
0
 log/debug.log
0
 script/destroy
0
 script/generate
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module AnnotateModels #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 0
0
- TINY = 0
0
+ TINY = 1
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.