https://github.com/preston/bittorious
Raw File
Tip revision: 5e9468de194684b931d6d9537e93e0290248b4b4 authored by Preston Lee on 31 May 2022, 18:36:28 UTC
Security updates
Tip revision: 5e9468d
Rakefile
# 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.

require File.expand_path('../config/application', __FILE__)

BitTorious::Application.load_tasks
back to top