celluloid-io-pg-listener 0.2.2 → 0.2.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce318ab56811980419529ad908744fb7fbdb4d98
|
|
4
|
+
data.tar.gz: a9c80bee87a9d8590d58a6c74392ddb703ce8741
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cbd4af5d91032b865d410ac8fba9377532f698c548437cf5adbefb9a53c2c493008921fa5df253b45f119d8f33ab004cce387a5d42a35354ef070b81b327c4f
|
|
7
|
+
data.tar.gz: b6f55bf9e26766cfa7313f1fd9718be8dc60ed58962c279b153f4a188aa56da3dec76a51903873dabbd5491870c644192573868fa7bf1b650f8787bde36754f7
|
|
@@ -9,8 +9,8 @@ module CelluloidIOPGListener
|
|
|
9
9
|
base.send(:include, Celluloid::Internals::Logger)
|
|
10
10
|
# order of prepended modules is critical if they are enhancing
|
|
11
11
|
# the same method(s), and they are.
|
|
12
|
-
base.prepend CelluloidIOPGListener::Initialization::AsyncListener
|
|
13
|
-
base.prepend CelluloidIOPGListener::Initialization::ArgumentExtraction
|
|
12
|
+
base.send(:prepend, CelluloidIOPGListener::Initialization::AsyncListener)
|
|
13
|
+
base.send(:prepend, CelluloidIOPGListener::Initialization::ArgumentExtraction)
|
|
14
14
|
end
|
|
15
15
|
|
|
16
16
|
# Defining initialize in a class including this module is optional,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: celluloid-io-pg-listener
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: celluloid-io
|