mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-25 07:06:39 +00:00
Fixes tasks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module RabbitCarrots
|
||||
VERSION = "0.1.1"
|
||||
VERSION = "0.1.2"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user