hitobito_lit/lib/tasks/license.rake

12 lines
315 B
Ruby

# encoding: utf-8
namespace :app do
namespace :license do
task :config do # rubocop:disable Rails/RakeEnvironment
@licenser = Licenser.new('hitobito_lit',
'TODO: Customer Name',
'https://github.com/hitobito/hitobito_lit')
end
end
end