[Groonga-commit] groonga/groonga-log at 2aeab8a [master] Put module under GroongaLog namespace

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Sep 26 16:35:40 JST 2017


Kentaro Hayashi	2017-09-26 16:35:40 +0900 (Tue, 26 Sep 2017)

  New Revision: 2aeab8ac6a6c4b6705f34b8e21e9abf768ca8f99
  https://github.com/groonga/groonga-log/commit/2aeab8ac6a6c4b6705f34b8e21e9abf768ca8f99

  Merged ab8830c: Merge pull request #4 from kenhys/extract-parser-from-f-p-g-l

  Message:
    Put module under GroongaLog namespace

  Added files:
    lib/groonga-log.rb
    lib/groonga-log/version.rb
  Removed files:
    lib/groonga/log.rb
    lib/groonga/log/version.rb

  Added: lib/groonga-log.rb (+2 -0) 100644
===================================================================
--- /dev/null
+++ lib/groonga-log.rb    2017-09-26 16:35:40 +0900 (d06ec10)
@@ -0,0 +1,2 @@
+require "groonga-log/version"
+require "groonga-log/parser"

  Added: lib/groonga-log/version.rb (+3 -0) 100644
===================================================================
--- /dev/null
+++ lib/groonga-log/version.rb    2017-09-26 16:35:40 +0900 (06117bb)
@@ -0,0 +1,3 @@
+module GroongaLog
+  VERSION = "0.1.0"
+end

  Deleted: lib/groonga/log.rb (+0 -7) 100644
===================================================================
--- lib/groonga/log.rb    2017-09-26 12:28:25 +0900 (0d55c6f)
+++ /dev/null
@@ -1,7 +0,0 @@
-require "groonga/log/version"
-
-module Groonga
-  module Log
-    # Your code goes here...
-  end
-end

  Deleted: lib/groonga/log/version.rb (+0 -5) 100644
===================================================================
--- lib/groonga/log/version.rb    2017-09-26 12:28:25 +0900 (4df150a)
+++ /dev/null
@@ -1,5 +0,0 @@
-module Groonga
-  module Log
-    VERSION = "0.1.0"
-  end
-end
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170926/eabebc60/attachment-0001.htm 



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