cargowise 0.10.1 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG +6 -0
- data/lib/cargowise/abstract_client.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c54964f5b53064306aafb7282ced14bd5ff19944
|
4
|
+
data.tar.gz: 07236921a7be196347a2a813b3ffd57fee952072
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c2216ba6c46414161f597227fb3afb2277feb3da5c34ccfce12743f8c1f4a52ee1778b7394c6f50775b35633a7d69180c93bd58a3e95bf5bb03b8dd01d6a191
|
7
|
+
data.tar.gz: 9d192732f6b05ea510b7aaa1e60b30e57e78a3786201868f7ec14c27e9672c27ea12dededdf10051cb46324c677ce8655d8dd626c0bc5396262bb71ef65a6e46
|
data/CHANGELOG
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
v0.10.2 - 20th July 2013
|
2
|
+
* increase the read timeout to allow for slow servers
|
3
|
+
|
4
|
+
v0.10.1 - 20th July 2013
|
5
|
+
* include the WSDLs in the distributed gem
|
6
|
+
|
1
7
|
v0.10.0 - 20th July 2013
|
2
8
|
* switch from handsoap to savon for SOAP calls
|
3
9
|
* gives me more flexibility to control the SOAP requests and HTTP request
|
@@ -18,7 +18,7 @@ module Cargowise
|
|
18
18
|
|
19
19
|
# Cargowise servers can be super slow to respond, this gives them time
|
20
20
|
# to have a smoko before responding to our queries.
|
21
|
-
read_timeout:
|
21
|
+
read_timeout: 240,
|
22
22
|
|
23
23
|
# OHL uses cargowise and has a load balancer that freaks out if we use
|
24
24
|
# the OpenSSL 1.0.1 default of TLS1.1.
|