From f3551c047645a381ae306d4592ca60a0ca602f66 Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 24 Apr 2011 18:04:47 +0000 Subject: * ext/date/lib/date/format.rb: require 'date_core.so'. date/format needs methods which are now in date_core.so. This breaks make rdoc which uses Date._parse from time.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/lib/date/format.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/date') diff --git a/ext/date/lib/date/format.rb b/ext/date/lib/date/format.rb index a541131fb5..b3dd1c4c62 100644 --- a/ext/date/lib/date/format.rb +++ b/ext/date/lib/date/format.rb @@ -1,4 +1,5 @@ # format.rb: Written by Tadayoshi Funaba 1999-2011 +require 'date_core.so' class Date -- cgit v1.2.3