imasei 0.2.7 → 0.2.8

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: 1e0b3b0a286a20656e11d90ef79311c3f568bbba
4
- data.tar.gz: 7941858dbef9e60ace91a93f595cb5a29bd88a33
3
+ metadata.gz: bdc93e67bdf65a7f5611f9225a405d1e26b86912
4
+ data.tar.gz: 70958a250e8f58edbc5c20d402bb7a4e3ed6a696
5
5
  SHA512:
6
- metadata.gz: 572d62c2af65fbb8b3c123e0f461a3e0c1e4b9904df5863dc9d7a132e67b60cad2936f8c49b8b8dc6c9857f9be1f52a061dc7aeb1807d2aa0ee0cca086c51a8a
7
- data.tar.gz: 405fe32a6ec1df4221f421b23754e8aeee48151546c47cd0c14e2250c8a5e007c610736f34b9e6d8fa1a0c978d03285089b834165d8789ba83666129025ef1bc
6
+ metadata.gz: 30c608d306388e2d7ab28c14bd7969819d45cf3bd73776619efe40899c9bd544a022a86f1f1852440ba2d154ff2b843366dbc28ad23284f9926d0f1d4b36a23b
7
+ data.tar.gz: 62e510186b5db62be14ae5a0967b5bcc3ad45896644a3499fbe139a308e767580a3824cfbd915e35d14db813919a032fa66f35cc21823c48b4f2bf45b771aecd
@@ -7,7 +7,8 @@ module Imasei
7
7
  include Singleton
8
8
 
9
9
  def client
10
- @client ||= Savon.client wsdl: Imasei.configuration.wsdl, follow_redirects: Imasei.configuration.follow_redirects,
10
+ @client ||= Savon.client wsdl: Imasei.configuration.wsdl, open_timeout: 500,
11
+ read_timeout: 500, follow_redirects: Imasei.configuration.follow_redirects,
11
12
  pretty_print_xml: Imasei.configuration.pretty_print_xml, convert_request_keys_to: :camelcase
12
13
  end
13
14
 
@@ -1,3 +1,3 @@
1
1
  module Imasei
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imasei
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Soares feat Leandro Telles
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-26 00:00:00.000000000 Z
11
+ date: 2017-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler