ost-sdk-ruby 2.0.0.beta.3 → 2.0.0

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
  SHA256:
3
- metadata.gz: b384bb5caafd90bf46baf2ce6e0d08ead40909d02b6e2330ae47f295f4089e38
4
- data.tar.gz: 0d15d869e4983eb1c41d0ce07775205d1250f2bc30abd418e7802a956c560790
3
+ metadata.gz: f98346c186b95d43e7684fb26c1d4f0a2f740d2e98d19b86d933779a32efea44
4
+ data.tar.gz: 506826202142fc59af6ab0eba66b2219cb071311c8d1bd049bc2f2ddbe9298d5
5
5
  SHA512:
6
- metadata.gz: dca81b5efb27b0d4b18e237d59e1d716f0f3bdc6e3263f2102559b902c874a59978d7161c83b1ecdadd7c3d56696b5c7a3950d21e302152dd43be0fee4dbaea8
7
- data.tar.gz: 42b281e69c65eecf9b40a61212596a0005d5fd0ed9a0a95e4564bf3525932162f54cb0a6cc404ab03c29233f47ae62767981ad792948b0d14b4fba7c13bb59ed
6
+ metadata.gz: 8dbeb780506c325d34e0c54a0d647589a0624ba5d3016f6c10ce52cbc2d2c864c474dd9708a47599f06f7aef08cbee025649399f6af8959574eb1e9c174226bd
7
+ data.tar.gz: 6cc68b808059cd35b41a1e0a7ba4a3b9e77761bc6df57c7d90f862f46b8a5b8ee3943f75bb68599436d4c8de9e8aa3bc6fe9c6087874add65539269bedd8f529
data/lib/config.rb CHANGED
@@ -4,7 +4,7 @@ class Config
4
4
  API_KEY = ENV['OST_KIT_API_KEY']
5
5
  API_SECRET = ENV['OST_KIT_API_SECRET']
6
6
  OST_SDK = OSTSdk::Saas::Services.new({api_key: API_KEY, api_secret: API_SECRET,
7
- api_base_url: API_BASE_URL, config: {timeout: 10}, api_spec: false})
7
+ api_base_url: API_BASE_URL, config: {timeout: 60}, api_spec: false})
8
8
 
9
9
  OST_KIT_COMPANY_USER_ID = ENV['OST_KIT_COMPANY_USER_ID']
10
10
  OST_KIT_AUX_CHAIN_ID = ENV['OST_KIT_AUX_CHAIN_ID']
@@ -23,7 +23,7 @@ module OSTSdk
23
23
  @api_key = params[:api_key]
24
24
  @api_secret = params[:api_secret]
25
25
  @api_spec = params[:api_spec]
26
- @timeout = 10
26
+ @timeout = 60
27
27
  if (params.key?(:config))
28
28
  config = params[:config]
29
29
  if (config.key?(:timeout))
@@ -1,5 +1,5 @@
1
1
  module OSTSdk
2
2
 
3
- VERSION = "2.0.0.beta.3"
3
+ VERSION = "2.0.0"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ost-sdk-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta.3
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OST.COM LTD.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-26 00:00:00.000000000 Z
11
+ date: 2019-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-unit
@@ -96,9 +96,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  requirements:
99
- - - ">"
99
+ - - ">="
100
100
  - !ruby/object:Gem::Version
101
- version: 1.3.1
101
+ version: '0'
102
102
  requirements: []
103
103
  rubygems_version: 3.0.3
104
104
  signing_key: