Fixes tasks

This commit is contained in:
Brusk Awat 2022-12-01 18:28:02 +03:00
parent aa9203742b
commit dcc0beebb5
Signed by: broosk1993
GPG Key ID: 5D20F7E02649F74E
4 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
rabbit_carrots (0.1.1)
rabbit_carrots (0.1.2)
activesupport (>= 6.0.0)
bunny (>= 2.19.0)
connection_pool (~> 2.3.0)

View File

@ -7,6 +7,7 @@ module RabbitCarrots
rake_tasks do
path = File.expand_path(__dir__)
debugger
Dir.glob("#{path}/tasks/**/*.rake").each { |f| load f }
end
end

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module RabbitCarrots
VERSION = "0.1.1"
VERSION = "0.1.2"
end