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 +4 -4
- data/lib/basquiat/interfaces/base.rb +1 -1
- data/lib/basquiat/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6fd0883278dc42a66f4050341439fb03bc112c1c
|
|
4
|
+
data.tar.gz: 0c21992e3cbb11671028ce62035f412b41a51b7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/lib/basquiat/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2016-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|