From 6ea9e723ea7ccff688c7bc093d868314d29fe95a Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 3 Oct 2003 17:15:23 +0000 Subject: * lib/xsd/datatypes.rb: dump sign by itself. under the problematic platform, sprintf("%+.10g", -0.0) => +0. Sigh. * sample/wsdl/amazon/*: update schema ver2 to ver3. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/soap/marshal.rb | 2 +- lib/soap/streamHandler.rb | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/soap') diff --git a/lib/soap/marshal.rb b/lib/soap/marshal.rb index 1dc4e13558..f45f80a0de 100644 --- a/lib/soap/marshal.rb +++ b/lib/soap/marshal.rb @@ -36,7 +36,7 @@ module Marshal Time, ::SOAP::SOAPDateTime, ::SOAP::Mapping::Registry::DateTimeFactory -) + ) class << self public diff --git a/lib/soap/streamHandler.rb b/lib/soap/streamHandler.rb index c0ca3955f7..a9068b368d 100644 --- a/lib/soap/streamHandler.rb +++ b/lib/soap/streamHandler.rb @@ -37,8 +37,6 @@ class StreamHandler end RUBY_VERSION_STRING = "ruby #{ RUBY_VERSION } (#{ RUBY_RELEASE_DATE }) [#{ RUBY_PLATFORM }]" - %q$Id$ =~ /: (\S+),v (\S+)/ - RCS_FILE, RCS_REVISION = $1, $2 class ConnectionData attr_accessor :send_string -- cgit v1.2.3