1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/Rakefile
Evan Weaver cde0074fef Merge branch 'mattetti-1.1.6' into spinoff
Conflicts:
	CHANGELOG
	ext/http11/http11.c
	ext/http11/http11_parser.c
	lib/mongrel/const.rb
2009-07-07 16:37:23 -07:00

15 lines
261 B
Ruby

#
# NOTE: Keep this file clean.
# Add your customizations inside tasks directory.
# Thank You.
#
begin
require 'rake'
rescue LoadError
require 'rubygems'
require 'rake'
end
# load rakefile extensions (tasks)
Dir['tasks/*.rake'].sort.each { |f| load f }