[Groonga-commit] groonga/groonga-query-log [master] Fix the file name to match Class name defined in it

Zurück zum Archiv-Index

Haruka Yoshihara null+****@clear*****
Wed Dec 12 16:32:19 JST 2012


Haruka Yoshihara	2012-12-12 16:32:19 +0900 (Wed, 12 Dec 2012)

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

  Log:
    Fix the file name to match Class name defined in it
    
    statistics ->
    statistic

  Modified files:
    lib/groonga/query-log/parser.rb
  Renamed files:
    lib/groonga/query-log/analyzer/statistic.rb
      (from lib/groonga/query-log/analyzer/statistics.rb)

  Renamed: lib/groonga/query-log/analyzer/statistic.rb (+0 -0) 100%
===================================================================

  Modified: lib/groonga/query-log/parser.rb (+1 -1)
===================================================================
--- lib/groonga/query-log/parser.rb    2012-12-12 16:29:25 +0900 (1d749bd)
+++ lib/groonga/query-log/parser.rb    2012-12-12 16:32:19 +0900 (348ba83)
@@ -18,7 +18,7 @@
 
 require "English"
 
-require "groonga/query-log/analyzer/statistics"
+require "groonga/query-log/analyzer/statistic"
 
 module Groonga
   module QueryLog
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index