[Groonga-commit] groonga/fluent-plugin-droonga at 9a41652 [master] Move adapter files to "adapter" directory

Back to archive index

Kosuke Asami null+****@clear*****
Tue Jul 23 14:40:38 JST 2013


Kosuke Asami	2013-07-23 14:40:38 +0900 (Tue, 23 Jul 2013)

  New Revision: 9a41652daf07b34ccffce82eac1a7f7a6119815c
  https://github.com/groonga/fluent-plugin-droonga/commit/9a41652daf07b34ccffce82eac1a7f7a6119815c

  Message:
    Move adapter files to "adapter" directory
    
    plugin/adapter_XXX.rb         ->
    plugin/adapter/adapter_XXX.rb

  Modified files:
    test/plugin/adapter/groonga/test_select.rb
  Renamed files:
    lib/droonga/plugin/adapter/adapter_groonga.rb
      (from lib/droonga/plugin/adapter_groonga.rb)
    lib/droonga/plugin/adapter/adapter_select.rb
      (from lib/droonga/plugin/adapter_select.rb)

  Renamed: lib/droonga/plugin/adapter/adapter_groonga.rb (+0 -0) 100%
===================================================================

  Renamed: lib/droonga/plugin/adapter/adapter_select.rb (+0 -0) 100%
===================================================================

  Modified: test/plugin/adapter/groonga/test_select.rb (+1 -1)
===================================================================
--- test/plugin/adapter/groonga/test_select.rb    2013-07-23 14:39:10 +0900 (58580df)
+++ test/plugin/adapter/groonga/test_select.rb    2013-07-23 14:40:38 +0900 (64eba5e)
@@ -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/plugin/adapter_select"
+require "droonga/plugin/adapter/adapter_select"
 
 class AdapterGroongaSelectTest < Test::Unit::TestCase
   def setup
-------------- next part --------------
HTML����������������������������...
Download 



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