[Groonga-commit] droonga/fluent-plugin-droonga at 16e61b1 [merge-test-gemfiles] Remove Gemfile for test

Back to archive index

Yoji Shidara null+****@clear*****
Thu Nov 28 14:15:20 JST 2013


Yoji Shidara	2013-11-28 14:15:20 +0900 (Thu, 28 Nov 2013)

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

  Message:
    Remove Gemfile for test

  Removed files:
    test/command/Gemfile

  Deleted: test/command/Gemfile (+0 -36) 100644
===================================================================
--- test/command/Gemfile    2013-11-28 14:11:54 +0900 (eab13d2)
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright (C) 2013 Droonga Project
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License version 2.1 as published by the Free Software Foundation.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-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)
-  gem "drntest", :path => drntest_dir
-else
-  gem "drntest", :github => "droonga/drntest"
-end
-
-droonga_client_dir = File.join(vendor_dir, "droonga-client-ruby")
-if File.exist?(droonga_client_dir)
-  gem "droonga-client", :path => 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