[Groonga-commit] ranguba/chupa-text-decomposer-libreoffice at 2619f3d [master] Follow Packnga API change

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 6 15:41:02 JST 2017


Kouhei Sutou	2017-07-06 15:41:02 +0900 (Thu, 06 Jul 2017)

  New Revision: 2619f3daa0678861cbec768d6370540bd9767024
  https://github.com/ranguba/chupa-text-decomposer-libreoffice/commit/2619f3daa0678861cbec768d6370540bd9767024

  Message:
    Follow Packnga API change

  Modified files:
    Rakefile

  Modified: Rakefile (+5 -3)
===================================================================
--- Rakefile    2017-07-06 15:40:22 +0900 (cc974b4)
+++ Rakefile    2017-07-06 15:41:02 +0900 (7434781)
@@ -1,6 +1,6 @@
-# -*- mode: ruby; coding: utf-8 -*-
+# -*- ruby -*-
 #
-# Copyright (C) 2014  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2014-2017  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
@@ -34,7 +34,9 @@ end
 helper.install
 spec = helper.gemspec
 
-Packnga::DocumentTask.new(spec) do
+Packnga::DocumentTask.new(spec) do |task|
+  task.original_language = "en"
+  task.translate_language = "ja"
 end
 
 Packnga::ReleaseTask.new(spec) do
-------------- next part --------------
HTML����������������������������...
Télécharger 



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