Kouhei Sutou
null+****@clear*****
Thu Nov 21 15:53:26 JST 2013
Kouhei Sutou 2013-11-21 15:53:26 +0900 (Thu, 21 Nov 2013) New Revision: 304603a850663f7ea3c99c9ccff27aedaabb666c https://github.com/droonga/droonga-client-ruby/commit/304603a850663f7ea3c99c9ccff27aedaabb666c Message: Move requires to file that are used Modified files: lib/droonga/client.rb lib/droonga/client/connection/droonga_protocol.rb Modified: lib/droonga/client.rb (+0 -4) =================================================================== --- lib/droonga/client.rb 2013-11-21 13:04:10 +0900 (7cf0ff4) +++ lib/droonga/client.rb 2013-11-21 15:53:26 +0900 (f027e98) @@ -15,10 +15,6 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -require "socket" -require "msgpack" -require "fluent-logger" - require "droonga/client/version" require "droonga/client/error" require "droonga/client/connection/droonga_protocol" Modified: lib/droonga/client/connection/droonga_protocol.rb (+4 -0) =================================================================== --- lib/droonga/client/connection/droonga_protocol.rb 2013-11-21 13:04:10 +0900 (bef4f9b) +++ lib/droonga/client/connection/droonga_protocol.rb 2013-11-21 15:53:26 +0900 (0bce8fe) @@ -15,6 +15,10 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +require "socket" +require "msgpack" +require "fluent-logger" + module Droonga class Client module Connection -------------- next part -------------- HTML����������������������������...Download