active_pubsub_rails 0.2.0 → 0.3.0

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
  SHA256:
3
- metadata.gz: a1f2c2a33f6781224ee1f3e06a9604ed52f20990272aa10f13a983537f7e742a
4
- data.tar.gz: eb6a9a6783aa82264cc877a6d828dcb27ce119687dce7e9213791c9be6670bf6
3
+ metadata.gz: c054667165b466feba661e1d24e40dcf8ed58f4d096217cda493837d5d00164d
4
+ data.tar.gz: cdc98d3501b4167421d0efa6e2c6a24f5f2371777c24a48b2eaa6a95e2db9ce3
5
5
  SHA512:
6
- metadata.gz: 374f0356b8007b57fe94b3ba698482cb844f293d80817c3803bf3b2c578875bdc3608063cbd26a99ac008f174c51308755761b1537825888cf95c445994f4796
7
- data.tar.gz: efbc708c9a45bcbbd0d99456a1ed08c90f5d60707382a0839fce39ed37dfab0d8ac8561f30b3204e94041c41d2a59dc653a45a7daf02730e6058f807632b7fb0
6
+ metadata.gz: e344b97aefb53c6a1be994ac3ffd08f39cce3f432a4f07ddad05cb256479dab5ff74a8ae5deb4d8963a7f94a44ab8d1740ca4365319148851915f65fc20cd389
7
+ data.tar.gz: 6f9ba684b172b6181c064daa22fea29433331c25d7411e2be49763f993b6656ef874ccaf1335fd6b2550f75e181ae39f9949635a3864bfcbcd1d3110241070b3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_pubsub_rails (0.2.0)
4
+ active_pubsub_rails (0.3.0)
5
5
  activesupport (>= 5.2.x)
6
6
 
7
7
  GEM
@@ -8,7 +8,7 @@ require_relative "subscriber"
8
8
 
9
9
  module ActivePubsubRails
10
10
  class Engine < ::Rails::Engine
11
- initializer "spree.core.initialize_subscribers" do |app|
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActivePubsubRails
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.0"
5
5
  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.2.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-04-30 00:00:00.000000000 Z
11
+ date: 2021-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport