egalite 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -68,7 +68,7 @@ class TableHelper
68
68
  head = header.map {|s| "<th>#{escape_html(s)}</th>" }.join
69
69
  head = " <tr>#{head}</tr>\n"
70
70
  end
71
- body = content.map { |line| " <tr>#{yield(line)}</tr>\n" }
71
+ body = content.map { |line| " <tr>#{yield(line)}</tr>\n" }.join
72
72
  NonEscapeString.new("<table#{opt(table_opts)}>\n#{head}#{body}</table>")
73
73
  end
74
74
  public
@@ -1,3 +1,3 @@
1
1
  module Egalite
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egalite
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 1
10
- version: 1.3.1
9
+ - 2
10
+ version: 1.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shunichi Arai
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2014-06-11 00:00:00 Z
18
+ date: 2014-07-01 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: bundler