patronus_fati 0.8.14 → 0.8.15

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: 79179c5aed3689080a7ebf6312df3697c575ff15
4
- data.tar.gz: bce10e60feac39305758a304c8359cb273aa69d2
3
+ metadata.gz: 572c3c4b63c13a2f45b920846821c9346c1c411a
4
+ data.tar.gz: c327462dba7792beecc797f96fca100b3d9792a7
5
5
  SHA512:
6
- metadata.gz: 16cc922b1d936d573fadbafacc710608dce9fbdd526383b78500ff2d6947ad465431a848040bba209edc9b239150da47ac9e82fbc6456d3ae50ed1cc8bb511a0
7
- data.tar.gz: 4796504aa76d2d6467bb83957fca775d9336874d3cf856064093a9d77e43d276c25f50ab40bdf1bb9928b6d3cfdc90e08542c4ab703c5c2fddc968aa41b54fc6
6
+ metadata.gz: 2b7859c703f34c0f01f740f94ccb76c176635dcde3ebd6ebe9dbb003bf44442d4175c9c3634b799e76039727ba251932819d8994dee2f712644405b091236eb5
7
+ data.tar.gz: 2659326f22f209d21404475a369f4e8f60cf7e02e3d315058ce14c86178062bbcfc8ce26888403fabd07853ecacb01a28f54e63bea83fcd36a1fb9808b56ff26
@@ -58,7 +58,7 @@ module PatronusFati
58
58
  while (line = socket.readline)
59
59
  read_queue << line
60
60
  end
61
- rescue EOFError => e
61
+ rescue IOError, EOFError => e
62
62
  raise DisconnectError
63
63
  rescue => e
64
64
  $stderr.puts format('Error in read thread: %s %s', e.class.to_s, e.message)
@@ -1,3 +1,3 @@
1
1
  module PatronusFati
2
- VERSION = '0.8.14'
2
+ VERSION = '0.8.15'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: patronus_fati
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.14
4
+ version: 0.8.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Stelfox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-14 00:00:00.000000000 Z
11
+ date: 2015-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dm-constraints