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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/ext/mktags.c +2 -2
  3. data/rdiscount.gemspec +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5cf4a08fc2c37e30426673510f7b439d449c0259aa7f1e44d29d9bb0ccdb8982
4
- data.tar.gz: 72f862b4b48d71ce5f5928c5cd26d002b77fb9d48fd1ab30922a807ac79b9481
3
+ metadata.gz: 57c3a7a93603e7fcdce2915e33fb6c017483b657e844a3a0284f2573bbe8bc8a
4
+ data.tar.gz: ed7eaae086f4eef98de4966d7c38bb946f027945880a38b809ea27051b225ea8
5
5
  SHA512:
6
- metadata.gz: ee42bb1796afd8e69375f57848787e739ccb8cc1d94d0d7ff859e39c605e1e8765301c42a53080f4f3bd2c5f769475fb543c26c13326baaaf6d9e2fa2c4bf844
7
- data.tar.gz: 42e679b35f2398656d9521ea69a9d3d84fcccb8db56a8c35d0a94db9287b0446283a57308b01b7fc26d0c42776a8d34eb4704944dcc82ba8542f2034c0260e7f
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
- exit(0);
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.1'
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 = '2022-05-07'
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.1
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: 2022-05-07 00:00:00.000000000 Z
15
+ date: 2025-01-01 00:00:00.000000000 Z
16
16
  dependencies: []
17
17
  description:
18
18
  email: i@liangsun.org