jyurek-prawn-layout 0.8.4

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.
metadata ADDED
@@ -0,0 +1,105 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jyurek-prawn-layout
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 8
8
+ - 4
9
+ version: 0.8.4
10
+ platform: ruby
11
+ authors:
12
+ - Gregory Brown
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-03-01 00:00:00 -05:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: prawn-core
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 0
29
+ version: "0"
30
+ type: :runtime
31
+ version_requirements: *id001
32
+ description: " An extension to Prawn that provides table support and other layout functionality\n"
33
+ email: " gregory.t.brown@gmail.com"
34
+ executables: []
35
+
36
+ extensions: []
37
+
38
+ extra_rdoc_files:
39
+ - README
40
+ files:
41
+ - examples/example_helper.rb
42
+ - examples/grid/bounding_boxes.rb
43
+ - examples/grid/column_gutter_grid.rb
44
+ - examples/grid/multi_boxes.rb
45
+ - examples/grid/show_grid.rb
46
+ - examples/grid/simple_grid.rb
47
+ - examples/page_layout/lazy_bounding_boxes.rb
48
+ - examples/page_layout/padded_box.rb
49
+ - examples/table/addressbook.csv
50
+ - examples/table/cell.rb
51
+ - examples/table/currency.csv
52
+ - examples/table/fancy_table.rb
53
+ - examples/table/table.rb
54
+ - examples/table/table_alignment.rb
55
+ - examples/table/table_border_color.rb
56
+ - examples/table/table_colspan.rb
57
+ - examples/table/table_header_color.rb
58
+ - examples/table/table_header_underline.rb
59
+ - examples/table/table_widths.rb
60
+ - lib/prawn/layout/grid.rb
61
+ - lib/prawn/layout/page.rb
62
+ - lib/prawn/layout.rb
63
+ - lib/prawn/table/cell.rb
64
+ - lib/prawn/table.rb
65
+ - spec/grid_spec.rb
66
+ - spec/spec_helper.rb
67
+ - spec/table_spec.rb
68
+ - Rakefile
69
+ - README
70
+ has_rdoc: true
71
+ homepage: http://prawn.majesticseacreature.com
72
+ licenses: []
73
+
74
+ post_install_message:
75
+ rdoc_options:
76
+ - --title
77
+ - Prawn Documentation
78
+ - --main
79
+ - README
80
+ - -q
81
+ require_paths:
82
+ - lib
83
+ required_ruby_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ segments:
88
+ - 0
89
+ version: "0"
90
+ required_rubygems_version: !ruby/object:Gem::Requirement
91
+ requirements:
92
+ - - ">="
93
+ - !ruby/object:Gem::Version
94
+ segments:
95
+ - 0
96
+ version: "0"
97
+ requirements: []
98
+
99
+ rubyforge_project: prawn-layout
100
+ rubygems_version: 1.3.6
101
+ signing_key:
102
+ specification_version: 3
103
+ summary: An extension to Prawn that provides table support and other layout functionality
104
+ test_files: []
105
+