ruport 1.4.0 → 1.6.0

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.
@@ -6,7 +6,7 @@ require "ruport/util/bench"
6
6
  include Ruport::Bench
7
7
 
8
8
  class MyFormat < Ruport::Formatter;
9
- renders :nothing, :for => Ruport::Renderer::Row
9
+ renders :nothing, :for => Ruport::Controller::Row
10
10
  end
11
11
 
12
12
  record = Ruport::Data::Record.new [1,2,3]
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: ruport
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.4.0
7
- date: 2007-12-25 00:00:00 -05:00
6
+ version: 1.6.0
7
+ date: 2008-04-02 00:00:00 -04:00
8
8
  summary: A generalized Ruby report generation and templating engine.
9
9
  require_paths:
10
10
  - lib
@@ -37,37 +37,38 @@ files:
37
37
  - examples/btree/commaleon/commaleon.rb
38
38
  - examples/data
39
39
  - examples/data/tattle.dump
40
+ - examples/tattle_rubygems_version.rb
41
+ - examples/png_embed.rb
42
+ - examples/example.csv
43
+ - examples/simple_templating_example.rb
44
+ - examples/anon.rb
40
45
  - examples/row_renderer.rb
41
- - examples/RWEmerson.jpg
42
46
  - examples/centered_pdf_text_box.rb
43
- - examples/tattle_rubygems_version.rb
47
+ - examples/RWEmerson.jpg
44
48
  - examples/trac_ticket_status.rb
45
49
  - examples/line_plotter.rb
46
- - examples/png_embed.rb
47
50
  - examples/pdf_report_with_common_base.rb
48
- - examples/example.csv
49
51
  - examples/tattle_ruby_version.rb
50
52
  - examples/roadmap.png
51
- - examples/simple_templating_example.rb
52
53
  - examples/simple_pdf_lines.rb
53
54
  - lib/ruport
55
+ - lib/ruport/controller
56
+ - lib/ruport/controller/table.rb
57
+ - lib/ruport/controller/grouping.rb
54
58
  - lib/ruport/formatter
55
59
  - lib/ruport/formatter/html.rb
56
60
  - lib/ruport/formatter/text.rb
57
61
  - lib/ruport/formatter/pdf.rb
58
62
  - lib/ruport/formatter/csv.rb
59
63
  - lib/ruport/formatter/template.rb
60
- - lib/ruport/renderer
61
- - lib/ruport/renderer/table.rb
62
- - lib/ruport/renderer/grouping.rb
63
64
  - lib/ruport/data
64
65
  - lib/ruport/data/record.rb
65
66
  - lib/ruport/data/table.rb
66
67
  - lib/ruport/data/feeder.rb
67
68
  - lib/ruport/data/grouping.rb
68
69
  - lib/ruport/extensions.rb
70
+ - lib/ruport/controller.rb
69
71
  - lib/ruport/formatter.rb
70
- - lib/ruport/renderer.rb
71
72
  - lib/ruport/data.rb
72
73
  - lib/uport.rb
73
74
  - lib/ruport.rb
@@ -84,12 +85,13 @@ files:
84
85
  - test/samples/test.sql
85
86
  - test/csv_formatter_test.rb
86
87
  - test/record_test.rb
88
+ - test/controller_test.rb
87
89
  - test/data_feeder_test.rb
88
90
  - test/helpers.rb
89
- - test/renderer_test.rb
90
91
  - test/html_formatter_test.rb
91
92
  - test/table_test.rb
92
93
  - test/text_formatter_test.rb
94
+ - test/table_pivot_test.rb
93
95
  - test/grouping_test.rb
94
96
  - test/template_test.rb
95
97
  - test/pdf_formatter_test.rb
@@ -119,11 +121,12 @@ files:
119
121
  test_files:
120
122
  - test/csv_formatter_test.rb
121
123
  - test/record_test.rb
124
+ - test/controller_test.rb
122
125
  - test/data_feeder_test.rb
123
- - test/renderer_test.rb
124
126
  - test/html_formatter_test.rb
125
127
  - test/table_test.rb
126
128
  - test/text_formatter_test.rb
129
+ - test/table_pivot_test.rb
127
130
  - test/grouping_test.rb
128
131
  - test/template_test.rb
129
132
  - test/pdf_formatter_test.rb
@@ -149,9 +152,9 @@ dependencies:
149
152
  version_requirement:
150
153
  version_requirements: !ruby/object:Gem::Version::Requirement
151
154
  requirements:
152
- - - ">="
155
+ - - "="
153
156
  - !ruby/object:Gem::Version
154
- version: 1.1.0
157
+ version: 1.2.3
155
158
  version:
156
159
  - !ruby/object:Gem::Dependency
157
160
  name: pdf-writer
@@ -160,5 +163,5 @@ dependencies:
160
163
  requirements:
161
164
  - - "="
162
165
  - !ruby/object:Gem::Version
163
- version: 1.1.7
166
+ version: 1.1.8
164
167
  version: