[Groonga-commit] droonga/fluent-plugin-droonga at bde30d5 [master] Use myself as the gem package of fluent-plugin-droonga for testing

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Nov 26 18:00:35 JST 2013


YUKI Hiroshi	2013-11-26 18:00:35 +0900 (Tue, 26 Nov 2013)

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

  Message:
    Use myself as the gem package of fluent-plugin-droonga for testing

  Modified files:
    test/command/Gemfile

  Modified: test/command/Gemfile (+4 -0)
===================================================================
--- test/command/Gemfile    2013-11-26 16:15:08 +0900 (9351d54)
+++ test/command/Gemfile    2013-11-26 18:00:35 +0900 (eab13d2)
@@ -16,6 +16,7 @@
 source "https://rubygems.org"
 
 vendor_dir = File.join(File.dirname(__FILE__), "vendor")
+base_dir = File.join(File.dirname(__FILE__), "../../")
 
 drntest_dir = File.join(vendor_dir, "drntest")
 if File.exist?(drntest_dir)
@@ -30,3 +31,6 @@ if File.exist?(droonga_client_dir)
 else
   gem "droonga-client", github: "droonga/droonga-client-ruby"
 end
+
+gem "fluent-plugin-droonga", :path => base_dir
+gem "fluentd"
-------------- next part --------------
HTML����������������������������...
Download 



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