1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/Rakefile
2011-09-15 13:23:36 -07:00

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 }