basquiat 1.3.0 → 1.3.1

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: f2fd0255f1924260c2253d4b0ffe3bd5434184cc
4
- data.tar.gz: 1db61ca0abc893884328a3de429ad0a9a7007578
3
+ metadata.gz: 6fd0883278dc42a66f4050341439fb03bc112c1c
4
+ data.tar.gz: 0c21992e3cbb11671028ce62035f412b41a51b7f
5
5
  SHA512:
6
- metadata.gz: a4755306fa1d78f6aab9e05c4504fa333c508aecafaab2784afcf64d847ae1c56d1e7f4f6c81b94e3cbfa8ca145ddbd5098dcf2cc38a466feba1e64c4dc4ce15
7
- data.tar.gz: d41074fe39816491a4eba28241e928b60186d38154a04d2c0a5efbec747b16caa90957c12e5baca3d85977f373c55efcbfa03cbcb4515c52c7b257fa6ac29d74
6
+ metadata.gz: a8d1bf0c98fae40097c1bd7d38b28732641085f441d2c7e0d9253769be7cedb795430064c83b46458c7e60b03b4dd9ab3ec8898c656432780c4a1e6de41ec0b5
7
+ data.tar.gz: 8f1722493cad7f5ef4b929b4884f9783a6731c6d9f7b26f075ba263ce4eb1378ed63f05b10bf9ab781c9f212329bec50239fe58add1ca56150d3002284d64262
@@ -74,7 +74,7 @@ module Basquiat
74
74
  # Starts the consumer loop
75
75
  # @param block [Boolean] If it should block the thread. The relevance of this is dictated by the adapter.
76
76
  # Defaults to true.
77
- def listen(block: true, rescue_proc: -> {})
77
+ def listen(block: true, rescue_proc: Basquiat.configuration.rescue_proc)
78
78
  adapter.listen(block: block, rescue_proc: rescue_proc)
79
79
  end
80
80
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  # Version file
3
3
  module Basquiat
4
- VERSION = '1.3.0'
4
+ VERSION = '1.3.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: basquiat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcello "mereghost" Rocha
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-03 00:00:00.000000000 Z
11
+ date: 2016-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler