mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
bb5022e7f7
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@852 19e92222-5c0b-0410-8929-a290d50e31e9
10 lines
371 B
Ruby
10 lines
371 B
Ruby
# Copyright (c) 2005 Zed A. Shaw
|
|
# You can redistribute it and/or modify it under the same terms as Ruby.
|
|
#
|
|
# Additional work donated by contributors. See http://mongrel.rubyforge.org/attributions.html
|
|
# for more information.
|
|
|
|
require 'mongrel/gems'
|
|
Mongrel::Gems.require 'gem_plugin'
|
|
|
|
# File is just a stub that makes sure the mongrel_plugins gem is loaded and ready
|