From d7e6161b6c2a62f106755fc6558057bf1a2c595d Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sun, 16 Oct 2005 16:04:24 +0000 Subject: Don't rdoc the Version module git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2651 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 71bb7592a2..873a845243 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -1,5 +1,5 @@ module ActiveSupport - module Version + module Version #:nodoc: MAJOR = 1 MINOR = 1 TINY = 1 -- cgit v1.2.3