Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1816

Show
Ignore:
Timestamp:
05/28/07 23:22:38 (2 years ago)
Author:
nahi
Message:
  • reverted changeset 1749; new! does not exist in earlier date.rb
  • new gem definition
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/xsd/datatypes.rb

    r1812 r1816  
    539539 
    540540  def to_date 
    541     Date.new!(@data.class.jd_to_ajd(@data.jd, 0, 0), 0, @data.start) 
     541    Date.new0(@data.class.jd_to_ajd(@data.jd, 0, 0), 0, @data.start) 
    542542  end 
    543543 
     
    588588        t.usec.to_r / DayInMicro 
    589589      of = t.utc_offset.to_r / DayInSec 
    590       DateTime.new!(DateTime.jd_to_ajd(jd, fr, of), of, DateTime::ITALY) 
     590      DateTime.new0(DateTime.jd_to_ajd(jd, fr, of), of, DateTime::ITALY) 
    591591    else 
    592592      screen_data_str(t) 
  • trunk/soap4r.gemspec

    r1795 r1816  
    55SPEC = Gem::Specification.new do |s| 
    66  s.name = "soap4r" 
    7   s.version = "1.5.5.20070520
    8   s.date = "2007-05-20
     7  s.version = "1.5.5.20070528
     8  s.date = "2007-05-28
    99  s.author = "NAKAMURA, Hiroshi" 
    1010  s.email = "nahi@ruby-lang.org"