srdperu-prawn-format 0.1.1.1

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,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: srdperu-prawn-format
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1.1
5
+ platform: ruby
6
+ authors:
7
+ - srdperu
8
+ - sandal
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2009-06-16 00:00:00 -07:00
14
+ default_executable:
15
+ dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: mime-types
18
+ type: :runtime
19
+ version_requirement:
20
+ version_requirements: !ruby/object:Gem::Requirement
21
+ requirements:
22
+ - - ">="
23
+ - !ruby/object:Gem::Version
24
+ version: "1.15"
25
+ version:
26
+ - !ruby/object:Gem::Dependency
27
+ name: diff-lcs
28
+ type: :runtime
29
+ version_requirement:
30
+ version_requirements: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: 1.1.2
35
+ version:
36
+ description: An extension to the Prawn PDF generation library that allows you to use HTML-ish tags to do inline formatting.
37
+ email: alvaro.pereyra@srdperu.com
38
+ executables: []
39
+
40
+ extensions: []
41
+
42
+ extra_rdoc_files: []
43
+
44
+ files:
45
+ - lib/prawn/
46
+ - lib/prawn/format.rb
47
+ - lib/prawn/format/layout_builder.rb
48
+ - lib/prawn/format/lexer.rb
49
+ - lib/prawn/format/line.rb
50
+ - lib/prawn/format/parser.rb
51
+ - lib/prawn/format/state.rb
52
+ - lib/prawn/format/text_object.rb
53
+ - lib/prawn/format/version.rb
54
+ - lib/prawn/format/effects/
55
+ - lib/prawn/format/effects/link.rb
56
+ - lib/prawn/format/effects/underline.rb
57
+ - lib/prawn/format/instructions/
58
+ - lib/prawn/format/instructions/base.rb
59
+ - lib/prawn/format/instructions/tag_close.rb
60
+ - lib/prawn/format/instructions/tag_open.rb
61
+ - lib/prawn/format/instructions/text.rb
62
+ has_rdoc: false
63
+ homepage: http://github.com/srdperu/prawn-format
64
+ post_install_message:
65
+ rdoc_options:
66
+ - --inline-source
67
+ - --charset=UTF-8
68
+ require_paths:
69
+ - lib
70
+ required_ruby_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: "0"
75
+ version:
76
+ required_rubygems_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: "0"
81
+ version:
82
+ requirements: []
83
+
84
+ rubyforge_project: prawn-format
85
+ rubygems_version: 1.2.0
86
+ signing_key:
87
+ specification_version: 2
88
+ summary: An extension to the Prawn PDF generation library that allows you to use HTML-ish tags to do inline formatting.
89
+ test_files: []
90
+