~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

« back to all changes in this revision

Viewing changes to lib/rexml/rexml.rb

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-24 11:42:29 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080124114229-jw2f87rdxlq6gp11
Tags: 1.9.0.0-2ubuntu1
* Merge from debian unstable, remaining changes:
  - Robustify check for target_os, fixing build failure on lpia.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#
12
12
# Main page:: http://www.germane-software.com/software/rexml
13
13
# Author:: Sean Russell <serATgermaneHYPHENsoftwareDOTcom>
14
 
# Version:: 3.1.7.1
15
 
# Date:: 2007/209
 
14
# Version:: 3.1.7.2
 
15
# Date:: 2007/275
16
16
17
17
# This API documentation can be downloaded from the REXML home page, or can
18
18
# be accessed online[http://www.germane-software.com/software/rexml_doc]
22
22
# online[http://www.germane-software.com/software/rexml/docs/tutorial.html]
23
23
module REXML
24
24
  COPYRIGHT = "Copyright © 2001-2007 Sean Russell <ser@germane-software.com>"
25
 
  DATE = "2007/209"
26
 
  VERSION = "3.1.7.1"
27
 
  REVISION = %w"$Revision: 13097 $"[1]
 
25
  DATE = "2007/275"
 
26
  VERSION = "3.1.7.2"
 
27
  REVISION = "$Revision: 13592 $".gsub(/\$Revision:|\$/,'').strip
28
28
 
29
29
  Copyright = COPYRIGHT
30
30
  Version = VERSION