red_quilt 0.6.1 → 0.7.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 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.6.1
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - takahashim
@@ -18,21 +18,22 @@ executables:
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - ".rspec"
22
21
  - ".rubocop.yml"
23
22
  - ".rubocop_todo.yml"
24
23
  - CHANGELOG.md
24
+ - LICENSE.txt
25
25
  - README.md
26
26
  - Rakefile
27
- - ast-spec.md
28
- - docs/architecture.md
29
- - docs/arena-usage.md
30
- - docs/commonmark-conformance.md
27
+ - docs/api.md
28
+ - docs/architecture.ja.md
29
+ - docs/arena-usage.ja.md
30
+ - docs/commonmark-conformance.ja.md
31
31
  - exe/redquilt
32
32
  - lib/red_quilt.rb
33
33
  - lib/red_quilt/arena.rb
34
34
  - lib/red_quilt/block_parser.rb
35
35
  - lib/red_quilt/blockquote.rb
36
+ - lib/red_quilt/browser_launcher.rb
36
37
  - lib/red_quilt/cli.rb
37
38
  - lib/red_quilt/diagnostic.rb
38
39
  - lib/red_quilt/document.rb
@@ -59,18 +60,23 @@ files:
59
60
  - lib/red_quilt/reference_definition.rb
60
61
  - lib/red_quilt/renderer/html.rb
61
62
  - lib/red_quilt/renderer/mdast.rb
63
+ - lib/red_quilt/slug.rb
62
64
  - lib/red_quilt/source_map.rb
63
65
  - lib/red_quilt/source_span.rb
64
66
  - lib/red_quilt/theme.rb
65
67
  - lib/red_quilt/themes/default.css
68
+ - lib/red_quilt/tilt.rb
66
69
  - lib/red_quilt/version.rb
67
- - mise.toml
68
70
  - sig/red_quilt.rbs
69
71
  homepage: https://github.com/takahashim/red_quilt
70
- licenses: []
72
+ licenses:
73
+ - MIT
71
74
  metadata:
72
75
  homepage_uri: https://github.com/takahashim/red_quilt
73
76
  source_code_uri: https://github.com/takahashim/red_quilt
77
+ changelog_uri: https://github.com/takahashim/red_quilt/blob/main/CHANGELOG.md
78
+ documentation_uri: https://github.com/takahashim/red_quilt#readme
79
+ rubygems_mfa_required: 'true'
74
80
  rdoc_options: []
75
81
  require_paths:
76
82
  - lib
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --format documentation
2
- --color
3
- --require spec_helper