Commit 467978c5 by Cuong Tran

Merge changes from JackDanger

Add lib/tasks/annotate.rake to the Manifest, up the revision to push out to rubyforge
parent 4012cbe8
......@@ -8,6 +8,7 @@ config/requirements.rb
lib/annotate_models.rb
lib/annotate_models/version.rb
lib/annotate_models/tasks.rb
lib/tasks/annotate.rake
log/debug.log
script/destroy
script/generate
......
......@@ -2,7 +2,7 @@ module AnnotateModels #:nodoc:
module VERSION #:nodoc:
MAJOR = 1
MINOR = 0
TINY = 0
TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end
......
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