grntest.gemspec in grntest-1.3.1 vs grntest.gemspec in grntest-1.3.2

- old
+ new

@@ -1,8 +1,8 @@ -# -*- mode: ruby; coding: utf-8 -*- +# -*- ruby -*- # -# Copyright (C) 2012-2013 Kouhei Sutou <kou@clear-code.com> +# Copyright (C) 2012-2019 Kouhei Sutou <kou@clear-code.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. @@ -41,13 +41,15 @@ spec.test_files += Dir.glob("test/**/*") Dir.chdir("bin") do spec.executables = Dir.glob("*") end - spec.add_runtime_dependency("json") - spec.add_runtime_dependency("msgpack") spec.add_runtime_dependency("diff-lcs") spec.add_runtime_dependency("groonga-command-parser") + spec.add_runtime_dependency("groonga-log") + spec.add_runtime_dependency("groonga-query-log", ">= 1.4.1") + spec.add_runtime_dependency("json") + spec.add_runtime_dependency("msgpack") spec.add_development_dependency("bundler") spec.add_development_dependency("rake") spec.add_development_dependency("test-unit", ">= 3.0.0") spec.add_development_dependency("test-unit-rr")