thrift-amqp 0.0.8 → 0.0.9

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: d6318490f0715d728203b16fdfe5e5162b1a85e6
4
- data.tar.gz: c005959eb015dd4811315b16426e5873eb9a8600
3
+ metadata.gz: bd87cc09b3644d2964272a8a045c5bc5eecf002f
4
+ data.tar.gz: bb392566402888aa0b38f75c748d6dadfcb153e9
5
5
  SHA512:
6
- metadata.gz: 12fa7d536eea5b4d99cdc7943cd2ef0ffd0ab2a80028cafff744fddf439550f21da6b0adfbdd67d95c2ce9bd577c412c05d6b5f1daf5ff2053800cc16218310a
7
- data.tar.gz: 57f1341ddb6ec62720ab6ed3268cfd760737d88863cc4162579fe33a0b7017964dff46bf5e4494e81bc91325793be27e57447603fcf9e90456a5b9e9b03fc2c9
6
+ metadata.gz: 6237b37a14dc1b99693afba8ad9a90018579b52432bf9b41ea41987efeea7cef8ecfb5c8959e647a79e66857c608dab14a3950196dcacc9ae1665143d6734647
7
+ data.tar.gz: b678a5230e821a0b7e22199756193b4889b7d86a70ff598f469aed22171ac82390de5f6ae37db5a91502b4624585a292fb234b81c3d9e3cfba41811e5e276e52
@@ -66,7 +66,7 @@ module Thrift
66
66
  Timeout.timeout(@timeout) do
67
67
  handle(delivery_info, properties, payload)
68
68
  end
69
- rescue Timeout::TimeoutError
69
+ rescue Timeout::Error
70
70
  LOGGER.info("Timeout raised")
71
71
  end
72
72
  else
@@ -1,5 +1,5 @@
1
1
  module Thrift
2
2
  module AMQP
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thrift-amqp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexis Montagne