1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nahi 2003-10-03 17:15:23 +00:00
parent 18b1fd953f
commit 6ea9e723ea
8 changed files with 1202 additions and 136 deletions

View file

@ -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