jekyll-tagging-lite 0.1.0 → 1.0.0
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/README.md +5 -0
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d5b93f2737562222f8104c8feef500c6c97b174d5ea74120bb425cd70094c25
|
|
4
|
+
data.tar.gz: e1a4cd7217d315593416d2d80278d0c7f4b26c4939629ccbef87bf4bee398ddc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b230e11c4ff10bf119d749dad1bd304ac7214870b7d8b33d5d82d26c2fd1cd1519fd0ef8efca4ef2a1b17348dbea9012cf01b86b81689890a943df201803d5b
|
|
7
|
+
data.tar.gz: 259181297492ad26d708ee56bbb12752ca167e477ec120fd8ad50b52162849fbfd3a89858f2b50db473a1c84087f5b0aa99a8ef479e32049f4152efe8d0f41c9
|
data/README.md
CHANGED
|
@@ -12,6 +12,11 @@ For the list of changes made to the upstream see the commit history.
|
|
|
12
12
|
|
|
13
13
|
The instructions below remain the same, except for the gem name and the requiring part.
|
|
14
14
|
|
|
15
|
+
## Note on Forking
|
|
16
|
+
All the credit goes to the original authors, Arne and Jens, and other contributors. Thank you! The purpose of this fork is mainly
|
|
17
|
+
making my own website faster. In case the upstream shows interest I'll submit a PR of my changes. However, the upstream looks stale
|
|
18
|
+
to me (dangling PRs and not responding to issues). Again, thanks for creating jekyll-tagging!
|
|
19
|
+
|
|
15
20
|
# jekyll-tagging
|
|
16
21
|
|
|
17
22
|
By Arne Eilermann <mailto:arne@kleinerdrei.net> and Jens Wille <mailto:jens.wille@uni-koeln.de>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-tagging-lite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arne Eilermann
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2019-09-18 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: nuggets
|
|
@@ -68,7 +68,7 @@ dependencies:
|
|
|
68
68
|
- - "~>"
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '3.0'
|
|
71
|
-
description:
|
|
71
|
+
description:
|
|
72
72
|
email:
|
|
73
73
|
- arne@kleinerdrei.net
|
|
74
74
|
- jens.wille@uni-koeln.de
|
|
@@ -107,8 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
107
107
|
- !ruby/object:Gem::Version
|
|
108
108
|
version: '0'
|
|
109
109
|
requirements: []
|
|
110
|
-
|
|
111
|
-
rubygems_version: 2.7.3
|
|
110
|
+
rubygems_version: 3.0.6
|
|
112
111
|
signing_key:
|
|
113
112
|
specification_version: 4
|
|
114
113
|
summary: Jekyll plugin to automatically generate a tag cloud and tag pages.
|