conduit 0.6.3 → 0.6.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 +4 -4
- data/lib/conduit/core/connection.rb +1 -1
- data/lib/conduit/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b11a31f5c1d58a96106aa68612e5feb2ca2f0eb9
|
|
4
|
+
data.tar.gz: f1a5d44a55d854d7b46b84dc94fa15adb23581c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0472bc70340ddb7ae4d9674719ea55709b41ebb00cb5d9b0ab8c23dd4428f2a86d66dcec937e618305d1fde503afebcb3cee15904fee1a435c75ffda2aeef0df
|
|
7
|
+
data.tar.gz: 729632b1795b0067db4a82b1d2967c9d90613e03dcd44bd6fc3a47321afbe69052737cd976392c69fcdfc624a8a0951f0b2ad87573a64aaefdfb067c64b7d64f
|
|
@@ -51,7 +51,7 @@ module Conduit
|
|
|
51
51
|
params[:headers]['User-Agent'] ||= "conduit/#{Conduit::VERSION}"
|
|
52
52
|
connection.request(params, &block)
|
|
53
53
|
rescue Excon::Errors::Timeout => timeout
|
|
54
|
-
raise(Conduit::
|
|
54
|
+
raise(Conduit::TimeOut, timeout.message)
|
|
55
55
|
rescue Excon::Errors::Error => error
|
|
56
56
|
raise(Conduit::ConnectionError, error.message)
|
|
57
57
|
rescue SocketError => error
|
data/lib/conduit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: conduit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Kelley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
178
178
|
version: '0'
|
|
179
179
|
requirements: []
|
|
180
180
|
rubyforge_project:
|
|
181
|
-
rubygems_version: 2.
|
|
181
|
+
rubygems_version: 2.2.2
|
|
182
182
|
signing_key:
|
|
183
183
|
specification_version: 4
|
|
184
184
|
summary: Conduit is an interface for debit platforms.
|
|
@@ -196,4 +196,3 @@ test_files:
|
|
|
196
196
|
- spec/support/my_driver/views/layout.erb
|
|
197
197
|
- spec/support/xml/xml_request.xml
|
|
198
198
|
- spec/support/xml/xml_response.xml
|
|
199
|
-
has_rdoc:
|