Skip to content

Commit

Permalink
update stallion.rb license to MIT
Browse files Browse the repository at this point in the history
Closes #329.
  • Loading branch information
igrigorik committed Aug 25, 2018
1 parent 112dede commit 3ed39a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/stallion.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# #--
# Includes portion originally Copyright (C)2008 Michael Fellinger
# license See file LICENSE for details
# MIT License
# #--

require 'rack'
Expand Down Expand Up @@ -53,7 +53,7 @@ def self.saddle(name = nil)

def self.run(options = {})
options = {:Host => "127.0.0.1", :Port => 8090}.merge(options)
Rack::Handler::Mongrel.run(Rack::Lint.new(self), options)
Rack::Handler::Thin.run(Rack::Lint.new(self), options)
end

def self.call(env)
Expand Down

0 comments on commit 3ed39a6

Please sign in to comment.