From 35f28e6b81497a843d661e2d9751d3b8837fe8bb Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 6 Jan 2008 16:07:04 +0000 Subject: * 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 --- lib/erb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/erb.rb') diff --git a/lib/erb.rb b/lib/erb.rb index 02c96db83d..42b3930c10 100644 --- a/lib/erb.rb +++ b/lib/erb.rb @@ -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 -- cgit v1.2.3