mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
10 lines
198 B
Ruby
10 lines
198 B
Ruby
#
|
|
# NOTE: Keep this file clean.
|
|
# Add your customizations inside tasks directory.
|
|
# Thank You.
|
|
#
|
|
|
|
require 'rubygems'
|
|
|
|
# load rakefile extensions (tasks)
|
|
Dir['tasks/*.rake'].sort.each { |f| load f }
|