jekyll-bookshop 3.12.0 → 3.13.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb374b5e819da3566dad906e4994ce557780b24cae904da91ad3a2ea5ce56eae
|
4
|
+
data.tar.gz: 7867e2ace5e887812939a0cfdd90b4be2752a33e3c3e44b00aa5691938bccb95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 340dbf9cde7d367368a266723e5c3bbe752ac7831d98209498671acb90c6d198cfebd6c4c6ba0b75e680c1b87d8b6af37a0f26a373a3111828d0d54365ac2c76
|
7
|
+
data.tar.gz: 342b26cfa26439e0179d2e4481bc7f5b65e16ec3b476215088c21be40d9ff7f5f44ed8c4956b54c5f0f4e42973bae1730e60179eb1d787a64c8d09ed024a4873
|
@@ -43,7 +43,7 @@ module JekyllBookshop
|
|
43
43
|
|
44
44
|
# If this component is not a subcomponent,
|
45
45
|
# we also drop in some site metadata here so that it can be used in the render.
|
46
|
-
version = "3.
|
46
|
+
version = "3.13.0"
|
47
47
|
meta_comment = context["__bookshop__nested"] ? "" : "<!--bookshop-live meta(version=\"#{version}\" baseurl=\"#{site.baseurl}\" title=\"#{site.config["title"]&.gsub('"', '\"') || ""}\") -->\n"
|
48
48
|
|
49
49
|
context.stack do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-bookshop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CloudCannon
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -78,7 +78,7 @@ dependencies:
|
|
78
78
|
- - "~>"
|
79
79
|
- !ruby/object:Gem::Version
|
80
80
|
version: '0.11'
|
81
|
-
description:
|
81
|
+
description:
|
82
82
|
email:
|
83
83
|
- support@cloudcannon.com
|
84
84
|
executables: []
|
@@ -98,7 +98,7 @@ homepage: https://github.com/cloudcannon/bookshop
|
|
98
98
|
licenses:
|
99
99
|
- MIT
|
100
100
|
metadata: {}
|
101
|
-
post_install_message:
|
101
|
+
post_install_message:
|
102
102
|
rdoc_options: []
|
103
103
|
require_paths:
|
104
104
|
- lib
|
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
114
|
version: '0'
|
115
115
|
requirements: []
|
116
116
|
rubygems_version: 3.1.6
|
117
|
-
signing_key:
|
117
|
+
signing_key:
|
118
118
|
specification_version: 4
|
119
119
|
summary: A Jekyll plugin to load components from bookshop
|
120
120
|
test_files: []
|