thinreports 0.10.2 → 0.10.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.travis.yml +22 -6
- data/CHANGELOG.md +6 -0
- data/Gemfile +1 -1
- data/README.md +5 -6
- data/Rakefile +11 -25
- data/lib/thinreports/generator/pdf/document/draw_shape.rb +1 -1
- data/lib/thinreports/generator/pdf/document/draw_template_items.rb +1 -1
- data/lib/thinreports/layout/legacy_schema.rb +1 -0
- data/lib/thinreports/version.rb +1 -1
- data/test/features/dynamic_style/expect.pdf +3714 -0
- data/{examples → test/features}/dynamic_style/image.png +0 -0
- data/{examples/dynamic_style/dynamic_style.tlf → test/features/dynamic_style/templates/styles.tlf} +0 -0
- data/{examples/dynamic_style/dynamic_style_in_list.tlf → test/features/dynamic_style/templates/styles_in_list.tlf} +0 -0
- data/test/features/dynamic_style/test_dynamic_style.rb +152 -0
- data/{examples → test/features}/eudc/eudc.ttf +0 -0
- data/test/features/eudc/expect.pdf +0 -0
- data/{examples/eudc/eudc.tlf → test/features/eudc/template.tlf} +0 -0
- data/test/features/eudc/test_eudc.rb +27 -0
- data/test/features/feature_test.rb +58 -0
- data/test/features/graphics/expect.pdf +475 -0
- data/test/features/graphics/template.tlf +309 -0
- data/test/features/graphics/test_graphics.rb +12 -0
- data/test/features/hidden_item/expect.pdf +0 -0
- data/{examples/hidden_shapes/hidden_shapes.tlf → test/features/hidden_item/template.tlf} +0 -0
- data/test/features/hidden_item/test_hidden_item.rb +12 -0
- data/test/features/image_block/expect.pdf +0 -0
- data/{examples/dynamic_image → test/features/image_block}/img200x100.png +0 -0
- data/{examples/dynamic_image → test/features/image_block}/img50x50.png +0 -0
- data/{examples/dynamic_image/dynamic_image.tlf → test/features/image_block/template.tlf} +0 -0
- data/test/features/image_block/test_image_block.rb +35 -0
- data/test/features/list_events/expect.pdf +659 -0
- data/{examples/list_events/list_events.tlf → test/features/list_events/template.tlf} +0 -0
- data/{examples/list_events/list_events.rb → test/features/list_events/test_list_events.rb} +7 -3
- data/test/features/list_manually/expect.pdf +599 -0
- data/{examples/list_manual_generation/list_manual_generation.tlf → test/features/list_manually/template.tlf} +0 -0
- data/test/features/list_manually/test_list_manually.rb +25 -0
- data/test/features/page_number/expect.pdf +400 -0
- data/{examples/page_number/page_number.tlf → test/features/page_number/template.tlf} +0 -0
- data/test/features/page_number/test_page_number.rb +24 -0
- data/test/features/page_number_with_list/expect.pdf +721 -0
- data/{examples/list_page_number/list_page_number.tlf → test/features/page_number_with_list/template.tlf} +0 -0
- data/test/features/page_number_with_list/test_page_number_with_list.rb +21 -0
- data/test/features/palleted_png/expect.pdf +0 -0
- data/{examples → test/features}/palleted_png/palleted_png.png +0 -0
- data/{examples/palleted_png/palleted_png.tlf → test/features/palleted_png/template.tlf} +0 -0
- data/test/features/palleted_png/test_palleted_png.rb +14 -0
- data/test/features/report_callbacks/expect.pdf +169 -0
- data/{examples/report_callbacks/report_callbacks.tlf → test/features/report_callbacks/template.tlf} +0 -0
- data/test/features/report_callbacks/test_report_callbacks.rb +18 -0
- data/test/features/text_align/expect.pdf +0 -0
- data/{examples/text_align/text_align.tlf → test/features/text_align/template.tlf} +0 -0
- data/test/features/text_align/test_text_align.rb +12 -0
- data/test/features/text_block_overflow/expect.pdf +0 -0
- data/{examples/tblock_overflow/tblock_overflow.tlf → test/features/text_block_overflow/template.tlf} +0 -0
- data/test/features/text_block_overflow/test_text_block_overflow.rb +25 -0
- data/test/features/text_block_singleline/expect.pdf +0 -0
- data/{examples/single_line_tblock/single_line_tblock.tlf → test/features/text_block_singleline/template.tlf} +0 -0
- data/test/features/text_block_singleline/test_text_block_singleline.rb +15 -0
- data/test/features/text_block_style/expect.pdf +1390 -1
- data/{examples/tblock_styles/tblock_styles.tlf → test/features/text_block_style/templates/basic_styles.tlf} +0 -0
- data/{examples/tblock_styles → test/features/text_block_style/templates}/font_size.tlf +0 -0
- data/{examples/tblock_styles/tblock_styles.rb → test/features/text_block_style/test_text_block_style.rb} +9 -5
- data/test/features/text_character_spacing/expect.pdf +0 -0
- data/{examples/character_spacing/character_spacing.tlf → test/features/text_character_spacing/template.tlf} +0 -0
- data/test/features/text_character_spacing/test_text_character_spacing.rb +12 -0
- data/test/features/text_word_wrap/expect.pdf +0 -0
- data/{examples/word_wrap/word_wrap.tlf → test/features/text_word_wrap/template.tlf} +0 -0
- data/test/features/text_word_wrap/test_text_word_wrap.rb +30 -0
- data/test/test_helper.rb +1 -10
- data/test/{unit → units}/core/format/test_base.rb +0 -0
- data/test/{unit → units}/core/shape/base/test_internal.rb +0 -0
- data/test/{unit → units}/core/shape/basic/test_block_format.rb +0 -0
- data/test/{unit → units}/core/shape/basic/test_block_interface.rb +0 -0
- data/test/{unit → units}/core/shape/basic/test_block_internal.rb +0 -0
- data/test/{unit → units}/core/shape/basic/test_format.rb +0 -0
- data/test/{unit → units}/core/shape/basic/test_interface.rb +0 -0
- data/test/{unit → units}/core/shape/basic/test_internal.rb +0 -0
- data/test/{unit → units}/core/shape/image_block/test_interface.rb +0 -0
- data/test/{unit → units}/core/shape/image_block/test_internal.rb +0 -0
- data/test/{unit → units}/core/shape/list/test_format.rb +0 -0
- data/test/{unit → units}/core/shape/list/test_manager.rb +0 -0
- data/test/{unit → units}/core/shape/list/test_page.rb +0 -0
- data/test/{unit → units}/core/shape/list/test_page_state.rb +0 -0
- data/test/{unit → units}/core/shape/list/test_section_format.rb +0 -0
- data/test/{unit → units}/core/shape/list/test_section_interface.rb +0 -0
- data/test/{unit → units}/core/shape/list/test_section_internal.rb +0 -0
- data/test/{unit → units}/core/shape/manager/test_format.rb +0 -0
- data/test/{unit → units}/core/shape/manager/test_internal.rb +0 -0
- data/test/{unit → units}/core/shape/manager/test_target.rb +0 -0
- data/test/{unit → units}/core/shape/page_number/test_format.rb +0 -0
- data/test/{unit → units}/core/shape/page_number/test_interface.rb +0 -0
- data/test/{unit → units}/core/shape/page_number/test_internal.rb +0 -0
- data/test/{unit → units}/core/shape/styles/test_base.rb +0 -0
- data/test/{unit → units}/core/shape/styles/test_basic.rb +0 -0
- data/test/{unit → units}/core/shape/styles/test_graphic.rb +0 -0
- data/test/{unit → units}/core/shape/styles/test_text.rb +0 -0
- data/test/{unit → units}/core/shape/text/test_format.rb +0 -0
- data/test/{unit → units}/core/shape/text/test_internal.rb +0 -0
- data/test/{unit → units}/core/shape/text_block/formatter/test_basic.rb +0 -0
- data/test/{unit → units}/core/shape/text_block/formatter/test_datetime.rb +0 -0
- data/test/{unit → units}/core/shape/text_block/formatter/test_number.rb +0 -0
- data/test/{unit → units}/core/shape/text_block/formatter/test_padding.rb +0 -0
- data/test/{unit → units}/core/shape/text_block/test_format.rb +0 -0
- data/test/{unit → units}/core/shape/text_block/test_formatter.rb +0 -0
- data/test/{unit → units}/core/shape/text_block/test_interface.rb +0 -0
- data/test/{unit → units}/core/shape/text_block/test_internal.rb +0 -0
- data/test/{unit → units}/core/test_shape.rb +0 -0
- data/test/{unit → units}/core/test_utils.rb +0 -0
- data/test/{unit → units}/generator/pdf/document/graphics/test_attributes.rb +0 -0
- data/test/{unit → units}/generator/pdf/document/graphics/test_basic.rb +0 -0
- data/test/{unit → units}/generator/pdf/document/graphics/test_image.rb +0 -0
- data/test/{unit → units}/generator/pdf/document/graphics/test_text.rb +0 -0
- data/test/{unit → units}/generator/pdf/document/test_font.rb +0 -0
- data/test/{unit → units}/generator/pdf/document/test_graphics.rb +0 -0
- data/test/{unit → units}/generator/pdf/document/test_page.rb +0 -0
- data/test/{unit → units}/generator/pdf/document/test_parse_color.rb +0 -0
- data/test/{unit → units}/generator/pdf/prawn_ext/test_calc_image_dimensions.rb +0 -0
- data/test/{unit → units}/generator/pdf/prawn_ext/test_width_of.rb +0 -0
- data/test/{unit → units}/generator/pdf/test_document.rb +0 -0
- data/test/{unit → units}/generator/test_pdf.rb +0 -0
- data/test/{unit → units}/layout/test_base.rb +0 -0
- data/test/{unit → units}/layout/test_format.rb +0 -0
- data/test/{unit → units}/layout/test_legacy_schema.rb +3 -1
- data/test/{unit → units}/layout/test_version.rb +0 -0
- data/test/{unit → units}/report/test_base.rb +0 -0
- data/test/{unit → units}/report/test_internal.rb +0 -0
- data/test/{unit → units}/test_config.rb +0 -0
- data/test/{unit → units}/test_layout.rb +0 -0
- data/test/{unit → units}/test_report.rb +0 -0
- data/thinreports.gemspec +0 -1
- metadata +122 -123
- data/examples/character_spacing/character_spacing.rb +0 -8
- data/examples/dynamic_image/dynamic_image.rb +0 -31
- data/examples/dynamic_style/dynamic_style.rb +0 -150
- data/examples/eudc/eudc.rb +0 -20
- data/examples/helper.rb +0 -50
- data/examples/hidden_shapes/hidden_shapes.rb +0 -9
- data/examples/list_manual_generation/list_manual_generation.rb +0 -22
- data/examples/list_page_number/list_page_number.rb +0 -17
- data/examples/page_number/page_number.rb +0 -33
- data/examples/palleted_png/palleted_png.rb +0 -9
- data/examples/password_setting/password_setting.rb +0 -10
- data/examples/password_setting/password_setting.tlf +0 -45
- data/examples/report_callbacks/report_callbacks.rb +0 -14
- data/examples/single_line_tblock/single_line_tblock.rb +0 -13
- data/examples/tblock_overflow/tblock_overflow.rb +0 -20
- data/examples/text_align/text_align.rb +0 -8
- data/examples/typeB_page_size/B4_ISO.tlf +0 -45
- data/examples/typeB_page_size/B4_JIS.tlf +0 -45
- data/examples/typeB_page_size/typeB_page_size.rb +0 -17
- data/examples/word_wrap/word_wrap.rb +0 -26
- data/test/tmp/.gitkeep +0 -0
File without changes
|
File without changes
|
@@ -1,10 +1,12 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
Thinreports::Report.generate filename: t.output_filename do |report|
|
5
|
-
report.use_layout t.layout_filename
|
3
|
+
require 'feature_test'
|
6
4
|
|
7
|
-
|
5
|
+
class TestTextBlockStyle < FeatureTest
|
6
|
+
feature :text_block_style do
|
7
|
+
report = Thinreports::Report.new
|
8
|
+
|
9
|
+
report.start_new_page layout: template_path('templates/basic_styles.tlf') do |page|
|
8
10
|
page.item(:space_single_helvetica).value('Char Space in Single(Helvetica)')
|
9
11
|
page.item(:space_single_ipamincho).value = '文字間隔 in 単行(IPA明朝)'
|
10
12
|
|
@@ -24,7 +26,7 @@ example :tblock_styles, 'Set the styles of Tblock in the Editor' do |t|
|
|
24
26
|
page.item(:line_height).value("行間隔2.0\n日本語\nThinreports")
|
25
27
|
end
|
26
28
|
|
27
|
-
report.start_new_page layout:
|
29
|
+
report.start_new_page layout: template_path('templates/font_size.tlf') do |page|
|
28
30
|
page[:text_single24].style(:font_size, 24)
|
29
31
|
page[:text_single32].style(:font_size, 32)
|
30
32
|
|
@@ -39,5 +41,7 @@ example :tblock_styles, 'Set the styles of Tblock in the Editor' do |t|
|
|
39
41
|
page.item(:block_multiple24).style(:font_size, 24).value("サイズ24\nサイズ24")
|
40
42
|
page.item(:block_multiple32).style(:font_size, 32).value("サイズ32\nサイズ32")
|
41
43
|
end
|
44
|
+
|
45
|
+
assert_pdf report.generate
|
42
46
|
end
|
43
47
|
end
|
Binary file
|
File without changes
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'feature_test'
|
4
|
+
|
5
|
+
class TestTextCharacterSpacing < FeatureTest
|
6
|
+
feature :text_character_spacing do
|
7
|
+
report = Thinreports::Report.new layout: template_path
|
8
|
+
report.start_new_page
|
9
|
+
|
10
|
+
assert_pdf report.generate
|
11
|
+
end
|
12
|
+
end
|
Binary file
|
File without changes
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'feature_test'
|
4
|
+
|
5
|
+
class TestTextWordWrap < FeatureTest
|
6
|
+
feature :text_word_wrap do
|
7
|
+
report = Thinreports::Report.new layout: template_path
|
8
|
+
report.start_new_page
|
9
|
+
|
10
|
+
report.page.item(:locale).value('ja')
|
11
|
+
|
12
|
+
text = 'Thinreports は Ruby 向けのオープンソース帳票・PDF ツールです。'
|
13
|
+
report.page.values single_none: text,
|
14
|
+
single_break_word: text,
|
15
|
+
multiple_none: text,
|
16
|
+
multiple_break_word: text
|
17
|
+
|
18
|
+
report.start_new_page
|
19
|
+
|
20
|
+
report.page.item(:locale).value('en')
|
21
|
+
|
22
|
+
text = 'Thinreports is the OSS reporting tool for Ruby-lang.'
|
23
|
+
report.page.values single_none: text,
|
24
|
+
single_break_word: text,
|
25
|
+
multiple_none: text,
|
26
|
+
multiple_break_word: text
|
27
|
+
|
28
|
+
assert_pdf report.generate
|
29
|
+
end
|
30
|
+
end
|
data/test/test_helper.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
require 'minitest/autorun'
|
4
4
|
require 'minitest/spec'
|
5
5
|
require 'minitest/unit'
|
6
|
-
require 'mocha/
|
6
|
+
require 'mocha/minitest'
|
7
7
|
require 'pdf/inspector'
|
8
8
|
|
9
9
|
require 'digest/sha1'
|
@@ -30,19 +30,10 @@ module Thinreports::TestHelper
|
|
30
30
|
File.read(data_file(*paths))
|
31
31
|
end
|
32
32
|
|
33
|
-
def temp_path
|
34
|
-
ROOT.join('tmp')
|
35
|
-
end
|
36
|
-
|
37
33
|
def analyze_pdf_images(pdf_data)
|
38
34
|
analyzer = PDF::Inspector::XObject.analyze(pdf_data)
|
39
35
|
analyzer.page_xobjects
|
40
36
|
.reduce(:merge).values
|
41
37
|
.select { |o| o.hash[:Subtype] == :Image }
|
42
38
|
end
|
43
|
-
|
44
|
-
def teardown
|
45
|
-
super
|
46
|
-
FileUtils.rm Dir.glob(temp_path.join('*'))
|
47
|
-
end
|
48
39
|
end
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -104,7 +104,8 @@ class Thinreports::Layout::TestLegacySchema < Minitest::Test
|
|
104
104
|
'stroke-width' => '2.5',
|
105
105
|
'stroke' => '#ff0000',
|
106
106
|
'x-stroke-type' => 'dotted',
|
107
|
-
'fill' => 'red'
|
107
|
+
'fill' => 'red',
|
108
|
+
'rx' => '2'
|
108
109
|
}
|
109
110
|
assert_equal(
|
110
111
|
{
|
@@ -115,6 +116,7 @@ class Thinreports::Layout::TestLegacySchema < Minitest::Test
|
|
115
116
|
'width' => 300.1,
|
116
117
|
'height' => 400.1,
|
117
118
|
'display' => false,
|
119
|
+
'border-radius' => 2,
|
118
120
|
'style' => {
|
119
121
|
'border-width' => 2.5,
|
120
122
|
'border-color' => '#ff0000',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/thinreports.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thinreports
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matsukei Co.,Ltd.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: prawn
|
@@ -94,20 +94,6 @@ dependencies:
|
|
94
94
|
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
|
-
- !ruby/object:Gem::Dependency
|
98
|
-
name: yard
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
100
|
-
requirements:
|
101
|
-
- - ">="
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
version: '0'
|
104
|
-
type: :development
|
105
|
-
prerelease: false
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
107
|
-
requirements:
|
108
|
-
- - ">="
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
version: '0'
|
111
97
|
description: Thinreports is an open source report generation tool for Ruby.
|
112
98
|
email: thinreports@gmail.com
|
113
99
|
executables: []
|
@@ -122,51 +108,6 @@ files:
|
|
122
108
|
- MIT-LICENSE
|
123
109
|
- README.md
|
124
110
|
- Rakefile
|
125
|
-
- examples/character_spacing/character_spacing.rb
|
126
|
-
- examples/character_spacing/character_spacing.tlf
|
127
|
-
- examples/dynamic_image/dynamic_image.rb
|
128
|
-
- examples/dynamic_image/dynamic_image.tlf
|
129
|
-
- examples/dynamic_image/img200x100.png
|
130
|
-
- examples/dynamic_image/img50x50.png
|
131
|
-
- examples/dynamic_style/dynamic_style.rb
|
132
|
-
- examples/dynamic_style/dynamic_style.tlf
|
133
|
-
- examples/dynamic_style/dynamic_style_in_list.tlf
|
134
|
-
- examples/dynamic_style/image.png
|
135
|
-
- examples/eudc/eudc.rb
|
136
|
-
- examples/eudc/eudc.tlf
|
137
|
-
- examples/eudc/eudc.ttf
|
138
|
-
- examples/helper.rb
|
139
|
-
- examples/hidden_shapes/hidden_shapes.rb
|
140
|
-
- examples/hidden_shapes/hidden_shapes.tlf
|
141
|
-
- examples/list_events/list_events.rb
|
142
|
-
- examples/list_events/list_events.tlf
|
143
|
-
- examples/list_manual_generation/list_manual_generation.rb
|
144
|
-
- examples/list_manual_generation/list_manual_generation.tlf
|
145
|
-
- examples/list_page_number/list_page_number.rb
|
146
|
-
- examples/list_page_number/list_page_number.tlf
|
147
|
-
- examples/page_number/page_number.rb
|
148
|
-
- examples/page_number/page_number.tlf
|
149
|
-
- examples/palleted_png/palleted_png.png
|
150
|
-
- examples/palleted_png/palleted_png.rb
|
151
|
-
- examples/palleted_png/palleted_png.tlf
|
152
|
-
- examples/password_setting/password_setting.rb
|
153
|
-
- examples/password_setting/password_setting.tlf
|
154
|
-
- examples/report_callbacks/report_callbacks.rb
|
155
|
-
- examples/report_callbacks/report_callbacks.tlf
|
156
|
-
- examples/single_line_tblock/single_line_tblock.rb
|
157
|
-
- examples/single_line_tblock/single_line_tblock.tlf
|
158
|
-
- examples/tblock_overflow/tblock_overflow.rb
|
159
|
-
- examples/tblock_overflow/tblock_overflow.tlf
|
160
|
-
- examples/tblock_styles/font_size.tlf
|
161
|
-
- examples/tblock_styles/tblock_styles.rb
|
162
|
-
- examples/tblock_styles/tblock_styles.tlf
|
163
|
-
- examples/text_align/text_align.rb
|
164
|
-
- examples/text_align/text_align.tlf
|
165
|
-
- examples/typeB_page_size/B4_ISO.tlf
|
166
|
-
- examples/typeB_page_size/B4_JIS.tlf
|
167
|
-
- examples/typeB_page_size/typeB_page_size.rb
|
168
|
-
- examples/word_wrap/word_wrap.rb
|
169
|
-
- examples/word_wrap/word_wrap.tlf
|
170
111
|
- fonts/IPA_Font_License_Agreement_v1.0.txt
|
171
112
|
- fonts/ipag.ttf
|
172
113
|
- fonts/ipagp.ttf
|
@@ -262,69 +203,127 @@ files:
|
|
262
203
|
- test/data/image_normal_png_noext
|
263
204
|
- test/data/image_pallete_based.png
|
264
205
|
- test/data/legacy_layout/all-items.tlf
|
206
|
+
- test/features/dynamic_style/expect.pdf
|
207
|
+
- test/features/dynamic_style/image.png
|
208
|
+
- test/features/dynamic_style/templates/styles.tlf
|
209
|
+
- test/features/dynamic_style/templates/styles_in_list.tlf
|
210
|
+
- test/features/dynamic_style/test_dynamic_style.rb
|
211
|
+
- test/features/eudc/eudc.ttf
|
212
|
+
- test/features/eudc/expect.pdf
|
213
|
+
- test/features/eudc/template.tlf
|
214
|
+
- test/features/eudc/test_eudc.rb
|
215
|
+
- test/features/feature_test.rb
|
216
|
+
- test/features/graphics/expect.pdf
|
217
|
+
- test/features/graphics/template.tlf
|
218
|
+
- test/features/graphics/test_graphics.rb
|
219
|
+
- test/features/hidden_item/expect.pdf
|
220
|
+
- test/features/hidden_item/template.tlf
|
221
|
+
- test/features/hidden_item/test_hidden_item.rb
|
222
|
+
- test/features/image_block/expect.pdf
|
223
|
+
- test/features/image_block/img200x100.png
|
224
|
+
- test/features/image_block/img50x50.png
|
225
|
+
- test/features/image_block/template.tlf
|
226
|
+
- test/features/image_block/test_image_block.rb
|
227
|
+
- test/features/list_events/expect.pdf
|
228
|
+
- test/features/list_events/template.tlf
|
229
|
+
- test/features/list_events/test_list_events.rb
|
230
|
+
- test/features/list_manually/expect.pdf
|
231
|
+
- test/features/list_manually/template.tlf
|
232
|
+
- test/features/list_manually/test_list_manually.rb
|
233
|
+
- test/features/page_number/expect.pdf
|
234
|
+
- test/features/page_number/template.tlf
|
235
|
+
- test/features/page_number/test_page_number.rb
|
236
|
+
- test/features/page_number_with_list/expect.pdf
|
237
|
+
- test/features/page_number_with_list/template.tlf
|
238
|
+
- test/features/page_number_with_list/test_page_number_with_list.rb
|
239
|
+
- test/features/palleted_png/expect.pdf
|
240
|
+
- test/features/palleted_png/palleted_png.png
|
241
|
+
- test/features/palleted_png/template.tlf
|
242
|
+
- test/features/palleted_png/test_palleted_png.rb
|
243
|
+
- test/features/report_callbacks/expect.pdf
|
244
|
+
- test/features/report_callbacks/template.tlf
|
245
|
+
- test/features/report_callbacks/test_report_callbacks.rb
|
246
|
+
- test/features/text_align/expect.pdf
|
247
|
+
- test/features/text_align/template.tlf
|
248
|
+
- test/features/text_align/test_text_align.rb
|
249
|
+
- test/features/text_block_overflow/expect.pdf
|
250
|
+
- test/features/text_block_overflow/template.tlf
|
251
|
+
- test/features/text_block_overflow/test_text_block_overflow.rb
|
252
|
+
- test/features/text_block_singleline/expect.pdf
|
253
|
+
- test/features/text_block_singleline/template.tlf
|
254
|
+
- test/features/text_block_singleline/test_text_block_singleline.rb
|
255
|
+
- test/features/text_block_style/expect.pdf
|
256
|
+
- test/features/text_block_style/templates/basic_styles.tlf
|
257
|
+
- test/features/text_block_style/templates/font_size.tlf
|
258
|
+
- test/features/text_block_style/test_text_block_style.rb
|
259
|
+
- test/features/text_character_spacing/expect.pdf
|
260
|
+
- test/features/text_character_spacing/template.tlf
|
261
|
+
- test/features/text_character_spacing/test_text_character_spacing.rb
|
262
|
+
- test/features/text_word_wrap/expect.pdf
|
263
|
+
- test/features/text_word_wrap/template.tlf
|
264
|
+
- test/features/text_word_wrap/test_text_word_wrap.rb
|
265
265
|
- test/schema_helper.rb
|
266
266
|
- test/test_helper.rb
|
267
|
-
- test/
|
268
|
-
- test/
|
269
|
-
- test/
|
270
|
-
- test/
|
271
|
-
- test/
|
272
|
-
- test/
|
273
|
-
- test/
|
274
|
-
- test/
|
275
|
-
- test/
|
276
|
-
- test/
|
277
|
-
- test/
|
278
|
-
- test/
|
279
|
-
- test/
|
280
|
-
- test/
|
281
|
-
- test/
|
282
|
-
- test/
|
283
|
-
- test/
|
284
|
-
- test/
|
285
|
-
- test/
|
286
|
-
- test/
|
287
|
-
- test/
|
288
|
-
- test/
|
289
|
-
- test/
|
290
|
-
- test/
|
291
|
-
- test/
|
292
|
-
- test/
|
293
|
-
- test/
|
294
|
-
- test/
|
295
|
-
- test/
|
296
|
-
- test/
|
297
|
-
- test/
|
298
|
-
- test/
|
299
|
-
- test/
|
300
|
-
- test/
|
301
|
-
- test/
|
302
|
-
- test/
|
303
|
-
- test/
|
304
|
-
- test/
|
305
|
-
- test/
|
306
|
-
- test/
|
307
|
-
- test/
|
308
|
-
- test/
|
309
|
-
- test/
|
310
|
-
- test/
|
311
|
-
- test/
|
312
|
-
- test/
|
313
|
-
- test/
|
314
|
-
- test/
|
315
|
-
- test/
|
316
|
-
- test/
|
317
|
-
- test/
|
318
|
-
- test/
|
319
|
-
- test/
|
320
|
-
- test/
|
321
|
-
- test/
|
322
|
-
- test/
|
323
|
-
- test/
|
324
|
-
- test/
|
325
|
-
- test/
|
326
|
-
- test/
|
327
|
-
- test/unit/test_report.rb
|
267
|
+
- test/units/core/format/test_base.rb
|
268
|
+
- test/units/core/shape/base/test_internal.rb
|
269
|
+
- test/units/core/shape/basic/test_block_format.rb
|
270
|
+
- test/units/core/shape/basic/test_block_interface.rb
|
271
|
+
- test/units/core/shape/basic/test_block_internal.rb
|
272
|
+
- test/units/core/shape/basic/test_format.rb
|
273
|
+
- test/units/core/shape/basic/test_interface.rb
|
274
|
+
- test/units/core/shape/basic/test_internal.rb
|
275
|
+
- test/units/core/shape/image_block/test_interface.rb
|
276
|
+
- test/units/core/shape/image_block/test_internal.rb
|
277
|
+
- test/units/core/shape/list/test_format.rb
|
278
|
+
- test/units/core/shape/list/test_manager.rb
|
279
|
+
- test/units/core/shape/list/test_page.rb
|
280
|
+
- test/units/core/shape/list/test_page_state.rb
|
281
|
+
- test/units/core/shape/list/test_section_format.rb
|
282
|
+
- test/units/core/shape/list/test_section_interface.rb
|
283
|
+
- test/units/core/shape/list/test_section_internal.rb
|
284
|
+
- test/units/core/shape/manager/test_format.rb
|
285
|
+
- test/units/core/shape/manager/test_internal.rb
|
286
|
+
- test/units/core/shape/manager/test_target.rb
|
287
|
+
- test/units/core/shape/page_number/test_format.rb
|
288
|
+
- test/units/core/shape/page_number/test_interface.rb
|
289
|
+
- test/units/core/shape/page_number/test_internal.rb
|
290
|
+
- test/units/core/shape/styles/test_base.rb
|
291
|
+
- test/units/core/shape/styles/test_basic.rb
|
292
|
+
- test/units/core/shape/styles/test_graphic.rb
|
293
|
+
- test/units/core/shape/styles/test_text.rb
|
294
|
+
- test/units/core/shape/text/test_format.rb
|
295
|
+
- test/units/core/shape/text/test_internal.rb
|
296
|
+
- test/units/core/shape/text_block/formatter/test_basic.rb
|
297
|
+
- test/units/core/shape/text_block/formatter/test_datetime.rb
|
298
|
+
- test/units/core/shape/text_block/formatter/test_number.rb
|
299
|
+
- test/units/core/shape/text_block/formatter/test_padding.rb
|
300
|
+
- test/units/core/shape/text_block/test_format.rb
|
301
|
+
- test/units/core/shape/text_block/test_formatter.rb
|
302
|
+
- test/units/core/shape/text_block/test_interface.rb
|
303
|
+
- test/units/core/shape/text_block/test_internal.rb
|
304
|
+
- test/units/core/test_shape.rb
|
305
|
+
- test/units/core/test_utils.rb
|
306
|
+
- test/units/generator/pdf/document/graphics/test_attributes.rb
|
307
|
+
- test/units/generator/pdf/document/graphics/test_basic.rb
|
308
|
+
- test/units/generator/pdf/document/graphics/test_image.rb
|
309
|
+
- test/units/generator/pdf/document/graphics/test_text.rb
|
310
|
+
- test/units/generator/pdf/document/test_font.rb
|
311
|
+
- test/units/generator/pdf/document/test_graphics.rb
|
312
|
+
- test/units/generator/pdf/document/test_page.rb
|
313
|
+
- test/units/generator/pdf/document/test_parse_color.rb
|
314
|
+
- test/units/generator/pdf/prawn_ext/test_calc_image_dimensions.rb
|
315
|
+
- test/units/generator/pdf/prawn_ext/test_width_of.rb
|
316
|
+
- test/units/generator/pdf/test_document.rb
|
317
|
+
- test/units/generator/test_pdf.rb
|
318
|
+
- test/units/layout/test_base.rb
|
319
|
+
- test/units/layout/test_format.rb
|
320
|
+
- test/units/layout/test_legacy_schema.rb
|
321
|
+
- test/units/layout/test_version.rb
|
322
|
+
- test/units/report/test_base.rb
|
323
|
+
- test/units/report/test_internal.rb
|
324
|
+
- test/units/test_config.rb
|
325
|
+
- test/units/test_layout.rb
|
326
|
+
- test/units/test_report.rb
|
328
327
|
- thinreports.gemspec
|
329
328
|
homepage: http://www.thinreports.org
|
330
329
|
licenses:
|
@@ -346,7 +345,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
346
345
|
version: '0'
|
347
346
|
requirements: []
|
348
347
|
rubyforge_project:
|
349
|
-
rubygems_version: 2.7.
|
348
|
+
rubygems_version: 2.7.8
|
350
349
|
signing_key:
|
351
350
|
specification_version: 4
|
352
351
|
summary: An open source report generation tool for Ruby.
|