mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rexml/rexml.rb: removed doubled constant.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2d9512edd9
commit
e765f48428
1 changed files with 2 additions and 3 deletions
|
@ -20,11 +20,10 @@
|
|||
# or can be accessed
|
||||
# online[http://www.germane-software.com/software/rexml/docs/tutorial.html]
|
||||
module REXML
|
||||
COPYRIGHT = "Copyright © 2001-2007 Sean Russell <ser@germane-software.com>"
|
||||
COPYRIGHT = "Copyright © 2001-2007 Sean Russell <ser@germane-software.com>"
|
||||
DATE = "2007/209"
|
||||
VERSION = "3.1.7.1"
|
||||
REVISION = "$Revision: 1270$".gsub(/\$Revision:|\$/,'').strip
|
||||
REVISION = "$Revision$".gsub(/\$Revision:|\$/,'').strip
|
||||
REVISION = %w"$Revision$"[1]
|
||||
|
||||
Copyright = COPYRIGHT
|
||||
Version = VERSION
|
||||
|
|
Loading…
Reference in a new issue