jekyll-scholar 5.8.3 → 5.8.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
  SHA1:
3
- metadata.gz: e0336aad197d9d6702e21a3ccf73e4b5e94f07e9
4
- data.tar.gz: 8bf2a171a6fe4c213b6610f2a826c8682f5b6e3c
3
+ metadata.gz: 261b4ab57efdaea11eafcbfdd1973cd051a10fa5
4
+ data.tar.gz: e6aa15bdee7af82b7b158650cf497b90556d5d5b
5
5
  SHA512:
6
- metadata.gz: 8750a1a6e6bb4491ebb35936d00087e8c63577661a82673ef511f036d9d6a4f63b3b8615972620f3cc758e420a69afadf1e92a2fdcf0636076df4da3da67fb85
7
- data.tar.gz: fad576cbbebed7780fcdd5b3b3cb4dd91d0f1f73465eeba84467b31356451810165b8dd34dcf7aa2affce91638ec7514189fcb9f7db5c7070f4ee7591dcb2c9d
6
+ metadata.gz: 78ffddca578af97b9df9cf7267f09dff1391791f67931e981f6df7f74df20cde569495b6120ce596c658826f281763c3bcebe81edfe2782beba5ba711439fc4d
7
+ data.tar.gz: dd7147b10476c5b591f0b714f8ed4519ca48274ed955196bcab8b85c8a476e43ab55767174b8a13e60cd46844b0fd9b8fdd4c6cd8ce3e532d06c90239d9001b6
data/README.md CHANGED
@@ -73,7 +73,7 @@ default configuration is as follows:
73
73
  replace_strings: true
74
74
  join_strings: true
75
75
 
76
- use_raw_bibtex_entry: false
76
+ use_raw_bibtex_entry: true
77
77
  bibtex_filters:
78
78
  - superscript
79
79
  - latex
@@ -101,10 +101,11 @@ The `source` option indicates where your bibliographies are stored;
101
101
  `bibliography` is the name of your default bibliography. For best results,
102
102
  please ensure that your Bibliography is encoded as ASCII or UTF-8.
103
103
 
104
- The `use_raw_bibtex_entry` option will disable parsing of Liquid tags that
105
- are embedded in the Bibtex fields. This option provides a way to circumvent
106
- the problem that the double braces functionality of BibTex is accidentally
107
- parsed by Liquid, while it was intended to keep the exact capitalization style.
104
+ The `use_raw_bibtex_entry` option by default disable parsing of Liquid tags
105
+ embedded in the Bibtex fields. This option provides a way to circumvent the
106
+ problem that (the conflicting syntax of) the double braces functionality of
107
+ BibTex is accidentally parsed by Liquid, while it was intended to keep the
108
+ exact capitalization style.
108
109
 
109
110
  The `sort_by` and `order` options specify if and how bibliography
110
111
  entries are sorted. Entries can be sorted on multiple fields, by using
@@ -36,7 +36,6 @@ Feature: Citations
36
36
  | source | ./_bibliography |
37
37
  | bibliography_template | {{entry.bibtex}} |
38
38
  | details_layout | details.html |
39
- | use_raw_bibtex_entry | true |
40
39
  And I have a "_bibliography" directory
41
40
  And I have a file "_bibliography/references.bib":
42
41
  """
@@ -65,6 +64,7 @@ Feature: Citations
65
64
  | source | ./_bibliography |
66
65
  | bibliography_template | {{entry.bibtex}} |
67
66
  | details_layout | details.html |
67
+ | use_raw_bibtex_entry | false |
68
68
  And I have a "_bibliography" directory
69
69
  And I have a file "_bibliography/references.bib":
70
70
  """
@@ -28,7 +28,7 @@ module Jekyll
28
28
  'details_dir' => 'bibliography',
29
29
  'details_layout' => 'bibtex.html',
30
30
  'details_link' => 'Details',
31
- 'use_raw_bibtex_entry' => false,
31
+ 'use_raw_bibtex_entry' => true,
32
32
 
33
33
  'bibliography_class' => 'bibliography',
34
34
  'bibliography_template' => '{{reference}}',
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  class Scholar
3
- VERSION = '5.8.3'.freeze
3
+ VERSION = '5.8.4'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-scholar
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.8.3
4
+ version: 5.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvester Keil
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-21 00:00:00.000000000 Z
11
+ date: 2016-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll