File: rexml.rb

package info (click to toggle)
librexml-ruby 1.2.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 792 kB
  • ctags: 655
  • sloc: ruby: 3,778; xml: 1,609; java: 109; makefile: 43
file content (9 lines) | stat: -rw-r--r-- 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module REXML
	VERSION_MAJOR = 1
	VERSION_MINOR = 2
	RELEASE = 5
	# This taken directly from Jim Menard's NQXML.  Good idea, Jim.
	Version = "#{VERSION_MAJOR}.#{VERSION_MINOR}.#{RELEASE}"
	Copyright = 'Copyright  2001 Sean Russell <ser@germane-software.com>'
	Date = "*2002-11"
end