diff options
author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-05-18 15:15:00 +0000 |
---|---|---|
committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-05-18 15:15:00 +0000 |
commit | 49a78a1f4589baefee47b83446cd36a89c768cc6 (patch) | |
tree | 3401e1deb13297ba451bbf8c4856ecc774309c27 | |
parent | d0e281831ef127325b0c6f002fe8af3f4222a90b (diff) | |
download | ruby-49a78a1f4589baefee47b83446cd36a89c768cc6.tar.gz ruby-49a78a1f4589baefee47b83446cd36a89c768cc6.tar.xz ruby-49a78a1f4589baefee47b83446cd36a89c768cc6.zip |
corrected paths.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ Sat May 18 21:38:11 2002 Tadayoshi Funaba <tadf@dotrb.org> - * date.rb, date/format.rb, parsedate.rb: + * lib/date.rb, lib/date/format.rb, lib/parsedate.rb: updated to the new version (based on date2 3.2.1). Sat May 18 21:18:00 2002 NAKAMURA Usaku <usa@ruby-lang.org> |