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 +4 -4
- data/features/bibtex.feature +1 -1
- data/features/citation.feature +3 -3
- data/jekyll-scholar.gemspec +1 -1
- data/lib/jekyll/scholar/utilities.rb +1 -1
- data/lib/jekyll/scholar/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d71ae3f8a6557434f15bff3a23a2b9a0f434e600eef185a217958528283462ef
|
|
4
|
+
data.tar.gz: fe77a60644effaaf12155207bcf0681d4d6a43eb54a6df5f4b16336917fcb00c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d1ca51e476db2890e4d5bd22717bc4a03d1e74a9655fd389aa3ab01039903a0ef84ec7f96a6d4f7fd99c506691553ac8e4f2693e504e253eb65bb3babcdf69d
|
|
7
|
+
data.tar.gz: 588c268a9ae8a78249145fca5924ea433fa5f8c4618f4a6044653d57612d091abf03834124090a43a6756342c6f440c99addcf917f529e0f0c23dcfeb8759f16
|
data/features/bibtex.feature
CHANGED
|
@@ -524,7 +524,7 @@ Feature: BibTeX
|
|
|
524
524
|
| source | ./_bibliography |
|
|
525
525
|
| bibliography | my_references |
|
|
526
526
|
| allow_locale_overrides | true |
|
|
527
|
-
| style | chicago-
|
|
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
|
"""
|
data/features/citation.feature
CHANGED
|
@@ -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,
|
|
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,
|
|
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,
|
|
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
|
data/jekyll-scholar.gemspec
CHANGED
|
@@ -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.
|
|
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
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
39
|
+
version: 2.1.6
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: csl-styles
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|