[Groonga-commit] droonga/fluent-plugin-droonga at 03545ae [master] Use "droonga/plugin" for plugin developers

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 7 17:48:03 JST 2014


Kouhei Sutou	2014-02-07 17:48:03 +0900 (Fri, 07 Feb 2014)

  New Revision: 03545ae4429d8aad4a7f49a82799a19d55dee383
  https://github.com/droonga/fluent-plugin-droonga/commit/03545ae4429d8aad4a7f49a82799a19d55dee383

  Message:
    Use "droonga/plugin" for plugin developers
    
    Plugin developers don't need to require "droonga/adapter".

  Modified files:
    lib/droonga/plugins/crud.rb
    lib/droonga/plugins/error.rb
    lib/droonga/plugins/groonga/generic.rb
    lib/droonga/plugins/groonga/select.rb

  Modified: lib/droonga/plugins/crud.rb (+0 -1)
===================================================================
--- lib/droonga/plugins/crud.rb    2014-02-07 17:30:16 +0900 (e0f143d)
+++ lib/droonga/plugins/crud.rb    2014-02-07 17:48:03 +0900 (9842787)
@@ -14,7 +14,6 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require "droonga/plugin"
-require "droonga/adapter"
 
 module Droonga
   module Plugins

  Modified: lib/droonga/plugins/error.rb (+0 -1)
===================================================================
--- lib/droonga/plugins/error.rb    2014-02-07 17:30:16 +0900 (110ac9a)
+++ lib/droonga/plugins/error.rb    2014-02-07 17:48:03 +0900 (f19815b)
@@ -14,7 +14,6 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 require "droonga/plugin"
-require "droonga/adapter"
 
 module Droonga
   module Plugins

  Modified: lib/droonga/plugins/groonga/generic.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/generic.rb    2014-02-07 17:30:16 +0900 (bbe7843)
+++ lib/droonga/plugins/groonga/generic.rb    2014-02-07 17:48:03 +0900 (c9b8fba)
@@ -13,7 +13,7 @@
 # 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 "droonga/adapter"
+require "droonga/plugin"
 
 module Droonga
   module Plugins

  Modified: lib/droonga/plugins/groonga/select.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/select.rb    2014-02-07 17:30:16 +0900 (5d92898)
+++ lib/droonga/plugins/groonga/select.rb    2014-02-07 17:48:03 +0900 (144780a)
@@ -13,7 +13,7 @@
 # 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 "droonga/adapter"
+require "droonga/plugin"
 
 module Droonga
   module Plugins
-------------- next part --------------
HTML����������������������������...
다운로드 



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