jekyll-geolexica 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/math-config.html +7 -0
- data/_layouts/default.html +4 -0
- data/lib/jekyll/geolexica/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 937aa9a815af279fa491c305325b4568ead482dddab2b23cbebcf2f491f1477c
|
4
|
+
data.tar.gz: aaf706f1a2063e6ee0366ac6472be181d8c8e66a14d504a1423436c14837c2f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c321a94dee1c5dfbe9f209b05c0b0884335ce66d49c2714f0b311d79148f681b25f0ee381961b947a385d3d1ecd022a10d11e0899dfeaad8ec7869a8e343ae11
|
7
|
+
data.tar.gz: a00ce82e212b750ea978e69ed53c2060c7de7cbf11711fe6d0ebae91686ee95e82de0bbb07711ac09ad015263167a6d1df3f0712d768559dce22ba46ccb2a47b
|
data/_layouts/default.html
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-geolexica
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -100,7 +100,7 @@ dependencies:
|
|
100
100
|
- - "~>"
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '3.9'
|
103
|
-
description:
|
103
|
+
description:
|
104
104
|
email:
|
105
105
|
- open.source@ribose.com
|
106
106
|
executables: []
|
@@ -121,6 +121,7 @@ files:
|
|
121
121
|
- _includes/concepts-list.html
|
122
122
|
- _includes/head.html
|
123
123
|
- _includes/localized-concept.html
|
124
|
+
- _includes/math-config.html
|
124
125
|
- _includes/newsroll-entry.html
|
125
126
|
- _includes/page-header.html
|
126
127
|
- _includes/resource-tree-item.html
|
@@ -192,7 +193,7 @@ metadata:
|
|
192
193
|
bug_tracker_uri: https://github.com/geolexica/geolexica-server/issues
|
193
194
|
homepage_uri: https://open.ribose.com/
|
194
195
|
source_code_uri: https://github.com/geolexica/geolexica-server
|
195
|
-
post_install_message:
|
196
|
+
post_install_message:
|
196
197
|
rdoc_options: []
|
197
198
|
require_paths:
|
198
199
|
- lib
|
@@ -208,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
208
209
|
version: '0'
|
209
210
|
requirements: []
|
210
211
|
rubygems_version: 3.0.3
|
211
|
-
signing_key:
|
212
|
+
signing_key:
|
212
213
|
specification_version: 4
|
213
214
|
summary: Geolexica plugin for Jekyll
|
214
215
|
test_files: []
|