lib/savon/soap.rb in savon-0.9.2 vs lib/savon/soap.rb in savon-0.9.3
- old
+ new
@@ -15,10 +15,7 @@
Namespace = {
1 => "http://schemas.xmlsoap.org/soap/envelope/",
2 => "http://www.w3.org/2003/05/soap-envelope"
}
- # SOAP xs:dateTime Regexp.
- DateTimeRegexp = /\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}/
-
end
end