aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-10-10 14:35:59 +0000
committerJamis Buck <jamis@37signals.com>2005-10-10 14:35:59 +0000
commit84eb255c500fcf3f70aa7554e8b7869616e18d6e (patch)
tree42f7822afd54bb2f67bae6ba0427b62f2990f7e0 /activesupport/Rakefile
parent267499ec76d633c87f150a95d3473b87163c8d51 (diff)
downloadrails-84eb255c500fcf3f70aa7554e8b7869616e18d6e.tar.gz
rails-84eb255c500fcf3f70aa7554e8b7869616e18d6e.tar.bz2
rails-84eb255c500fcf3f70aa7554e8b7869616e18d6e.zip
move lib/version.rb to lib/active_support/version.rb
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2517 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 25a2124325..af9ddee98c 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -2,7 +2,7 @@ require 'rake/testtask'
require 'rake/rdoctask'
require 'rake/gempackagetask'
require 'rake/contrib/rubyforgepublisher'
-require File.join(File.dirname(__FILE__), 'lib', 'version')
+require File.join(File.dirname(__FILE__), 'lib', 'active_support', 'version')
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'activesupport'