bigcommerce-oauth-api 1.3.0 → 1.3.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: b54ca578ea57c99d7c1af6211d0946136d8335ba
4
- data.tar.gz: 82084171d78bc082901c81d885fe7b6f0a8c2b5f
3
+ metadata.gz: a1a0e31229838f81aa7e93e785746dde6b43f3ac
4
+ data.tar.gz: a66f263203fe56638f3814856412c5bb87f7c4a0
5
5
  SHA512:
6
- metadata.gz: c2da2aef178f2b3e2cc1a7501481692e7050fd4052a4092962c19b1b11d37f9ffb39080ba680965d2a5ff9cb939f09bf7e834a3cb1d2f62d7cfce29d09d75a03
7
- data.tar.gz: a6b09f7a5f0f4a0710c2ccf71144aba34e64fd11d98e1d29f69422ef2cfaf31666b4d15f8e7f8b838a2e9147ec6dc880fa796d92ec35fd12fd44e6cba0f2110f
6
+ metadata.gz: 5cb22a670c1cfcabfe2717f8dd52d4e286c6b22a5297d075b1e647a33ca469687771cd2eb190ebd2321d2b3aa07ba0b0b4aa86e1c443926515591577fca8b975
7
+ data.tar.gz: eee2a8791766ca4fc830532c31bad2ffff5d3b3f36765f6b111200426fe25554164c6b8f710559426094ec37700d4c712f12dd9a376aa382e4c196a40fc3145c
@@ -1,3 +1,9 @@
1
+ ### 1.3.1 (2015-11-29)
2
+
3
+ Bugfixes:
4
+
5
+ - increase timeout configuration defaults.
6
+
1
7
  ### 1.3.0 (2015-11-28)
2
8
 
3
9
  Features:
@@ -3,7 +3,7 @@ require File.expand_path('../lib/bigcommerce-oauth-api/version', __FILE__)
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'bigcommerce-oauth-api'
5
5
  s.version = BigcommerceOAuthAPI::VERSION.dup
6
- s.date = '2015-11-28'
6
+ s.date = '2015-11-29'
7
7
  s.summary = "Ruby client library for Bigcommerce APIs with OAuth and basic authentication support"
8
8
  s.description = "Connect Ruby applications to Bigcommerce APIs through OAuth or basic authentication"
9
9
  s.authors = ["Christian Orthmann"]
@@ -31,8 +31,8 @@ module BigcommerceOAuthAPI
31
31
  DEFAULT_TYPECAST_TO_RESOURCE = true # if set to false then response-objects with be of type Hash.
32
32
  DEFAULT_USER_NAME = nil
33
33
  DEFAULT_API_KEY = nil
34
- DEFAULT_TIMEOUT = 5
35
- DEFAULT_OPEN_TIMEOUT = 2
34
+ DEFAULT_TIMEOUT = 10
35
+ DEFAULT_OPEN_TIMEOUT = 10
36
36
 
37
37
  attr_accessor *VALID_OPTIONS_KEYS
38
38
 
@@ -1,3 +1,3 @@
1
1
  module BigcommerceOAuthAPI
2
- VERSION = '1.3.0'.freeze
2
+ VERSION = '1.3.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bigcommerce-oauth-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Orthmann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-28 00:00:00.000000000 Z
11
+ date: 2015-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake