[Groonga-commit] ranguba/epub-searcher at 8ee31a1 [master] Fold a long line

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 22 11:08:49 JST 2014


Kouhei Sutou	2014-12-22 11:08:49 +0900 (Mon, 22 Dec 2014)

  New Revision: 8ee31a1fda4718aa8ea92103687e060cdbd738de
  https://github.com/ranguba/epub-searcher/commit/8ee31a1fda4718aa8ea92103687e060cdbd738de

  Message:
    Fold a long line

  Modified files:
    bin/es-register

  Modified: bin/es-register (+5 -1)
===================================================================
--- bin/es-register    2014-12-22 08:27:51 +0900 (8996246)
+++ bin/es-register    2014-12-22 11:08:49 +0900 (102ae49)
@@ -10,7 +10,11 @@ end
 
 require_relative '../config/boot'
 
-db = EPUBSearcher::RemoteDatabase.new(host: Epub::App.settings.droonga_host, port: Epub::App.settings.droonga_port)
+db_options = {
+  host: Epub::App.settings.droonga_host,
+  port: Epub::App.settings.droonga_port,
+}
+db = EPUBSearcher::RemoteDatabase.new(db_options)
 db.setup_database
 
 documents = ARGV.map do |epub_path|
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index