Skip to content

Commit

Permalink
Revert "Update the vendored Rack library to commit 4cc1d6e773f64c2084…
Browse files Browse the repository at this point in the history
…9b1d8088717a084b06830a. Fixes issue #220."

This reverts commit 8c75e95.

Doesn't work after all.
  • Loading branch information
FooBarWidget committed Mar 31, 2009
1 parent 8c75e95 commit 7fcac96
Show file tree
Hide file tree
Showing 64 changed files with 2,784 additions and 1,381 deletions.
2 changes: 1 addition & 1 deletion lib/phusion_passenger/rack/application_spawner.rb
Expand Up @@ -14,7 +14,7 @@
# with this program; if not, write to the Free Software Foundation, Inc., # with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.


$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../../../vendor/rack-0.9.1-git/lib")) $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../../../vendor/rack-0.9.1/lib"))
require 'rack' require 'rack'


require 'socket' require 'socket'
Expand Down
37 changes: 0 additions & 37 deletions vendor/rack-0.9.1-git/lib/rack/auth/abstract/handler.rb

This file was deleted.

0 comments on commit 7fcac96

Please sign in to comment.