1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Don't require out of load path

This commit is contained in:
Jeremy Kemper 2009-03-24 17:03:47 -07:00
parent 1e72610e76
commit 614fccd8c4

View file

@ -88,7 +88,8 @@ task :release => [ :package ] do
end end
require 'lib/active_support/values/time_zone' $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/lib"
require 'active_support/values/time_zone'
namespace :tzinfo do namespace :tzinfo do
desc "Update bundled tzinfo gem. Only copies the subset of classes and definitions required to support Rails time zone features." desc "Update bundled tzinfo gem. Only copies the subset of classes and definitions required to support Rails time zone features."