groonga-client-model.gemspec in groonga-client-model-0.9.8 vs groonga-client-model.gemspec in groonga-client-model-0.9.9

- old
+ new

@@ -1,8 +1,8 @@ # -*- ruby -*- # -# Copyright (C) 2016 Kouhei Sutou <kou@clear-code.com> +# Copyright (C) 2016-2017 Kouhei Sutou <kou@clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. @@ -37,14 +37,14 @@ description = clean_white_space.call(entries[entries.index("Description") + 1]) spec.summary, spec.description, = description.split(/\n\n+/, 3) spec.license = "LGPL-2.1+" spec.files = ["README.md", "Rakefile", "Gemfile", "#{spec.name}.gemspec"] spec.files += [".yardopts"] - spec.files += Dir.glob("lib/**/*.{rb,rake}") + spec.files += Dir.glob("lib/**/*.{rb,rake,yml}") spec.files += Dir.glob("doc/text/*") spec.test_files += Dir.glob("test/**/*") - spec.add_runtime_dependency("groonga-client", ">= 0.3.7") + spec.add_runtime_dependency("groonga-client", ">= 0.4.1") spec.add_runtime_dependency("groonga-command-parser") spec.add_runtime_dependency("activemodel") spec.add_development_dependency("bundler") spec.add_development_dependency("rake")