diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-29 01:36:26 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-29 01:36:26 +0000 |
| commit | b62936e1904a448ba12fdcf54e33ccc1501df885 (patch) | |
| tree | 8645dc83703a8ffb11bc4930c6caad593405f9b6 /lib/rexml/rexml.rb | |
| parent | e924a2b8ea4782010598cebd8c1a27d7b92ed941 (diff) | |
* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):
any number spaces can be placed between equal-sign and the value.
patch from Ed Howland in [ruby-core:27345].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/rexml.rb')
| -rw-r--r-- | lib/rexml/rexml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb index ab2f44561..f89951171 100644 --- a/lib/rexml/rexml.rb +++ b/lib/rexml/rexml.rb @@ -24,7 +24,7 @@ module REXML COPYRIGHT = "Copyright © 2001-2008 Sean Russell <ser@germane-software.com>" DATE = "2008/019" VERSION = "3.1.7.3" - REVISION = "$Revision$".gsub(/\$Revision:|\$/,'').strip + REVISION = %w$Revision$[1] || '' Copyright = COPYRIGHT Version = VERSION |
