[Groonga-commit] droonga/droonga.org at 0d6ef85 [gh-pages] tasks: remove POT-Creation-Date and PO-Revision-Date header fields

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 23 22:37:50 JST 2014


Kouhei Sutou	2014-02-23 22:37:50 +0900 (Sun, 23 Feb 2014)

  New Revision: 0d6ef85cb8239dd863f9e180a162245f312bc4aa
  https://github.com/droonga/droonga.org/commit/0d6ef85cb8239dd863f9e180a162245f312bc4aa

  Message:
    tasks: remove POT-Creation-Date and PO-Revision-Date header fields

  Modified files:
    Gemfile
    Gemfile.lock
    _tasks/i18n.rb

  Modified: Gemfile (+1 -1)
===================================================================
--- Gemfile    2014-02-20 19:03:37 +0900 (5ca5610)
+++ Gemfile    2014-02-23 22:37:50 +0900 (5f9ddc0)
@@ -1,6 +1,6 @@
 source "https://rubygems.org"
 
-gem "gettext", ">= 3.1.0"
+gem "gettext", ">= 3.1.1"
 gem "rake"
 gem "yard"
 gem "coderay"

  Modified: Gemfile.lock (+2 -2)
===================================================================
--- Gemfile.lock    2014-02-20 19:03:37 +0900 (d25c9d6)
+++ Gemfile.lock    2014-02-23 22:37:50 +0900 (218d1b0)
@@ -2,7 +2,7 @@ GEM
   remote: https://rubygems.org/
   specs:
     coderay (1.1.0)
-    gettext (3.1.0)
+    gettext (3.1.1)
       locale (>= 2.0.5)
       text
     locale (2.1.0)
@@ -15,6 +15,6 @@ PLATFORMS
 
 DEPENDENCIES
   coderay
-  gettext (>= 3.1.0)
+  gettext (>= 3.1.1)
   rake
   yard

  Modified: _tasks/i18n.rb (+2 -0)
===================================================================
--- _tasks/i18n.rb    2014-02-20 19:03:37 +0900 (3f03725)
+++ _tasks/i18n.rb    2014-02-23 22:37:50 +0900 (3aea629)
@@ -149,6 +149,8 @@ class I18nTask
                                    "--no-all-comments",
                                    "--no-report-warning",
                                    "--no-obsolete-entries",
+                                   "--remove-header-field=POT-Creation-Date",
+                                   "--remove-header-field=PO-Revision-Date",
                                    edit_po_file_path.to_s)
       end
     end
-------------- next part --------------
HTML����������������������������...
Download 



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