From ca3d832033a64e346ebddb3bf48103c8b6fc25e0 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: http://svn.ruby-lang.org/repos/ruby/trunk@4664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/wsdl/amazon/sampleClient.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/wsdl/amazon/sampleClient.rb') diff --git a/sample/wsdl/amazon/sampleClient.rb b/sample/wsdl/amazon/sampleClient.rb index 71bafd734..3caad84e0 100644 --- a/sample/wsdl/amazon/sampleClient.rb +++ b/sample/wsdl/amazon/sampleClient.rb @@ -4,7 +4,7 @@ # generated by WSDL file and wsdl2ruby.rb. # # $ wsdl2ruby.rb --type client --force \ -# --wsdl http://soap.amazon.com/schemas2/AmazonWebServices.wsdl +# --wsdl http://soap.amazon.com/schemas3/AmazonWebServices.wsdl # # See wsdlDriver.rb to use WSDL file directly (slow). require 'AmazonSearchDriver.rb' -- cgit