active_pubsub_rails 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/active_pubsub_rails/engine.rb +1 -1
- data/lib/active_pubsub_rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c054667165b466feba661e1d24e40dcf8ed58f4d096217cda493837d5d00164d
|
4
|
+
data.tar.gz: cdc98d3501b4167421d0efa6e2c6a24f5f2371777c24a48b2eaa6a95e2db9ce3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e344b97aefb53c6a1be994ac3ffd08f39cce3f432a4f07ddad05cb256479dab5ff74a8ae5deb4d8963a7f94a44ab8d1740ca4365319148851915f65fc20cd389
|
7
|
+
data.tar.gz: 6f9ba684b172b6181c064daa22fea29433331c25d7411e2be49763f993b6656ef874ccaf1335fd6b2550f75e181ae39f9949635a3864bfcbcd1d3110241070b3
|
data/Gemfile.lock
CHANGED
@@ -8,7 +8,7 @@ require_relative "subscriber"
|
|
8
8
|
|
9
9
|
module ActivePubsubRails
|
10
10
|
class Engine < ::Rails::Engine
|
11
|
-
initializer "
|
11
|
+
initializer "active_pubsub_rails.initialize_subscribers" do |app|
|
12
12
|
app.reloader.to_prepare do
|
13
13
|
ActivePubsubRails.activate_autoloadable_subscribers
|
14
14
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_pubsub_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gaurav Tiwari
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|