lib/shapewear/dsl.rb in shapewear-0.0.3 vs lib/shapewear/dsl.rb in shapewear-0.0.4

- old
+ new

@@ -1,5 +1,7 @@ +# encoding: UTF-8 + require 'builder' module Shapewear::DSL private @@ -16,10 +18,10 @@ Hash.new { |_, k| raise "Namespace not defined: #{k}" } \ .merge! 'tns' => "http://services.example.com/#{self.name}", 'xsd1' => "http://schema.example.com/#{self.name}", 'wsdl' => 'http://schemas.xmlsoap.org/wsdl/', 'soap' => 'http://schemas.xmlsoap.org/wsdl/soap/', - 'xsd' => 'http://www.w3.org/2000/10/XMLSchema', + 'xsd' => 'http://www.w3.org/2001/XMLSchema', 'env' => 'http://schemas.xmlsoap.org/soap/envelope/' end protected