YUKI Hiroshi
null+****@clear*****
Mon May 26 17:40:34 JST 2014
YUKI Hiroshi 2014-05-26 17:40:34 +0900 (Mon, 26 May 2014) New Revision: f63c3b61cb1e56a38b9e32842d17bb451d1d6c2a https://github.com/droonga/droonga-engine/commit/f63c3b61cb1e56a38b9e32842d17bb451d1d6c2a Message: Use local droonga-message-pack-packer if it is available Modified files: Gemfile Modified: Gemfile (+7 -0) =================================================================== --- Gemfile 2014-05-26 17:33:31 +0900 (f962d4c) +++ Gemfile 2014-05-26 17:40:34 +0900 (49f5c03) @@ -37,6 +37,13 @@ elsif ENV["TRAVIS"] == "true" end end +droonga_message_pack_packer_dir = File.join(parent_dir, "droonga-messagep-pack-packer-ruby") +if File.exist?(droonga_message_pack_packer_dir) + gem "droonga-messagep-pack-packer", :path => droonga_message_pack_packer_dir +else + gem "droonga-messagep-pack-packer", :github => "droonga/droonga-messagep-pack-packer-ruby" +end + droonga_client_dir = File.join(parent_dir, "droonga-client-ruby") if File.exist?(droonga_client_dir) gem "droonga-client", :path => droonga_client_dir -------------- next part -------------- HTML����������������������������...Download