[Groonga-commit] ranguba/chupa-text-decomposer-libreoffice at ec474cb [master] travis: add missing Gemfile

Back to archive index
Kouhei Sutou null+****@clear*****
Tue Feb 26 13:08:37 JST 2019


Kouhei Sutou	2019-02-26 13:08:37 +0900 (Tue, 26 Feb 2019)

  Revision: ec474cba963439875f1bf753ac48a989b9f6fcd1
  https://github.com/ranguba/chupa-text-decomposer-libreoffice/commit/ec474cba963439875f1bf753ac48a989b9f6fcd1

  Message:
    travis: add missing Gemfile

  Added files:
    .gitignore
    Gemfile
  Modified files:
    .travis.yml

  Added: .gitignore (+1 -0) 100644
===================================================================
--- /dev/null
+++ .gitignore    2019-02-26 13:08:37 +0900 (66f8ed3)
@@ -0,0 +1 @@
+/Gemfile.lock

  Modified: .travis.yml (+1 -0)
===================================================================
--- .travis.yml    2019-02-26 13:02:55 +0900 (6ecdc0e)
+++ .travis.yml    2019-02-26 13:08:37 +0900 (3603884)
@@ -1,6 +1,7 @@
 notifications:
   webhooks:
     - https://webhook.commit-email.info/
+dist: xenial
 addons:
   apt:
     packages:

  Added: Gemfile (+21 -0) 100644
===================================================================
--- /dev/null
+++ Gemfile    2019-02-26 13:08:37 +0900 (fab2835)
@@ -0,0 +1,21 @@
+# -*- mode: ruby; coding: utf-8 -*-
+#
+# Copyright (C) 2014-2019  Kouhei Sutou <kou****@clear*****>
+#
+# 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 path: "chupa-text-decomposer-libreoffice-general"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190226/03b03117/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index