sskirby-prawn-layout 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sskirby-prawn-layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory Brown
@@ -13,21 +13,48 @@ date: 2009-04-08 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description: Prawn is a fast, tiny, and nimble PDF generator for Ruby
17
- email: gregory.t.brown@gmail.com
16
+ description: An extension to Prawn that provides table support and other layout functionality
17
+ email: " gregory.t.brown@gmail.com"
18
18
  executables: []
19
19
 
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files: []
23
23
 
24
- files: []
25
-
26
- has_rdoc: false
24
+ files:
25
+ - examples/table
26
+ - examples/table/table_colspan.rb
27
+ - examples/table/currency.csv
28
+ - examples/table/table.rb
29
+ - examples/table/table_border_color.rb
30
+ - examples/table/addressbook.csv
31
+ - examples/table/fancy_table.rb
32
+ - examples/table/table_widths.rb
33
+ - examples/table/table_header_color.rb
34
+ - examples/table/table_alignment.rb
35
+ - examples/table/cell.rb
36
+ - examples/table/table_header_underline.rb
37
+ - examples/page_layout
38
+ - examples/page_layout/lazy_bounding_boxes.rb
39
+ - examples/page_layout/padded_box.rb
40
+ - examples/page_layout/flowing_text_with_header_and_footer.rb
41
+ - lib/prawn
42
+ - lib/prawn/table.rb
43
+ - lib/prawn/table
44
+ - lib/prawn/table/cell.rb
45
+ - lib/prawn/layout.rb
46
+ - lib/prawn/layout
47
+ - lib/prawn/layout/page.rb
48
+ - spec/spec_helper.rb
49
+ - spec/page_layout_spec.rb
50
+ - spec/table_spec.rb
51
+ - Rakefile
52
+ has_rdoc: true
27
53
  homepage: http://prawn.majesticseacreature.com
28
54
  post_install_message:
29
- rdoc_options: []
30
-
55
+ rdoc_options:
56
+ - --title
57
+ - Prawn Documentation
31
58
  require_paths:
32
59
  - lib
33
60
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -48,6 +75,6 @@ rubyforge_project: prawn
48
75
  rubygems_version: 1.2.0
49
76
  signing_key:
50
77
  specification_version: 2
51
- summary: A fast and nimble PDF generator for Ruby
78
+ summary: An extension to Prawn that provides table support and other layout functionality
52
79
  test_files: []
53
80