grntest.gemspec in grntest-1.0.3 vs grntest.gemspec in grntest-1.0.4

- old
+ new

@@ -1,8 +1,8 @@ # -*- mode: ruby; coding: utf-8 -*- # -# Copyright (C) 2012 Kouhei Sutou <kou@clear-code.com> +# Copyright (C) 2012-2013 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. @@ -43,10 +43,10 @@ spec.executables = Dir.glob("*") end spec.add_runtime_dependency("json") spec.add_runtime_dependency("msgpack") - spec.add_runtime_dependency("groonga-command") + spec.add_runtime_dependency("groonga-command-parser") spec.add_development_dependency("bundler") spec.add_development_dependency("rake") spec.add_development_dependency("test-unit") spec.add_development_dependency("test-unit-rr")