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 +4 -4
- data/CHANGELOG.md +6 -0
- data/bigcommerce-oauth-api.gemspec +1 -1
- data/lib/bigcommerce-oauth-api/configuration.rb +2 -2
- data/lib/bigcommerce-oauth-api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a1a0e31229838f81aa7e93e785746dde6b43f3ac
|
|
4
|
+
data.tar.gz: a66f263203fe56638f3814856412c5bb87f7c4a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5cb22a670c1cfcabfe2717f8dd52d4e286c6b22a5297d075b1e647a33ca469687771cd2eb190ebd2321d2b3aa07ba0b0b4aa86e1c443926515591577fca8b975
|
|
7
|
+
data.tar.gz: eee2a8791766ca4fc830532c31bad2ffff5d3b3f36765f6b111200426fe25554164c6b8f710559426094ec37700d4c712f12dd9a376aa382e4c196a40fc3145c
|
data/CHANGELOG.md
CHANGED
|
@@ -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-
|
|
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 =
|
|
35
|
-
DEFAULT_OPEN_TIMEOUT =
|
|
34
|
+
DEFAULT_TIMEOUT = 10
|
|
35
|
+
DEFAULT_OPEN_TIMEOUT = 10
|
|
36
36
|
|
|
37
37
|
attr_accessor *VALID_OPTIONS_KEYS
|
|
38
38
|
|
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.
|
|
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-
|
|
11
|
+
date: 2015-11-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|