[Groonga-commit] ranguba/chupa-text at 3fd6b9e [master] Use "source"

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 19 00:17:33 JST 2017


Kouhei Sutou	2017-02-19 00:17:33 +0900 (Sun, 19 Feb 2017)

  New Revision: 3fd6b9e579270c7076da5084698dd3e8b5918ff7
  https://github.com/ranguba/chupa-text/commit/3fd6b9e579270c7076da5084698dd3e8b5918ff7

  Message:
    Use "source"

  Modified files:
    lib/chupa-text/data.rb

  Modified: lib/chupa-text/data.rb (+2 -2)
===================================================================
--- lib/chupa-text/data.rb    2017-02-19 00:08:53 +0900 (5a473cc)
+++ lib/chupa-text/data.rb    2017-02-19 00:17:33 +0900 (1d65601)
@@ -82,8 +82,8 @@ module ChupaText
         self[name] = value
       end
       if data.mime_type
-        self["original-mime-types"] ||= []
-        self["original-mime-types"].unshift(data.mime_type)
+        self["source-mime-types"] ||= []
+        self["source-mime-types"].unshift(data.mime_type)
       end
     end
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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