srdperu-prawn-format 1.1.2 → 1.1.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: srdperu-prawn-format
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - srdperu
@@ -12,27 +12,8 @@ cert_chain: []
12
12
 
13
13
  date: 2009-06-16 00:00:00 -07:00
14
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:
15
+ dependencies: []
16
+
36
17
  description: An extension to the Prawn PDF generation library that allows you to use HTML-ish tags to do inline formatting.
37
18
  email: alvaro.pereyra@srdperu.com
38
19
  executables: []
@@ -42,8 +23,19 @@ extensions: []
42
23
  extra_rdoc_files: []
43
24
 
44
25
  files:
45
- - lib/prawn/
46
- - lib/prawn/format.rb
26
+ - examples/basic-formatting.rb
27
+ - examples/christmas-carol.txt
28
+ - examples/document.rb
29
+ - examples/flowing.rb
30
+ - examples/style-classes.rb
31
+ - examples/syntax-highlighting.rb
32
+ - examples/tags.rb
33
+ - lib/prawn/format/effects/link.rb
34
+ - lib/prawn/format/effects/underline.rb
35
+ - lib/prawn/format/instructions/base.rb
36
+ - lib/prawn/format/instructions/tag_close.rb
37
+ - lib/prawn/format/instructions/tag_open.rb
38
+ - lib/prawn/format/instructions/text.rb
47
39
  - lib/prawn/format/layout_builder.rb
48
40
  - lib/prawn/format/lexer.rb
49
41
  - lib/prawn/format/line.rb
@@ -51,14 +43,23 @@ files:
51
43
  - lib/prawn/format/state.rb
52
44
  - lib/prawn/format/text_object.rb
53
45
  - 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
46
+ - lib/prawn/format.rb
47
+ - manual/html.rb
48
+ - manual/include/basics.rb
49
+ - manual/include/breaks.rb
50
+ - manual/include/custom-tags.rb
51
+ - manual/include/custom-tags2.rb
52
+ - manual/include/indent.rb
53
+ - manual/include/options.rb
54
+ - manual/include/style-classes.rb
55
+ - manual/manual.txt
56
+ - manual/pdf.rb
57
+ - Rakefile
58
+ - spec/layout_builder_spec.rb
59
+ - spec/lexer_spec.rb
60
+ - spec/parser_spec.rb
61
+ - spec/spec_helper.rb
62
+ - Manifest
62
63
  has_rdoc: false
63
64
  homepage: http://github.com/srdperu/prawn-format
64
65
  post_install_message: