1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Play nice with people don't like RubyGems

This commit is contained in:
Luis Lavena 2010-01-17 13:44:49 -03:00
parent 57ba52a795
commit 4871e0a2a3

View file

@ -4,12 +4,5 @@
# Thank You.
#
begin
require 'rake'
rescue LoadError
require 'rubygems'
require 'rake'
end
# load rakefile extensions (tasks)
Dir['tasks/*.rake'].sort.each { |f| load f }