Sha256: bc0289c4356267595af23cd4e519291344361d0f6a315732b3c41bac967685e7
Contents?: true
Size: 985 Bytes
Versions: 3
Compression:
Stored size: 985 Bytes
Contents
# -*- mode: ruby -*- # # Copyright (C) 2016 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. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA source "https://rubygems.org/" gemspec gem "groonga-client", path: "../groonga-client" if (RUBY_VERSION.split(".").collect(&:to_i) <=> [2, 2]) < 0 gem "rails", "< 5" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
groonga-client-rails-0.9.7 | Gemfile |
groonga-client-rails-0.9.6 | Gemfile |
groonga-client-rails-0.9.5 | Gemfile |