2018-03-25 17:30:42 +00:00
|
|
|
#!/usr/bin/env rake
|
2019-07-30 21:29:24 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-03-25 17:30:42 +00:00
|
|
|
# Add your own tasks in files placed in lib/tasks ending in .rake,
|
|
|
|
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
|
|
|
|
2019-07-30 21:29:24 +00:00
|
|
|
require File.expand_path('config/application', __dir__)
|
2018-03-25 17:30:42 +00:00
|
|
|
|
|
|
|
Commitchange::Application.load_tasks
|