waterdrop 0.1.7 → 0.1.8
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/CHANGELOG.md +3 -0
- data/Gemfile.lock +7 -7
- data/lib/water_drop/message.rb +2 -1
- data/lib/water_drop/pool.rb +1 -1
- data/lib/water_drop/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: cbea9ddc22773693d0b13d65a0f3ebc780c49728
|
|
4
|
+
data.tar.gz: 83af92ca901fa84b08f9ca0181ce6776dccf714a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 525b3f744648cb556162e4c9534d347a45311e37d0710e0fa64b2d10b21c26ccb7b725911d36f30e46ac4d83293cebf90e7df16fbc6c13e43a1f81c407cebd3e
|
|
7
|
+
data.tar.gz: 97b53494dbac29cb44ecf214c2d30335c45ccdd97e2db4f9275a24a8b3a8e230d14664f75e1faafbd3b57d843090a7e0df750a2df40ba8cace782cbe37d0768e
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
waterdrop (0.1.
|
|
4
|
+
waterdrop (0.1.8)
|
|
5
5
|
aspector
|
|
6
6
|
bundler
|
|
7
7
|
connection_pool
|
|
@@ -44,7 +44,7 @@ GEM
|
|
|
44
44
|
sass (~> 3.0)
|
|
45
45
|
slim (>= 1.3.6, < 4.0)
|
|
46
46
|
terminal-table (~> 1.4)
|
|
47
|
-
bson (3.2.
|
|
47
|
+
bson (3.2.6)
|
|
48
48
|
builder (3.2.2)
|
|
49
49
|
coderay (1.1.0)
|
|
50
50
|
coercible (1.0.0)
|
|
@@ -74,7 +74,7 @@ GEM
|
|
|
74
74
|
haml (~> 4.0)
|
|
75
75
|
rubocop (>= 0.25.0)
|
|
76
76
|
sysexits (~> 1.1)
|
|
77
|
-
highline (1.7.
|
|
77
|
+
highline (1.7.8)
|
|
78
78
|
i18n (0.7.0)
|
|
79
79
|
ice_nine (0.11.1)
|
|
80
80
|
json (1.8.3)
|
|
@@ -82,7 +82,7 @@ GEM
|
|
|
82
82
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
83
83
|
method_source (0.8.2)
|
|
84
84
|
minitest (5.8.1)
|
|
85
|
-
mongo (2.1.
|
|
85
|
+
mongo (2.1.2)
|
|
86
86
|
bson (~> 3.0)
|
|
87
87
|
mongoid (5.0.0)
|
|
88
88
|
activemodel (~> 4.0)
|
|
@@ -96,7 +96,7 @@ GEM
|
|
|
96
96
|
multi_json (1.11.2)
|
|
97
97
|
null-logger (0.1.0)
|
|
98
98
|
origin (2.1.1)
|
|
99
|
-
parser (2.2.
|
|
99
|
+
parser (2.2.3.0)
|
|
100
100
|
ast (>= 1.1, < 3.0)
|
|
101
101
|
polishgeeks-dev-tools (1.2.0)
|
|
102
102
|
brakeman
|
|
@@ -114,7 +114,7 @@ GEM
|
|
|
114
114
|
poseidon (0.0.5)
|
|
115
115
|
powerpack (0.1.1)
|
|
116
116
|
procto (0.0.2)
|
|
117
|
-
pry (0.10.
|
|
117
|
+
pry (0.10.3)
|
|
118
118
|
coderay (~> 1.1.0)
|
|
119
119
|
method_source (~> 0.8.1)
|
|
120
120
|
slop (~> 3.4)
|
|
@@ -156,7 +156,7 @@ GEM
|
|
|
156
156
|
reek (= 1.6.3)
|
|
157
157
|
ruby2ruby (>= 2.1.1, < 3.0)
|
|
158
158
|
virtus (~> 1.0)
|
|
159
|
-
sass (3.4.
|
|
159
|
+
sass (3.4.19)
|
|
160
160
|
sexp_processor (4.6.0)
|
|
161
161
|
shoulda (3.5.0)
|
|
162
162
|
shoulda-context (~> 1.0, >= 1.0.1)
|
data/lib/water_drop/message.rb
CHANGED
|
@@ -34,10 +34,11 @@ module WaterDrop
|
|
|
34
34
|
end
|
|
35
35
|
::WaterDrop.logger.info("Message #{message} was sent to topic '#{topic}'")
|
|
36
36
|
rescue *CATCHED_ERRORS => e
|
|
37
|
+
# Even if we dont reraise this exception, it should log that it happened
|
|
38
|
+
::WaterDrop.logger.fatal(e)
|
|
37
39
|
# Reraise if we want to raise on failure
|
|
38
40
|
# Ignore if we dont want to know that something went wrong
|
|
39
41
|
return unless ::WaterDrop.config.raise_on_failure?
|
|
40
|
-
::WaterDrop.logger.fatal(e)
|
|
41
42
|
raise(e)
|
|
42
43
|
end
|
|
43
44
|
end
|
data/lib/water_drop/pool.rb
CHANGED
data/lib/water_drop/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: waterdrop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maciej Mensfeld
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-10-
|
|
12
|
+
date: 2015-10-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|