Rename to Kamal
This commit is contained in:
10
lib/kamal.rb
Normal file
10
lib/kamal.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
module Kamal
|
||||
end
|
||||
|
||||
require "active_support"
|
||||
require "zeitwerk"
|
||||
|
||||
loader = Zeitwerk::Loader.for_gem
|
||||
loader.ignore("#{__dir__}/kamal/sshkit_with_ext.rb")
|
||||
loader.setup
|
||||
loader.eager_load # We need all commands loaded.
|
||||
Reference in New Issue
Block a user