shipping_easy 0.6.0 → 0.6.1

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: 4636298fa843b5ea5aa02f25d8e1ecec4bd092ba
4
- data.tar.gz: 107c5c0016f39128ab1c2c24d0cf960d3d154202
3
+ metadata.gz: ebd04dbdd41ee01468d230b49d8a09d96b1b710f
4
+ data.tar.gz: f5e968ca055a2b3d815256a9b29bfa2512f2ff0e
5
5
  SHA512:
6
- metadata.gz: 6099a9900b9ac14d838d59c32ee0fb96efe693a40fbb7cdbe8afba54b1d53523ea1aa8892e009658bf265e018f4a18a855dc0ecc7c488b6ca14f74be181667ea
7
- data.tar.gz: e29d8f25e9c2c9c269eb6ff34d88e307b1dafd07bbbadbc0d946fd49059f8016cd48ef9b60345133b18f25adebe82d3cbc109785b60cc54b8ef8b07d6d0bcf5a
6
+ metadata.gz: b18d15c901061061fe5c098cefb0124abf42b92f551110887a5282336cd0330bcfec3b2ba0a1a82457ec3b020a858342727771163dd3ac50772ec3e0d25fc0e1
7
+ data.tar.gz: 7a59cec9864af8dc7e3fd70bb49898960574839acf00e78efaa780f37d5479f8caadf8b8f3f6e4d1a8505418596a627b4f28c971561ebe3cf217d0a8204bfe82
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v0.6.0
2
+ - Add ability to find order by external order identifier
3
+
1
4
  v0.5.0
2
5
  - Add support for Partner Session API; require openssl.
3
6
 
@@ -4,7 +4,7 @@ module ShippingEasy
4
4
  # shared secret. Requests may not be more than 10 minutes old in order to prevent playback attacks.
5
5
  class Authenticator
6
6
 
7
- EXPIRATION_INTERVAL = 10 * 60
7
+ EXPIRATION_INTERVAL = 60 * 60
8
8
 
9
9
  attr_reader :api_secret,
10
10
  :api_signature,
@@ -1,3 +1,3 @@
1
1
  module ShippingEasy
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shipping_easy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ShippingEasy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-14 00:00:00.000000000 Z
11
+ date: 2015-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday