imasei 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/imasei/connection.rb +2 -1
- data/lib/imasei/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: bdc93e67bdf65a7f5611f9225a405d1e26b86912
|
4
|
+
data.tar.gz: 70958a250e8f58edbc5c20d402bb7a4e3ed6a696
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30c608d306388e2d7ab28c14bd7969819d45cf3bd73776619efe40899c9bd544a022a86f1f1852440ba2d154ff2b843366dbc28ad23284f9926d0f1d4b36a23b
|
7
|
+
data.tar.gz: 62e510186b5db62be14ae5a0967b5bcc3ad45896644a3499fbe139a308e767580a3824cfbd915e35d14db813919a032fa66f35cc21823c48b4f2bf45b771aecd
|
data/lib/imasei/connection.rb
CHANGED
@@ -7,7 +7,8 @@ module Imasei
|
|
7
7
|
include Singleton
|
8
8
|
|
9
9
|
def client
|
10
|
-
@client ||= Savon.client wsdl: Imasei.configuration.wsdl,
|
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
|
|
data/lib/imasei/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2017-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|