[Groonga-commit] groonga/groonga-query-log at a842a93 [master] Follow name change

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 15 11:46:05 JST 2018


Kouhei Sutou	2018-01-15 11:46:05 +0900 (Mon, 15 Jan 2018)

  New Revision: a842a93d0ad5fbfd5403066225a72b1515649ab1
  https://github.com/groonga/groonga-query-log/commit/a842a93d0ad5fbfd5403066225a72b1515649ab1

  Message:
    Follow name change

  Modified files:
    bin/groonga-query-log-analyze-load
  Renamed files:
    lib/groonga-query-log/command/analyze-load.rb
      (from lib/groonga-query-log/command/load-analyzer.rb)

  Modified: bin/groonga-query-log-analyze-load (+3 -3)
===================================================================
--- bin/groonga-query-log-analyze-load    2018-01-15 11:39:14 +0900 (0dd734c)
+++ bin/groonga-query-log-analyze-load    2018-01-15 11:46:05 +0900 (1d840c2)
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 #
-# Copyright (C) 2017  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2017-2018  Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -16,7 +16,7 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-require "groonga-query-log/command/load-analyzer"
+require "groonga-query-log/command/analyze-load"
 
-analyzer = GroongaQueryLog::Command::LoadAnalyzer.new
+analyzer = GroongaQueryLog::Command::AnalyzeLoad.new
 exit(analyzer.run(ARGV))

  Renamed: lib/groonga-query-log/command/analyze-load.rb (+2 -2) 98%
===================================================================
--- lib/groonga-query-log/command/load-analyzer.rb    2018-01-15 11:39:14 +0900 (0b294cd)
+++ lib/groonga-query-log/command/analyze-load.rb    2018-01-15 11:46:05 +0900 (a874f25)
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2017-2018  Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@ require "groonga-query-log/command-line-utils"
 
 module GroongaQueryLog
   module Command
-    class LoadAnalyzer
+    class AnalyzeLoad
       include CommandLineUtils
 
       class Error < StandardError
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180115/a4653d33/attachment-0001.htm 



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