Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove Thin handler, now part of Rack 0.9.1
  • Loading branch information
macournoyer committed Feb 24, 2009
1 parent d6334d8 commit 46421f3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,4 +1,5 @@
== 1.1.0 Super Disco Power release
* Remove Thin handler, now part of Rack 0.9.1
* Fix Rack protocol version to 0.1 in environment hash.
* Fix error when passing no_epoll option to a cluster.
* Omit parsing #defined strings [Jérémy Zurcher]
Expand Down
18 changes: 0 additions & 18 deletions lib/rack/handler/thin.rb

This file was deleted.

3 changes: 0 additions & 3 deletions lib/thin.rb
Expand Up @@ -41,9 +41,6 @@ module Controllers
require 'rack/adapter/loader'

module Rack
module Handler
autoload :Thin, 'rack/handler/thin'
end
module Adapter
autoload :Rails, 'rack/adapter/rails'
end
Expand Down
2 changes: 1 addition & 1 deletion tasks/gem.rake
Expand Up @@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.8.5'

s.add_dependency 'rack', '>= 0.3.0'
s.add_dependency 'rack', '>= 0.9.1'
s.add_dependency 'eventmachine', '>= 0.12.0'
unless WIN
s.add_dependency 'daemons', '>= 1.0.9'
Expand Down

0 comments on commit 46421f3

Please sign in to comment.