mirror of
https://github.com/ditkrg/outboxable.git
synced 2026-01-22 13:56:49 +00:00
Fixes typo
This commit is contained in:
parent
3b545b0676
commit
6f598f40d4
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
outboxable (1.0.3)
|
||||
outboxable (1.0.4)
|
||||
bunny (>= 2.19.0)
|
||||
connection_pool (~> 2.3.0)
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ module Outboxable
|
||||
|
||||
# Copy initializer into user app
|
||||
def copy_initializer
|
||||
copy_file('activerecod_initializer.rb', 'config/initializers/z_outboxable.rb') if @orm == 'activerecord'
|
||||
copy_file('activerecord_initializer.rb', 'config/initializers/z_outboxable.rb') if @orm == 'activerecord'
|
||||
copy_file('mongoid_initializer.rb', 'config/initializers/z_outboxable.rb') if @orm == 'mongoid'
|
||||
end
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Outboxable
|
||||
VERSION = '1.0.3'
|
||||
VERSION = '1.0.4'
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user