jekyll 4.3.3 → 4.3.4

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: e948eccc3527c222a8b2b3bc78790dbc39889e4b39d684cdbb70b5d1f143617b
4
- data.tar.gz: 80c5b4cd88511218c35e31a0c6b3d54bbe2cf3e97e51fbf2e18dcf5e52015da3
3
+ metadata.gz: 36a2e136e304048a4cd7cc196e2aed55eb12f143e9132181462ded47f80973b1
4
+ data.tar.gz: a3f4d3438d8ba9179740dacc2eb89ecc7d0770927a1628fc2ac410010bea0c7b
5
5
  SHA512:
6
- metadata.gz: 40f421aefc5168fb29ea81d17041bb3be987d117af9b82dd692955a3a7a97353ed0908f1ed632fb16d01c6c626771f57da19750ac6c386dfbf571718a1920f53
7
- data.tar.gz: a3dba9cb03f11da5cc235e5bf03871c04461cc1c7c42205ff51adb84d47f7d08858f8aaf9cb367fda129e4aa4cfb58bab1be8e7aba4cd501920dbdd34933f2e0
6
+ metadata.gz: c37c4db936253fd9307605f04af32d0a869839699b3056bae5dab4f1941ee7016e8d520f77f20a5d45026424fee68ff070e3029b81b4b0aafc0835cf4fe92528
7
+ data.tar.gz: 0437ed64aa93cd10d3c751897bdf52b5de2d1d50bd52282588cee37a86d9a56d13fdad0ee32bfabb55336dcb5b2796c13857d9870700d071043869eb188e5711
data/README.markdown CHANGED
@@ -1,8 +1,7 @@
1
1
  # [Jekyll](https://jekyllrb.com/)
2
2
 
3
3
  [![Gem Version](https://img.shields.io/gem/v/jekyll.svg)][ruby-gems]
4
- [![Linux Build Status](https://github.com/jekyll/jekyll/workflows/Continuous%20Integration/badge.svg)][ci-workflow]
5
- [![Windows Build status](https://img.shields.io/appveyor/ci/jekyll/jekyll/master.svg?label=Windows%20build)][appveyor]
4
+ [![Build Status](https://github.com/jekyll/jekyll/workflows/Continuous%20Integration/badge.svg)][ci-workflow]
6
5
  [![Backers on Open Collective](https://opencollective.com/jekyll/backers/badge.svg)](#backers)
7
6
  [![Sponsors on Open Collective](https://opencollective.com/jekyll/sponsors/badge.svg)](#sponsors)
8
7
 
@@ -88,7 +88,7 @@ module Jekyll
88
88
  Jekyll.logger.error <<~STR
89
89
  We have detected that there might be trouble using fsevent on your
90
90
  operating system, you can read https://github.com/thibaudgg/rb-fsevent/wiki/no-fsevents-fired-(OSX-bug)
91
- for possible work arounds or you can work around it immediately
91
+ for possible workarounds or you can work around it immediately
92
92
  with `--force-polling`.
93
93
  STR
94
94
 
@@ -97,7 +97,7 @@ module Jekyll
97
97
  end
98
98
 
99
99
  # Performance-booster for watching directories on Windows
100
- gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
100
+ gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
101
101
 
102
102
  # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
103
103
  # do not have a Java counterpart.
@@ -3,9 +3,12 @@
3
3
  module Jekyll
4
4
  module Drops
5
5
  class ThemeDrop < Drop
6
- delegate_methods :root
7
6
  delegate_method_as :runtime_dependencies, :dependencies
8
7
 
8
+ def root
9
+ @root ||= ENV["JEKYLL_ENV"] == "development" ? @obj.root : ""
10
+ end
11
+
9
12
  def authors
10
13
  @authors ||= gemspec.authors.join(", ")
11
14
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jekyll
4
- VERSION = "4.3.3"
4
+ VERSION = "4.3.4"
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.3.3
4
+ version: 4.3.4
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: 2023-12-27 00:00:00.000000000 Z
13
+ date: 2024-09-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: addressable