From 2133a9c7b49b07ce771877d5e00cf83dd3038261 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 21 Apr 2009 11:14:54 -0700 Subject: rename socket.rb => socket_helper.rb We no longer have anything outside of SocketHelper module in that file, so just give it a more obvious name. --- lib/unicorn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/unicorn.rb') diff --git a/lib/unicorn.rb b/lib/unicorn.rb index 208e6da..b0cc567 100644 --- a/lib/unicorn.rb +++ b/lib/unicorn.rb @@ -1,7 +1,7 @@ require 'logger' require 'fcntl' -require 'unicorn/socket' +require 'unicorn/socket_helper' require 'unicorn/const' require 'unicorn/http_request' require 'unicorn/http_response' -- cgit v1.2.3-24-ge0c7