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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 869315b36ee019e24fb91f2f2b3616ad133aacb4c42ae78bd4f9860d8b96c650
4
- data.tar.gz: 79ebd4c726369c83a6ab6132937ad193f18027eff6451aa299ea64add6079f8b
3
+ metadata.gz: 7398f814d18723299254342c28d230b950fcabcbe332638e1755fd37b5e6bde1
4
+ data.tar.gz: 732991fceb501c1629c6e2cfcb6581e22f37ccd62429897d20a9cffff78fd1c2
5
5
  SHA512:
6
- metadata.gz: f9b7ac67799308ac60ac20b1f4b26272b4769e94a3b686d4b69d347b4e22b3ce6e3780037c8956e38cb38eac545c108c8fcba54a37c31834906a88e33dc98fd8
7
- data.tar.gz: bd357584478ab627aa82a5831750e551b497eaf0c5b7ec377abb14a60b96ce6b47822650054fc2c7c48438e2990568268c1ed559cc8a97522c4fe6b78be7d818
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
+ [![Ruby](https://github.com/fabiomux/jekyll-disqus-plugin/actions/workflows/main.yml/badge.svg)][wf_main]
14
+ [![Gem Version](https://badge.fury.io/rb/jekyll-disqus-plugin.svg)][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
@@ -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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Disqus
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
7
7
  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.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-06 00:00:00.000000000 Z
11
+ date: 2023-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll