paysbuy 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ebf5227554a80d9010ebd7e2bb9b8b4cd073eb91
4
- data.tar.gz: 9fbbc20a5e696e7dc6acb82079146837487f9199
3
+ metadata.gz: cadfbb2edd907d9529c561189a0ef7a3f6413ee2
4
+ data.tar.gz: 0d95579a6fc872d18c9d6be6492991b04258a4da
5
5
  SHA512:
6
- metadata.gz: 528c3b2e5f688679980f659bf1ab1d0714bc1528c920c29ea538325a7f5c62b25f958038f712ce0c05c17d247496bce70a43d03ea2ee016363ef5940dfcca5e2
7
- data.tar.gz: 4664d0a7cf50bb3e9fb5a4f30f272f30dc8fe27efe749140f36e6c8d8bc64f3d623b55ef42cf5e9f4f815b3dbd84eef6a665346148af39e840faf5a23f25c8be
6
+ metadata.gz: 6d52aaa8cb7be405460df1d1901b2739e922f9bebd3dd33b5e8a655bb8bf3d0f434a5c6fae63acc3df102b7dd0312d618d6f3d2ae1b46a0c9d297bbc59923b30
7
+ data.tar.gz: 46f0faec07f322ad203716ef7271903b27d0a0b73747049658200dc1d2e9ac62e08beeb5f3f8ad0b2ec3b915c71736faa018cd7955b42db630e80d5a2670be74
data/lib/paysbuy.rb CHANGED
@@ -38,7 +38,7 @@ class Paysbuy
38
38
  end
39
39
 
40
40
  {status: status, amount: amount.to_d, response: prepare_response_for_serialize(ws_return)}
41
- rescue Net::ReadTimeout, Errno::ECONNRESET, Errno::ETIMEDOUT, Wasabi::Resolver::HTTPError
41
+ rescue Net::ReadTimeout, Errno::ECONNRESET, Errno::ETIMEDOUT, Wasabi::Resolver::HTTPError, Savon::SOAP::Fault
42
42
  raise Paysbuy::HttpError
43
43
  end
44
44
 
@@ -1,3 +1,3 @@
1
1
  class Paysbuy
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paysbuy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Balashov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-14 00:00:00.000000000 Z
11
+ date: 2014-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: savon