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

* lib/erb.rb (ERB::Revision): cut off locale dependent string in Date

keyword.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-01-06 16:07:04 +00:00
parent c5e0963a5e
commit 35f28e6b81
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Mon Jan 7 01:05:45 2008 Tanaka Akira <akr@fsij.org>
* lib/erb.rb (ERB::Revision): cut off locale dependent string in Date
keyword.
Mon Jan 7 00:48:02 2008 Tanaka Akira <akr@fsij.org>
* Date keyword removed to avoid inclusion of locale dependent

View file

@ -236,7 +236,7 @@
# Rails, the web application framework, uses ERB to create views.
#
class ERB
Revision = '$Date$' #'
Revision = '$Date:: $' #'
# Returns revision information for the erb.rb module.
def self.version