diff --git a/activesupport/Rakefile b/activesupport/Rakefile index 25a2124325465ae84824fb9f666cd63ad1fd3bcf..af9ddee98ca1e787dfdcdbf60f150c6ea342a000 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' diff --git a/activesupport/lib/version.rb b/activesupport/lib/active_support/version.rb similarity index 100% rename from activesupport/lib/version.rb rename to activesupport/lib/active_support/version.rb