[Groonga-commit] groonga/grntest [master] Use the same representation for the same function

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 27 10:06:00 JST 2012


Kouhei Sutou	2012-11-27 10:06:00 +0900 (Tue, 27 Nov 2012)

  New Revision: f64d301a29229c9b907c5652d10a595413f1c6b7
  https://github.com/groonga/grntest/commit/f64d301a29229c9b907c5652d10a595413f1c6b7

  Log:
    Use the same representation for the same function

  Modified files:
    grntest.gemspec

  Modified: grntest.gemspec (+2 -2)
===================================================================
--- grntest.gemspec    2012-11-27 10:02:57 +0900 (da6d6d7)
+++ grntest.gemspec    2012-11-27 10:06:00 +0900 (5ce2f46)
@@ -42,8 +42,8 @@ Gem::Specification.new do |spec|
     spec.executables = Dir.glob("*")
   end
 
-  spec.add_dependency("json")
-  spec.add_dependency("msgpack")
+  spec.add_runtime_dependency("json")
+  spec.add_runtime_dependency("msgpack")
   spec.add_runtime_dependency("groonga-command")
 
   spec.add_development_dependency("bundler")
-------------- next part --------------
HTML����������������������������...
Download 



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