Don't rdoc the Version module

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2651 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2005-10-16 16:04:24 +00:00
parent bcd0968a6f
commit d7e6161b6c

@ -1,5 +1,5 @@
module ActiveSupport
module Version
module Version #:nodoc:
MAJOR = 1
MINOR = 1
TINY = 1