bseller_ruby 0.1.9.3 → 0.1.9.4

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: 0437fc029075b281b7a098166ba385f4807c3ca3
4
- data.tar.gz: 9e40e2c2ff79c87ce9bfb5d914b12699af1f91a6
3
+ metadata.gz: 43ebeb1ec6f4a37e51d83774fd8ed72718b6a170
4
+ data.tar.gz: 1d728097fff8ccfd1bce34acc59a70b18fa74b22
5
5
  SHA512:
6
- metadata.gz: 30a61bb4beed1f91c0df2e7f455bfff67a302e959c3e6d585ed3567cc78e86ba312192fb2851118dba9f90c72b15e41891f00377b8331039fa4f1e9775753c21
7
- data.tar.gz: 28e143c0bb2d4a2215303a968118268e166f7a4c1020acc1cac8cb3356d711e35eddb93f33b26cf2e8a2a832c8a591790e919ffa53a71ba1bf1e40295331a466
6
+ metadata.gz: 1e9dd34cc3ed8c2cec2a0e2c8070ac6a39ade482107f1081acedd22794b549d1db34f57d4f58578175d2cc7b34383bad35eef88857e15cb77beb6f702b42d74a
7
+ data.tar.gz: 4241e562ac79558e1ad34c1db3f85d74e9a8e4fc9773f2ae9ae9d25651ce6a0859198d72f9c1d8464754acf07e6aa5809ea4470854699782fce449fc26aa3ec9
@@ -64,7 +64,7 @@ module BsellerRuby
64
64
  params[:payload] = params[:body]
65
65
  end
66
66
  headers = { accept: 'application/json', content_type: 'application/json', 'X-AUTH-TOKEN' => ws['json_token'] }
67
- RestClient::Request.execute({ verify_ssl: false, method: method, url: "#{ws['json_endpoint']}/#{path}&api_key=#{ws['json_token']}", headers: headers }.merge(params), &block)
67
+ RestClient::Request.execute({ verify_ssl: false, method: method, url: "#{ws['json_endpoint']}/#{path}&api_key=#{ws['json_token']}", headers: headers, :timeout => 600, :open_timeout => 600}.merge(params), &block)
68
68
  end
69
69
 
70
70
  def self.to_params(params)
@@ -1,3 +1,3 @@
1
1
  module BsellerRuby
2
- VERSION = "0.1.9.3"
2
+ VERSION = "0.1.9.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bseller_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9.3
4
+ version: 0.1.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wesley Conde
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-27 00:00:00.000000000 Z
11
+ date: 2016-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: savon
@@ -190,3 +190,4 @@ signing_key:
190
190
  specification_version: 4
191
191
  summary: Bseller
192
192
  test_files: []
193
+ has_rdoc: