fastbeans 0.1.2 → 0.1.3

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
  !binary "U0hBMQ==":
3
- metadata.gz: 66443976eabfd4f685fc77bab1975e8dca0c6642
4
- data.tar.gz: c6214de14ec12fe67f76783d515051024ec64a21
3
+ metadata.gz: 34f9f59a758172ffcc5fd127dfcc13f042dbcf8d
4
+ data.tar.gz: 208209f3eba7a5a7234d609b3404ce32be5bbd3e
5
5
  !binary "U0hBNTEy":
6
- metadata.gz: b927a67217ca0dc92dc418ec51e363dff0c440c4ba96c9f6e1b33583fd2cd9a123dd0ff08edd35827460ed5bd2a80f18ebad87e48006dd8dd7d3bb73b14b6fd2
7
- data.tar.gz: 6955f1e35cd986b176aec771deba9bc01d7481eb0e7d59dd832c8d1bbd9f3edc0393bf25d7fd3e30b99701b42936ff44825ffd7c9455adf1ed9d2e9743d9f908
6
+ metadata.gz: 520fe196b83219df71b4e07251bac4be33c024634f9eb06d815134b87d232335f8caffc456c2f0cef3071de3dcef11c1baa38789daddd6d7e2d6fd50bac9dbdd
7
+ data.tar.gz: 08abc020dd251e1123527cd0f1bccfa4364c13ae329534e4f213dfe0194b1fd432ecd4c2ebe84da992cf3f34d1a09676294352af8efbadb3868ac89288fdae7c
@@ -73,7 +73,7 @@ module Fastbeans
73
73
  else
74
74
  resp
75
75
  end
76
- rescue IOError, Errno::EPIPE => e
76
+ rescue IOError, Errno::EPIPE, MessagePack::MalformedFormatError => e
77
77
  ne = RemoteConnectionFailed.new(e.message)
78
78
  ne.orig_exc = e
79
79
  raise ne
@@ -1,3 +1,3 @@
1
1
  module Fastbeans
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastbeans
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dima Sabanin