[groonga-commit:3613] ranguba/rroonga [master] add Gemfile.
null+ranguba at clear-code.com
null+ranguba at clear-code.com
Mon Jun 27 05:10:46 EDT 2011
Kouhei Sutou 2011-06-27 09:10:46 +0000 (Mon, 27 Jun 2011)
New Revision: 4d8ec9e4b81ea0dea23d70053b093ad3a17fc4cc
Log:
add Gemfile.
Added files:
Gemfile
Added: Gemfile (+27 -0) 100644
===================================================================
--- /dev/null
+++ Gemfile 2011-06-27 09:10:46 +0000 (77ce2b1)
@@ -0,0 +1,27 @@
+# -*- mode: ruby; coding: utf-8 -*-
+#
+# Copyright (C) 2011 Kouhei Sutou <kou at 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/"
+
+group :development, :test do
+ gem "test-unit"
+ gem "test-unit-notify"
+ gem "rake"
+ gem "rake-compiler"
+ gem "jeweler"
+ gem "yard"
+end
More information about the groonga-commit
mailing list