diff options
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/Rakefile | 2 | ||||
-rw-r--r-- | activesupport/lib/active_support/version.rb (renamed from activesupport/lib/version.rb) | 0 |
2 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' diff --git a/activesupport/lib/version.rb b/activesupport/lib/active_support/version.rb index 71bb7592a2..71bb7592a2 100644 --- a/activesupport/lib/version.rb +++ b/activesupport/lib/active_support/version.rb |