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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 74ba9d29f43774f243499c2ef21bf83afbbac49d
4
- data.tar.gz: 9fd2df95e133cb9d8224501b12c74018b7144772
3
+ metadata.gz: c54964f5b53064306aafb7282ced14bd5ff19944
4
+ data.tar.gz: 07236921a7be196347a2a813b3ffd57fee952072
5
5
  SHA512:
6
- metadata.gz: f51d4998c11f9d3ab721c3147a1d0d00b65e1bf87ad660aa871babaa041e2525a4f15469069cc34efed9aada29cebc39df4ed72135a033077c264d5a233b2164
7
- data.tar.gz: 0dce1d1986c06aa176f527980fc8f587443334be8028699fe429c303c582cfd13424c9d16ffc680a5c4c02069350f29f237d646465c0fcdd380565605e661f9c
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: 120,
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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cargowise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Healy