gitlab-glfm-markdown 0.0.9-arm64-darwin → 0.0.11-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +5 -5
- data/README.md +6 -0
- data/ext/glfm_markdown/Cargo.toml +2 -2
- data/ext/glfm_markdown/extconf.rb +1 -1
- data/lib/glfm_markdown/2.7/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/3.0/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/3.1/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/3.2/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/3.3/glfm_markdown.bundle +0 -0
- data/lib/glfm_markdown/loader.rb +1 -1
- data/lib/glfm_markdown/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f354507e0fd7fc30d82aa5f152f8afe05dc47207657b67271e203d3c314e598
|
4
|
+
data.tar.gz: 70529fd768088ea4a5a4da8bc06fa1b44e81251a650668b657ef586996671fda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a531f6ec855dfa0d245ba6d8c6c8c412ca5e3e2ec1a0e9feb39c3a423d6176e8475d6b3c413c3b96cb6eee499b65e6882872f997dfd8b22615d85b2095fbf5e
|
7
|
+
data.tar.gz: 875bc595613b7d97aa5f19db2cd262b333cd74035b00a628d61cdc72c4593160ddbe9df47a19c1fa3a34add28c5cd54df789748d90b338ae004a2c498e09f425
|
data/Cargo.lock
CHANGED
@@ -361,7 +361,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
361
361
|
|
362
362
|
[[package]]
|
363
363
|
name = "glfm_markdown"
|
364
|
-
version = "0.0.
|
364
|
+
version = "0.0.11"
|
365
365
|
dependencies = [
|
366
366
|
"clap",
|
367
367
|
"comrak",
|
@@ -601,18 +601,18 @@ dependencies = [
|
|
601
601
|
|
602
602
|
[[package]]
|
603
603
|
name = "rb-sys"
|
604
|
-
version = "0.9.
|
604
|
+
version = "0.9.86"
|
605
605
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
606
|
-
checksum = "
|
606
|
+
checksum = "7285f2a7b92f58ab198e3fd59a71d2861478f9c4642f41e83582385818941697"
|
607
607
|
dependencies = [
|
608
608
|
"rb-sys-build",
|
609
609
|
]
|
610
610
|
|
611
611
|
[[package]]
|
612
612
|
name = "rb-sys-build"
|
613
|
-
version = "0.9.
|
613
|
+
version = "0.9.86"
|
614
614
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
615
|
-
checksum = "
|
615
|
+
checksum = "71583945f94dabb6c0dfa63f1b71e929c1901e1e288ef3739ab8bed3b7069550"
|
616
616
|
dependencies = [
|
617
617
|
"bindgen",
|
618
618
|
"lazy_static",
|
data/README.md
CHANGED
@@ -28,6 +28,12 @@ bin/console
|
|
28
28
|
GLFMMarkdown.to_html('# header', options: { glfm: true })
|
29
29
|
```
|
30
30
|
|
31
|
+
## Dingus / Demo
|
32
|
+
|
33
|
+
A demo is running via GitLab Pages, and can be accessed at:
|
34
|
+
|
35
|
+
https://gitlab-org.gitlab.io/ruby/gems/gitlab-glfm-markdown
|
36
|
+
|
31
37
|
## Development
|
32
38
|
|
33
39
|
A command line executable can be built for debugging.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[package]
|
2
2
|
name = "glfm_markdown"
|
3
|
-
version = "0.0.
|
3
|
+
version = "0.0.11"
|
4
4
|
edition = "2021"
|
5
5
|
authors = ["digitalmoksha <bwalker@gitlab.com>"]
|
6
6
|
description = "GitLab Flavored Markdown parser and formatter. 100% CommonMark-compatible. Experimental."
|
@@ -17,7 +17,7 @@ required-features = ["cli"]
|
|
17
17
|
clap = { version = "4.0", optional = true, features = ["derive", "string"] }
|
18
18
|
comrak = { version = "0.20.0", default-features = false }
|
19
19
|
magnus = "0.6.2"
|
20
|
-
rb-sys = { version = "0.9.
|
20
|
+
rb-sys = { version = "0.9.86", default-features = false, features = ["stable-api-compiled-fallback"] }
|
21
21
|
|
22
22
|
[features]
|
23
23
|
cli = ["clap", "comrak/syntect"]
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/glfm_markdown/loader.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab-glfm-markdown
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Brett Walker
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rb_sys
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.9.86
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 0.9.86
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: pry-byebug
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '1.
|
75
|
+
version: '1.4'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '1.
|
82
|
+
version: '1.4'
|
83
83
|
description: Markdown processing for GitLab Flavored Markdown
|
84
84
|
email:
|
85
85
|
- bwalker@gitlab.com
|
@@ -100,6 +100,7 @@ files:
|
|
100
100
|
- lib/glfm_markdown/3.0/glfm_markdown.bundle
|
101
101
|
- lib/glfm_markdown/3.1/glfm_markdown.bundle
|
102
102
|
- lib/glfm_markdown/3.2/glfm_markdown.bundle
|
103
|
+
- lib/glfm_markdown/3.3/glfm_markdown.bundle
|
103
104
|
- lib/glfm_markdown/loader.rb
|
104
105
|
- lib/glfm_markdown/version.rb
|
105
106
|
homepage: https://gitlab.com/gitlab-org/ruby/gems/gitlab-glfm-markdown
|
@@ -120,7 +121,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
120
121
|
version: '2.7'
|
121
122
|
- - "<"
|
122
123
|
- !ruby/object:Gem::Version
|
123
|
-
version: 3.
|
124
|
+
version: 3.4.dev
|
124
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
125
126
|
requirements:
|
126
127
|
- - ">="
|