jekyll-scholar 7.2.2 → 7.2.3

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: 96c5b24c4df1aa7949bf11cf8210ea487f9b85ea4180f5145c190ee242e0277b
4
- data.tar.gz: e4bcb6488ca468e0fb91c1e9b4a22c030355c85a537c12b4aa3f2993e7f78c7d
3
+ metadata.gz: d71ae3f8a6557434f15bff3a23a2b9a0f434e600eef185a217958528283462ef
4
+ data.tar.gz: fe77a60644effaaf12155207bcf0681d4d6a43eb54a6df5f4b16336917fcb00c
5
5
  SHA512:
6
- metadata.gz: 29268971571a049654b6c11d67b2162774a48bf98cac2c7671b99fb22b06f04e4df317007b798e36a6c8d2cb4123296e82880d225350c1e655dc5d1613904396
7
- data.tar.gz: 5f44150f850146c225493f0cfb3f9b855d85cb14e6d1d495a9b6c1a0cea1bedd4228baa4fa6ee790cb4a45a880e0605f47f344eb151bac24bac0c6d895653be8
6
+ metadata.gz: 7d1ca51e476db2890e4d5bd22717bc4a03d1e74a9655fd389aa3ab01039903a0ef84ec7f96a6d4f7fd99c506691553ac8e4f2693e504e253eb65bb3babcdf69d
7
+ data.tar.gz: 588c268a9ae8a78249145fca5924ea433fa5f8c4618f4a6044653d57612d091abf03834124090a43a6756342c6f440c99addcf917f529e0f0c23dcfeb8759f16
@@ -524,7 +524,7 @@ Feature: BibTeX
524
524
  | source | ./_bibliography |
525
525
  | bibliography | my_references |
526
526
  | allow_locale_overrides | true |
527
- | style | chicago-fullnote-bibliography |
527
+ | style | chicago-notes-bibliography |
528
528
  And I have a "_bibliography" directory
529
529
  And I have a file "_bibliography/my_references.bib":
530
530
  """
@@ -319,7 +319,7 @@ Feature: Citations
319
319
  When I run jekyll
320
320
  Then the _site directory should exist
321
321
  And the "_site/scholar.html" file should exist
322
- And I should see "(2008, p. 284)" in "_site/scholar.html"
322
+ And I should see "(2008, 284)" in "_site/scholar.html"
323
323
 
324
324
  @tags @cite @locator @label
325
325
  Scenario: Citations with locator labels
@@ -352,7 +352,7 @@ Feature: Citations
352
352
  When I run jekyll
353
353
  Then the _site directory should exist
354
354
  And the "_site/scholar.html" file should exist
355
- And I should see "Matsumoto, 2008, chaps. 2-3; Shaughnessy, 2013, figs. 4,5" in "_site/scholar.html"
355
+ And I should see "Matsumoto, 2008, Chapters 2-3; Shaughnessy, 2013, Figures 4,5" in "_site/scholar.html"
356
356
 
357
357
  @tags @cite @locator @label
358
358
  Scenario: Citations with multiple locator labels
@@ -379,7 +379,7 @@ Feature: Citations
379
379
  When I run jekyll
380
380
  Then the _site directory should exist
381
381
  And the "_site/scholar.html" file should exist
382
- And I should see "Matsumoto, 2008, chap. 3" in "_site/scholar.html"
382
+ And I should see "Matsumoto, 2008, Chapter 3" in "_site/scholar.html"
383
383
 
384
384
  @tags @cite @citation_number
385
385
  Scenario: Multiple citations using citation numbers
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
  s.required_ruby_version = '>= 3.0'
27
27
 
28
28
  s.add_runtime_dependency('jekyll', '~> 4.0')
29
- s.add_runtime_dependency('citeproc-ruby', '>= 2.1.3')
29
+ s.add_runtime_dependency('citeproc-ruby', '>= 2.1.6')
30
30
  s.add_runtime_dependency('csl-styles', '~> 2.0')
31
31
  s.add_runtime_dependency('bibtex-ruby', '~> 6.0')
32
32
 
@@ -696,7 +696,7 @@ module Jekyll
696
696
 
697
697
  item = citation_item_for entry, citation_number(entry.key)
698
698
  item.locator = locator
699
- item.label = label unless label.nil?
699
+ item.label = label || 'page' unless locator.nil?
700
700
 
701
701
  item
702
702
  }, styles(style).citation
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  class Scholar
3
- VERSION = '7.2.2'.freeze
3
+ VERSION = '7.2.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-scholar
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.2
4
+ version: 7.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvester Keil
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-11-03 00:00:00.000000000 Z
10
+ date: 2025-12-04 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: jekyll
@@ -29,14 +29,14 @@ dependencies:
29
29
  requirements:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 2.1.3
32
+ version: 2.1.6
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: 2.1.3
39
+ version: 2.1.6
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: csl-styles
42
42
  requirement: !ruby/object:Gem::Requirement