Sha256: 6ab8b2e3b7eca64d0a3b611e521fe671107c5d1638733507ffc83c151d3faf86
Contents?: true
Size: 958 Bytes
Versions: 2
Compression:
Stored size: 958 Bytes
Contents
# -*- mode: ruby; coding: utf-8 -*- # # Copyright (C) 2011 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 version 2.1 as published by the Free Software Foundation. # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA source "http://rubygems.org/" gem "rroonga" gem "rack" group :development, :test do gem "test-unit" gem "test-unit-notify" gem "test-unit-capybara" gem "rake" gem "jeweler" gem "yard" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
racknga-0.9.3 | Gemfile |
racknga-0.9.2 | Gemfile |