[Groonga-commit] droonga/droonga-engine at e455ffc [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon May 26 17:44:00 JST 2014


YUKI Hiroshi	2014-05-26 17:44:00 +0900 (Mon, 26 May 2014)

  New Revision: e455ffccc4e26ca529347b293c330035b7020719
  https://github.com/droonga/droonga-engine/commit/e455ffccc4e26ca529347b293c330035b7020719

  Message:
    Fix typo

  Modified files:
    Gemfile

  Modified: Gemfile (+3 -3)
===================================================================
--- Gemfile    2014-05-26 17:40:34 +0900 (49f5c03)
+++ Gemfile    2014-05-26 17:44:00 +0900 (a781662)
@@ -37,11 +37,11 @@ elsif ENV["TRAVIS"] == "true"
   end
 end
 
-droonga_message_pack_packer_dir = File.join(parent_dir, "droonga-messagep-pack-packer-ruby")
+droonga_message_pack_packer_dir = File.join(parent_dir, "droonga-message-pack-packer-ruby")
 if File.exist?(droonga_message_pack_packer_dir)
-  gem "droonga-messagep-pack-packer", :path => droonga_message_pack_packer_dir
+  gem "droonga-message-pack-packer", :path => droonga_message_pack_packer_dir
 else
-  gem "droonga-messagep-pack-packer", :github => "droonga/droonga-messagep-pack-packer-ruby"
+  gem "droonga-message-pack-packer", :github => "droonga/droonga-message-pack-packer-ruby"
 end
 
 droonga_client_dir = File.join(parent_dir, "droonga-client-ruby")
-------------- next part --------------
HTML����������������������������...
Download 



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