rdiscountwl 1.0.0.1 → 1.0.0.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.
- checksums.yaml +4 -4
- data/ext/mktags.c +2 -2
- data/rdiscount.gemspec +2 -2
- 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: 57c3a7a93603e7fcdce2915e33fb6c017483b657e844a3a0284f2573bbe8bc8a
|
4
|
+
data.tar.gz: ed7eaae086f4eef98de4966d7c38bb946f027945880a38b809ea27051b225ea8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d56df6909191f6724d3598832ab981d1f60bf150488cebabb1bcd526b974ca21879e8520816eb41cbf3a662eeaaf3c99c3cab96a169d2d64ece251f6e886001
|
7
|
+
data.tar.gz: ff90d8e6d05e158b62ba58430389f317df0be4c2c1ca3330b365cfaad4a605d49b996320e37d324ca8c0b1e92c63036b9e0c7a3ef42ec4bea1493d88f551ff4a
|
data/ext/mktags.c
CHANGED
@@ -41,7 +41,7 @@ typedef int (*stfu)(const void*,const void*);
|
|
41
41
|
|
42
42
|
/* load in the standard collection of html tags that markdown supports
|
43
43
|
*/
|
44
|
-
main()
|
44
|
+
int main()
|
45
45
|
{
|
46
46
|
int i;
|
47
47
|
|
@@ -85,5 +85,5 @@ main()
|
|
85
85
|
printf(" { \"%s\", %d, %d },\n", T(blocktags)[i].id, T(blocktags)[i].size, T(blocktags)[i].selfclose );
|
86
86
|
printf("};\n\n");
|
87
87
|
printf("#define NR_blocktags %d\n", S(blocktags));
|
88
|
-
|
88
|
+
return 0;
|
89
89
|
}
|
data/rdiscount.gemspec
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'rdiscountwl'
|
3
|
-
s.version = '1.0.0.
|
3
|
+
s.version = '1.0.0.2'
|
4
4
|
s.summary = "Fast Implementation of Gruber's Markdown in C With Latex Support"
|
5
|
-
s.date = '
|
5
|
+
s.date = '2025-01-01'
|
6
6
|
s.email = 'i@liangsun.org'
|
7
7
|
s.homepage = 'https://github.com/1e0ng/rdiscount'
|
8
8
|
s.authors = ["Ryan Tomayko", "David Loren Parsons", "Andrew White", "David Foster", "Liang Sun"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rdiscountwl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Tomayko
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date:
|
15
|
+
date: 2025-01-01 00:00:00.000000000 Z
|
16
16
|
dependencies: []
|
17
17
|
description:
|
18
18
|
email: i@liangsun.org
|