gitlab-glfm-markdown 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +1 -1
- data/README.md +6 -0
- data/ext/glfm_markdown/Cargo.toml +1 -1
- data/ext/glfm_markdown/extconf.rb +1 -1
- data/lib/glfm_markdown/loader.rb +1 -1
- data/lib/glfm_markdown/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 272cab19bb613dc9e690ecc097aae89f3e95510c9ae3d6bbdf5a32061f51d6ab
|
4
|
+
data.tar.gz: b9b355778818f6b876803b47f2aafdcc0fb92f87214cdeb2f82e15e66ecea0c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87e2152cd644426c847030d239b6925586c283bc3dbf13232c032318a41dd75e3a77380e96ec428ee442fd7fb562e73672d6c395e7bc91ef1b784003b7c85147
|
7
|
+
data.tar.gz: 26cdf5a061049470297a73e9b2c6c89998ffdb313a76033850cc506597bba5c4c88a1b6945aff72e2f4b614d14865ffa1ead1e0d5bc0a5a30c0e388d3de3ae25
|
data/Cargo.lock
CHANGED
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.
|
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: ruby
|
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
|