prawn-flexible-table 0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: prawn-flexible-table
3
+ version: !ruby/object:Gem::Version
4
+ version: "0.1"
5
+ platform: ruby
6
+ authors:
7
+ - "Jes\xC3\xBAs Garc\xC3\xADa S\xC3\xA1ez"
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-11-21 00:00:00 +01:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: " An extension to Prawn that provides flexible table support, that means be able to create tables with rowspan and colspan attributes for each cell\n"
17
+ email: blaxter@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README
24
+ files:
25
+ - examples/table_widths.rb
26
+ - examples/addressbook.csv
27
+ - examples/currency.csv
28
+ - examples/table_rowspan.rb
29
+ - examples/table_header_underline.rb
30
+ - examples/table_alignment.rb
31
+ - examples/table_colspan.rb
32
+ - examples/table_header_color.rb
33
+ - examples/fancy_table.rb
34
+ - examples/table.rb
35
+ - examples/cell.rb
36
+ - examples/table_border_color.rb
37
+ - lib/prawn/flexible-table.rb
38
+ - lib/prawn/flexible-table/cell.rb
39
+ - lib/prawn/errors.rb
40
+ - spec/page_layout_spec.rb
41
+ - spec/grid_spec.rb
42
+ - spec/table_spec.rb
43
+ - spec/spec_helper.rb
44
+ - Rakefile
45
+ - README
46
+ has_rdoc: true
47
+ homepage: http://github.com/blaxter/prawn-flexible-table
48
+ licenses: []
49
+
50
+ post_install_message:
51
+ rdoc_options:
52
+ - --title
53
+ - Prawn Documentation
54
+ - --main
55
+ - README
56
+ - -q
57
+ require_paths:
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ version:
65
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: "0"
70
+ version:
71
+ requirements: []
72
+
73
+ rubyforge_project: prawn
74
+ rubygems_version: 1.3.5
75
+ signing_key:
76
+ specification_version: 3
77
+ summary: An extension to Prawn that provides flexible table support
78
+ test_files: []
79
+