jekyll-antex 0.8.1 → 0.8.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/lib/jekyll/antex/version.rb +1 -1
- metadata +7 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f609a78b6a1acd8adda982bc62c079de6af5023f069ab625644f896ffaf5890f
|
|
4
|
+
data.tar.gz: 2c8be905c05a8cecfffaf531d29f90be6ad0d45ca33984851889ffab84dbdbe0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61c9c61a3447679b91dd262d35ceae4133a9aa8c7befcb386a373b3547812a6a62e66d2564d926138d0b3c041077709db7f991f564ea5c7df34c5df7e6014e83
|
|
7
|
+
data.tar.gz: 3d6537e21cc541425eab60499ced8f54b7d551fa532a5e92af84bcba57ea6b6324e7a0fa258010e3cda86d75de31a141d8c65bc6d839cfc65926db8f895d3fd5
|
data/lib/jekyll/antex/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-antex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paolo Brasolin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: antex
|
|
@@ -214,14 +214,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
requirements:
|
|
215
215
|
- - ">="
|
|
216
216
|
- !ruby/object:Gem::Version
|
|
217
|
-
version: '2.
|
|
217
|
+
version: '2.3'
|
|
218
|
+
- - "<"
|
|
219
|
+
- !ruby/object:Gem::Version
|
|
220
|
+
version: '3.1'
|
|
218
221
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
219
222
|
requirements:
|
|
220
223
|
- - ">="
|
|
221
224
|
- !ruby/object:Gem::Version
|
|
222
225
|
version: '0'
|
|
223
226
|
requirements: []
|
|
224
|
-
rubygems_version: 3.
|
|
227
|
+
rubygems_version: 3.4.5
|
|
225
228
|
signing_key:
|
|
226
229
|
specification_version: 4
|
|
227
230
|
summary: Universal TeX integration for Jekyll
|