Kouhei Sutou
null+****@clear*****
Mon Sep 30 11:11:27 JST 2013
Kouhei Sutou 2013-09-30 11:11:27 +0900 (Mon, 30 Sep 2013) New Revision: 6e11f027aa4d36640a5d47a811332170c4f908b4 https://github.com/droonga/fluent-plugin-droonga/commit/6e11f027aa4d36640a5d47a811332170c4f908b4 Message: Share common value Modified files: Gemfile Modified: Gemfile (+3 -2) =================================================================== --- Gemfile 2013-09-30 11:05:04 +0900 (f8918bd) +++ Gemfile 2013-09-30 11:11:27 +0900 (0015d28) @@ -17,8 +17,9 @@ source "https://rubygems.org" gemspec -local_rroonga_path = File.join(File.dirname(__FILE__), "..", "rroonga") -local_groonga_command_parser_path = File.join(File.dirname(__FILE__), "..", "groonga-command-parser") +parent_dir = File.join(File.dirname(__FILE__), "..") +local_rroonga_path = File.join(parent_dir, "rroonga") +local_groonga_command_parser_path = File.join(parent_dir, "groonga-command-parser") if File.exist?(local_rroonga_path) gem "rroonga", :path => local_rroonga_path gem "groonga-command-parser", :path => local_groonga_command_parser_path -------------- next part -------------- HTML����������������������������...Download