jekyll 4.4.0 → 4.4.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/lib/jekyll/frontmatter_defaults.rb +1 -1
- data/lib/jekyll/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: 8175dc29047bf3bf751e288a80e2caa669d27d06c2210efb0133afe3643b0864
|
4
|
+
data.tar.gz: 20f021506ef80737dbd264be17eec0fd9c7fbb408d4b607e6483c281b17b87c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3506a73ec50c5f1e7a8fffb4adebcbd67c64ea412ed0600cf0719cda70996a333fc9a3310f2b563cd09c83bdb91787f973ea8f9e38f0dac18ea7fced4a94a96
|
7
|
+
data.tar.gz: 302cc86bdf87ef5b2f79b67d78dcd6313e9cb3ef4c87de2915d6e55d549bce8befc5f581a41eb90d1a4ee6339ad25242c2017764d772836528bcd1af2ef2a3ff
|
@@ -109,7 +109,7 @@ module Jekyll
|
|
109
109
|
sanitized_path = sanitize_path(path)
|
110
110
|
|
111
111
|
if rel_scope_path.include?("*")
|
112
|
-
|
112
|
+
glob_scope(sanitized_path, rel_scope_path)
|
113
113
|
else
|
114
114
|
path_is_subpath?(sanitized_path, strip_collections_dir(rel_scope_path))
|
115
115
|
end
|
data/lib/jekyll/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.4.
|
4
|
+
version: 4.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Preston-Werner
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-01-
|
13
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: addressable
|