srdperu-prawn-format 0.1.1.1 → 0.1.1.2

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: 0.1.1.1
4
+ version: 0.1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - srdperu
@@ -42,8 +42,19 @@ extensions: []
42
42
  extra_rdoc_files: []
43
43
 
44
44
  files:
45
- - lib/prawn/
46
- - lib/prawn/format.rb
45
+ - examples/basic-formatting.rb
46
+ - examples/christmas-carol.txt
47
+ - examples/document.rb
48
+ - examples/flowing.rb
49
+ - examples/style-classes.rb
50
+ - examples/syntax-highlighting.rb
51
+ - examples/tags.rb
52
+ - lib/prawn/format/effects/link.rb
53
+ - lib/prawn/format/effects/underline.rb
54
+ - lib/prawn/format/instructions/base.rb
55
+ - lib/prawn/format/instructions/tag_close.rb
56
+ - lib/prawn/format/instructions/tag_open.rb
57
+ - lib/prawn/format/instructions/text.rb
47
58
  - lib/prawn/format/layout_builder.rb
48
59
  - lib/prawn/format/lexer.rb
49
60
  - lib/prawn/format/line.rb
@@ -51,14 +62,23 @@ files:
51
62
  - lib/prawn/format/state.rb
52
63
  - lib/prawn/format/text_object.rb
53
64
  - 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
65
+ - lib/prawn/format.rb
66
+ - manual/html.rb
67
+ - manual/include/basics.rb
68
+ - manual/include/breaks.rb
69
+ - manual/include/custom-tags.rb
70
+ - manual/include/custom-tags2.rb
71
+ - manual/include/indent.rb
72
+ - manual/include/options.rb
73
+ - manual/include/style-classes.rb
74
+ - manual/manual.txt
75
+ - manual/pdf.rb
76
+ - Rakefile
77
+ - spec/layout_builder_spec.rb
78
+ - spec/lexer_spec.rb
79
+ - spec/parser_spec.rb
80
+ - spec/spec_helper.rb
81
+ - Manifest
62
82
  has_rdoc: false
63
83
  homepage: http://github.com/srdperu/prawn-format
64
84
  post_install_message: