aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/version.rb
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-10-16 16:04:24 +0000
committerJamis Buck <jamis@37signals.com>2005-10-16 16:04:24 +0000
commitd7e6161b6c2a62f106755fc6558057bf1a2c595d (patch)
treec7a6908812226f4e4498b9cd37e2fec6c562c7de /activesupport/lib/active_support/version.rb
parentbcd0968a6f643efc016cb425995a58b7d9261de6 (diff)
downloadrails-d7e6161b6c2a62f106755fc6558057bf1a2c595d.tar.gz
rails-d7e6161b6c2a62f106755fc6558057bf1a2c595d.tar.bz2
rails-d7e6161b6c2a62f106755fc6558057bf1a2c595d.zip
Don't rdoc the Version module
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2651 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/version.rb')
-rw-r--r--activesupport/lib/active_support/version.rb2
1 files changed, 1 insertions, 1 deletions
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