prawn-layout 0.1.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.
metadata ADDED
@@ -0,0 +1,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: prawn-layout
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Gregory Brown
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-01-17 00:00:00 -05:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: An extension to Prawn that provides table support and other layout functionality
17
+ email: " gregory.t.brown@gmail.com"
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - examples/table
26
+ - examples/table/addressbook.csv
27
+ - examples/table/cell.rb
28
+ - examples/table/currency.csv
29
+ - examples/table/fancy_table.rb
30
+ - examples/table/table.rb
31
+ - examples/table/table_alignment.rb
32
+ - examples/table/table_border_color.rb
33
+ - examples/table/table_colspan.rb
34
+ - examples/table/table_header_color.rb
35
+ - examples/table/table_header_underline.rb
36
+ - examples/table/table_widths.rb
37
+ - lib/prawn
38
+ - lib/prawn/layout.rb
39
+ - lib/prawn/table
40
+ - lib/prawn/table/cell.rb
41
+ - lib/prawn/table.rb
42
+ - spec/spec_helper.rb
43
+ - spec/table_spec.rb
44
+ - Rakefile
45
+ has_rdoc: true
46
+ homepage: http://prawn.majesticseacreature.com
47
+ post_install_message:
48
+ rdoc_options:
49
+ - --title
50
+ - Prawn Documentation
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: "0"
58
+ version:
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ version:
65
+ requirements: []
66
+
67
+ rubyforge_project: prawn
68
+ rubygems_version: 1.3.1
69
+ signing_key:
70
+ specification_version: 2
71
+ summary: An extension to Prawn that provides table support and other layout functionality
72
+ test_files: []
73
+