jekyll 4.4.0 → 4.4.1

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: 6d429ecde97ed33aec9c33b132f24904b49af207540708c32f63a4643733dda9
4
- data.tar.gz: b8241219e23446e5ea9bf4a16e1a27189257bc38c01e1cc1578668c9638bf36f
3
+ metadata.gz: 8175dc29047bf3bf751e288a80e2caa669d27d06c2210efb0133afe3643b0864
4
+ data.tar.gz: 20f021506ef80737dbd264be17eec0fd9c7fbb408d4b607e6483c281b17b87c6
5
5
  SHA512:
6
- metadata.gz: 7cf4e479b58a21659d7ca74e2ec3bb8ed24f89916048a0573f2e1c15fa7f44cfa7a535130e9e6233ac831f55ccf14250e686fbb039c64f14e8e03669b144d31c
7
- data.tar.gz: 4320b2998e0f80d2afb4a8d6c10f16625ca3fc2f91a380c6ad88ee82e9589f8928fbdcaa89a121ae4c94dd3a8d823c611a3ae1dd75c9799c097c5c10ec4fee28
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
- File.fnmatch?(strip_collections_dir(rel_scope_path), sanitized_path)
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jekyll
4
- VERSION = "4.4.0"
4
+ VERSION = "4.4.1"
5
5
  end
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.0
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-27 00:00:00.000000000 Z
13
+ date: 2025-01-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: addressable