Sha256: 92d281b696da21e8cbd74ca9c439d98f3c0ef69185f3f96ce19ea9a8ba7c1c19

Contents?: true

Size: 972 Bytes

Versions: 4

Compression:

Stored size: 972 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 'pkg-config'
gem 'json'

group :development, :test do
  gem "test-unit"
  gem "test-unit-notify"
  gem "rake"
  gem "rake-compiler"
  gem "jeweler"
  gem "yard"
  gem "packnga"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rroonga-1.3.1-x86-mingw32 Gemfile
rroonga-1.3.1 Gemfile
rroonga-1.3.0-x86-mingw32 Gemfile
rroonga-1.3.0 Gemfile