kbaum-munger 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. data/lib/munger/render/html.rb +1 -1
  2. metadata +2 -2
@@ -25,7 +25,7 @@ module Munger #:nodoc:
25
25
  def render
26
26
  x = Builder::XmlMarkup.new
27
27
 
28
- x.table(:class => @classes[:table]) do
28
+ x.table(:class => @classes[:table], :id=>'report-table') do
29
29
 
30
30
  x.tr do
31
31
  @report.columns.each do |column|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kbaum-munger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Baum
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements: []
74
74
 
75
75
  rubyforge_project:
76
- rubygems_version: 1.3.4
76
+ rubygems_version: 1.3.5
77
77
  signing_key:
78
78
  specification_version: 3
79
79
  summary: fork of munger reporting to create a gem