diff options
| author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-03 17:15:23 +0000 |
|---|---|---|
| committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-03 17:15:23 +0000 |
| commit | ca3d832033a64e346ebddb3bf48103c8b6fc25e0 (patch) | |
| tree | ee655fc699db0b3ecacd5f0153b4315442546a57 /lib/soap | |
| parent | 75750372cee51b98a454d7ae1eb39bce133ba03e (diff) | |
| download | ruby-ca3d832033a64e346ebddb3bf48103c8b6fc25e0.tar.gz ruby-ca3d832033a64e346ebddb3bf48103c8b6fc25e0.tar.xz ruby-ca3d832033a64e346ebddb3bf48103c8b6fc25e0.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@4664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/soap')
| -rw-r--r-- | lib/soap/marshal.rb | 2 | ||||
| -rw-r--r-- | lib/soap/streamHandler.rb | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/soap/marshal.rb b/lib/soap/marshal.rb index 1dc4e1355..f45f80a0d 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 c0ca3955f..a9068b368 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 |
