[Groonga-commit] droonga/droonga-client-ruby at 71f1d25 [master] Specify dependency to msgpack

Back to archive index

Yoji Shidara null+****@clear*****
Wed Sep 11 13:59:48 JST 2013


Yoji Shidara	2013-09-11 13:59:48 +0900 (Wed, 11 Sep 2013)

  New Revision: 71f1d2560bcadfeadf4236482a9982f53089c2cb
  https://github.com/droonga/droonga-client-ruby/commit/71f1d2560bcadfeadf4236482a9982f53089c2cb

  Message:
    Specify dependency to msgpack

  Modified files:
    Gemfile.lock
    droonga-client.gemspec

  Modified: Gemfile.lock (+2 -0)
===================================================================
--- Gemfile.lock    2013-09-11 13:25:08 +0900 (c71be78)
+++ Gemfile.lock    2013-09-11 13:59:48 +0900 (779814b)
@@ -2,10 +2,12 @@ PATH
   remote: .
   specs:
     droonga-client (0.0.1)
+      msgpack
 
 GEM
   remote: https://rubygems.org/
   specs:
+    msgpack (0.5.5)
     rake (10.1.0)
 
 PLATFORMS

  Modified: droonga-client.gemspec (+2 -0)
===================================================================
--- droonga-client.gemspec    2013-09-11 13:25:08 +0900 (be03ed0)
+++ droonga-client.gemspec    2013-09-11 13:59:48 +0900 (cdbed77)
@@ -20,4 +20,6 @@ Gem::Specification.new do |spec|
 
   spec.add_development_dependency "bundler", "~> 1.3"
   spec.add_development_dependency "rake"
+
+  spec.add_runtime_dependency "msgpack"
 end
-------------- next part --------------
HTML����������������������������...
下載 



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