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: e6a79efd0a0cd022732811b9367802aea69dddf9
4
- data.tar.gz: c9a7c4ad7444168edffcc1b6ea49c76268ed32b2
3
+ metadata.gz: ce318ab56811980419529ad908744fb7fbdb4d98
4
+ data.tar.gz: a9c80bee87a9d8590d58a6c74392ddb703ce8741
5
5
  SHA512:
6
- metadata.gz: 0e19ab96333005f80c89aab088fda6ebd361e5d8b8c66636bf33a22e48e8c21f25d684b8f442273c52b631134ea3dfc02fad7472592ef503cace0dbba1f04ed9
7
- data.tar.gz: 217fac620e3848f6ff4e74f13e06c2bd9d439e97b8a7095b4aa42eebc6adae7914053d269f3950618826bea06682196c20a215dafbb9ea534a6f07323e953ed6
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,
@@ -1,3 +1,3 @@
1
1
  module CelluloidIOPGListener
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
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.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-22 00:00:00.000000000 Z
11
+ date: 2015-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: celluloid-io