[Groonga-commit] ranguba/chupa-text at 4723248 [master] Align

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 1 23:43:59 JST 2014


Kouhei Sutou	2014-01-01 23:43:59 +0900 (Wed, 01 Jan 2014)

  New Revision: 47232480328e22ca4a80bbfbeb56ac3d5b7be73d
  https://github.com/ranguba/chupa-text/commit/47232480328e22ca4a80bbfbeb56ac3d5b7be73d

  Message:
    Align

  Modified files:
    lib/chupa-text/plugin/decomposer/tar.rb

  Modified: lib/chupa-text/plugin/decomposer/tar.rb (+2 -2)
===================================================================
--- lib/chupa-text/plugin/decomposer/tar.rb    2014-01-01 23:43:40 +0900 (3ffbab2)
+++ lib/chupa-text/plugin/decomposer/tar.rb    2014-01-01 23:43:59 +0900 (fa65021)
@@ -33,8 +33,8 @@ module ChupaText
         reader.each do |entry|
           next unless entry.file?
           extracted = Data.new
-          extracted.path = entry.full_name
-          extracted.body = entry.read
+          extracted.path   = entry.full_name
+          extracted.body   = entry.read
           extracted.source = data
           yield(extracted)
         end
-------------- next part --------------
HTML����������������������������...
下载 



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