jekyll-disqus-plugin 1.0.0 → 1.0.1
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
- data/lib/jekyll/disqus/utils.rb +1 -1
- data/lib/jekyll/disqus/version.rb +1 -1
- 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: 7398f814d18723299254342c28d230b950fcabcbe332638e1755fd37b5e6bde1
|
|
4
|
+
data.tar.gz: 732991fceb501c1629c6e2cfcb6581e22f37ccd62429897d20a9cffff78fd1c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7112b67e1fbb480dfccec6aedc452164c2b2fc261e4da173c5f539c3c73b5b303eace67d937d8efc1a2c5dca92e4be5dcdee7d50c86791843db3b235933e56ea
|
|
7
|
+
data.tar.gz: 6b7ccced3cd33b9f1636b31b0f88f94aa882f96df64f9be2d16476dd461dab5464c2d790d25943855218d9b12bd4bfd266b0d0a1922946dd50c231fbb11116a1
|
data/README.md
CHANGED
|
@@ -10,6 +10,9 @@ Although the *ID* can be automatically generated is still possible to declare a
|
|
|
10
10
|
mandatory for those pages that don't contain a publishing date but recall one of the Disqus tags in
|
|
11
11
|
their layouts.
|
|
12
12
|
|
|
13
|
+
[][wf_main]
|
|
14
|
+
[][gem_version]
|
|
15
|
+
|
|
13
16
|
## Installation
|
|
14
17
|
|
|
15
18
|
Inside the Gemfile add the gem name in the `:jekyll_plugins` group:
|
|
@@ -108,3 +111,5 @@ file.
|
|
|
108
111
|
|
|
109
112
|
[project_page]: https://freeaptitude.altervista.org/projects/jekyll-disqus.html "Project page on the Freeaptitude blog"
|
|
110
113
|
[jekyll_disqus_wiki]: https://github.com/fabiomux/jekyll-disqus-plugin/wiki "Jekyll-Disqus wiki page on GitHub"
|
|
114
|
+
[wf_main]: https://github.com/fabiomux/jekyll-disqus-plugin/actions/workflows/main.yml
|
|
115
|
+
[gem_version]: https://badge.fury.io/rb/jekyll-disqus-plugin
|
data/lib/jekyll/disqus/utils.rb
CHANGED
|
@@ -35,7 +35,7 @@ module Jekyll
|
|
|
35
35
|
class DuplicatedDisqusId < StandardError
|
|
36
36
|
def initialize(args)
|
|
37
37
|
super "The page at the URL: #{args[:current_url]}
|
|
38
|
-
has the same Disqus ID of: #{args[duplicated_url]} (#{args[id]})!"
|
|
38
|
+
has the same Disqus ID of: #{args[:duplicated_url]} (#{args[:id]})!"
|
|
39
39
|
end
|
|
40
40
|
end
|
|
41
41
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-disqus-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fabio Mucciante
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03-
|
|
11
|
+
date: 2023-03-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|