red_quilt 0.7.2 → 0.9.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: red_quilt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - takahashim
@@ -38,21 +38,27 @@ files:
38
38
  - lib/red_quilt/blockquote.rb
39
39
  - lib/red_quilt/browser_launcher.rb
40
40
  - lib/red_quilt/cli.rb
41
+ - lib/red_quilt/code_block.rb
41
42
  - lib/red_quilt/diagnostic.rb
42
43
  - lib/red_quilt/document.rb
43
44
  - lib/red_quilt/extended_autolink_pass.rb
45
+ - lib/red_quilt/footnote_anchors.rb
44
46
  - lib/red_quilt/footnote_definition.rb
45
47
  - lib/red_quilt/footnote_pass.rb
46
48
  - lib/red_quilt/footnote_registry.rb
49
+ - lib/red_quilt/frontmatter.rb
50
+ - lib/red_quilt/html_block.rb
47
51
  - lib/red_quilt/indentation.rb
48
52
  - lib/red_quilt/inline.rb
49
53
  - lib/red_quilt/inline/builder.rb
54
+ - lib/red_quilt/inline/emphasis_resolver.rb
50
55
  - lib/red_quilt/inline/flanking.rb
51
56
  - lib/red_quilt/inline/html_entities.rb
52
57
  - lib/red_quilt/inline/lexer.rb
53
58
  - lib/red_quilt/inline/link_scanner.rb
54
59
  - lib/red_quilt/inline/token_kind.rb
55
60
  - lib/red_quilt/inline/tokens.rb
61
+ - lib/red_quilt/inline/url_sanitizer.rb
56
62
  - lib/red_quilt/inline_pass.rb
57
63
  - lib/red_quilt/line.rb
58
64
  - lib/red_quilt/lint_pass.rb
@@ -66,6 +72,7 @@ files:
66
72
  - lib/red_quilt/slug.rb
67
73
  - lib/red_quilt/source_map.rb
68
74
  - lib/red_quilt/source_span.rb
75
+ - lib/red_quilt/table.rb
69
76
  - lib/red_quilt/theme.rb
70
77
  - lib/red_quilt/themes/default.css
71
78
  - lib/red_quilt/tilt.rb
@@ -87,14 +94,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
87
94
  requirements:
88
95
  - - ">="
89
96
  - !ruby/object:Gem::Version
90
- version: 3.3.0
97
+ version: 3.1.0
91
98
  required_rubygems_version: !ruby/object:Gem::Requirement
92
99
  requirements:
93
100
  - - ">="
94
101
  - !ruby/object:Gem::Version
95
102
  version: '0'
96
103
  requirements: []
97
- rubygems_version: 3.6.9
104
+ rubygems_version: 4.0.16
98
105
  specification_version: 4
99
106
  summary: CommonMark-based Markdown processor written in pure Ruby
100
107
  test_files: []