outboxable 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6b86cd386f79a70ee20e31ea49d2078df347b515858a8585dfa424a008651f6
4
- data.tar.gz: 53074d0ba82ac19955a754090f788b326221b1e1a487b185fe0aac330fd927f4
3
+ metadata.gz: 9045d9f58437a085928ba810ad1c7158c721b868dae4db4849cf209694895a6f
4
+ data.tar.gz: 147f241967d1f70c7837216e96dd36e4cf83dafe3f1fec5300467b83678a3227
5
5
  SHA512:
6
- metadata.gz: 20f03367d91067dc952bfbc45b4038a4b0e944a695f2a3dae4613ded3e139c655d3af1bb56f0f25148c900f1ebe26de8c52a61b1d1e8dde12c5179ada5c41751
7
- data.tar.gz: 227e6a787c3567b512be1cb1dcf2d66ab532046019fb6f86f6ef4a1f243088388947ab73b00a5f453dd36f2da97e59c24b9a1909514e612ac9cd291a84c28609
6
+ metadata.gz: 50aac6397bfa33c7cafecc5f93b97801d4731507c4ac7e929667351f0e5802dc06e4966a9ab4f5e975a0e63d1d80f5c614379ab0baa8a4a09681d570ecaa8499
7
+ data.tar.gz: dcad50b82ec4a91d4de33cf6106b1b38cb1c03f340dab9c650ade2fb1a7f55b2ee68f2d6c7bfb6c9f04146286b2b9e738169aa78e81936cd5b7cd9a8d918bbf1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- outboxable (1.0.3)
4
+ outboxable (1.0.4)
5
5
  bunny (>= 2.19.0)
6
6
  connection_pool (~> 2.3.0)
7
7
 
@@ -14,7 +14,7 @@ module Outboxable
14
14
 
15
15
  # Copy initializer into user app
16
16
  def copy_initializer
17
- copy_file('activerecod_initializer.rb', 'config/initializers/z_outboxable.rb') if @orm == 'activerecord'
17
+ copy_file('activerecord_initializer.rb', 'config/initializers/z_outboxable.rb') if @orm == 'activerecord'
18
18
  copy_file('mongoid_initializer.rb', 'config/initializers/z_outboxable.rb') if @orm == 'mongoid'
19
19
  end
20
20
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Outboxable
4
- VERSION = '1.0.3'
4
+ VERSION = '1.0.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: outboxable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brusk Awat
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-14 00:00:00.000000000 Z
11
+ date: 2023-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bunny