bin/steam.rb in locomotivecms_steam-1.0.0 vs bin/steam.rb in locomotivecms_steam-1.0.1

- old
+ new

@@ -80,10 +80,10 @@ Locomotive::Common.reset Locomotive::Common.configure do |config| config.notifier = Locomotive::Common::Logger.setup(options[:log_file]) end -app = Locomotive::Steam::Server.to_app +app = Locomotive::Steam.to_app # Thin rack handler # Note: alt thin settings (Threaded) # require 'thin' # server = Thin::Server.new(server_options[:address], server_options[:port], app)