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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20b09c6d50f86d7f24c352ab06dd360dcfdddd17
4
- data.tar.gz: 6f41391c9ba5051d30b955cf5c4cded6cac9300e
3
+ metadata.gz: b11a31f5c1d58a96106aa68612e5feb2ca2f0eb9
4
+ data.tar.gz: f1a5d44a55d854d7b46b84dc94fa15adb23581c7
5
5
  SHA512:
6
- metadata.gz: 33d6a1955b2b84b54451cf2fcb89da5543ead8fce45e7f8d769db15a4927b367aaabf24179e91dd335fc472bcf51b49d4ccec5bb64d41e925ebc7b106b18fc6d
7
- data.tar.gz: 82f101246fb38fb16b44aa4b7b3c10cd6f553958bbe85f0caee4f81e9d89281bf359fd258de73e1a133a8c573d512c73905e03c44d2c07b0cb7a457e6dd4e649
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::Timeout, timeout.message)
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
@@ -1,3 +1,3 @@
1
1
  module Conduit
2
- VERSION = '0.6.3'
2
+ VERSION = '0.6.4'
3
3
  end
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.3
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: 2015-08-12 00:00:00.000000000 Z
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.4.6
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: