jekyll-scholar 4.1.1 → 4.1.2

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
  SHA1:
3
- metadata.gz: 2903e01bf0c49a0a554050df209629cb0166e083
4
- data.tar.gz: a5c4ef89df3339074e164622a48a763117e5b7fd
3
+ metadata.gz: 8dbd215b811d2dc12a339fb928157e7055c5ba0f
4
+ data.tar.gz: 93d3fb9e4e015f1ef3dd5edd614da9973f95fecc
5
5
  SHA512:
6
- metadata.gz: 8ff3c426658e5f2bc93ff3ed03807f3c22db2290271e1a86c521cc1897faf52ee500023a96b0b54ba36aba0fa7a16c621e74bda0811350f5483324fb65ca946b
7
- data.tar.gz: 287f4c004ca683110f6c4ee296d5c7f3c5b903a0afb60baec4f782a64575a89f2bc2edeac110ec49d47b8e06170d291b28f624d04413d22d140c7fc4d435a14f
6
+ metadata.gz: 99103d7f768b0a73b8c4be4b339532919caabb3b430d1b479a7a44727a2a5b7eba6423a08728840bd1886c56b601219448b2fea3f2bd70dd6ec0a481a3116803
7
+ data.tar.gz: 667c8a43dcd54b9d50602a5efdfe0e3e8ad3d506e31681aab93d8a06edba06471b4aa2efeda99a4b796f75ae9dd7b63d4630ce622bd528d5eca10995bf7f4f6a
data/.gitignore CHANGED
@@ -3,3 +3,4 @@ demo
3
3
  **/*.swp
4
4
  .bundle
5
5
  coverage
6
+ .ruby-version
@@ -6,6 +6,8 @@ module Jekyll
6
6
 
7
7
  'sort_by' => 'none',
8
8
  'order' => 'ascending',
9
+ 'bibliography_list_tag' => 'ol',
10
+ 'bibliography_item_tag' => 'li',
9
11
 
10
12
  'source' => './_bibliography',
11
13
  'bibliography' => 'references.bib',
@@ -39,10 +39,11 @@ module Jekyll
39
39
  config['details_link'], :class => config['details_link_class'])
40
40
  end
41
41
 
42
- content_tag :li, reference
42
+ content_tag config['bibliography_item_tag'], reference
43
43
  }.join("\n")
44
44
 
45
- content_tag :ol, bibliography, :class => config['bibliography_class']
45
+ content_tag config['bibliography_list_tag'], bibliography, :class => config['bibliography_class']
46
+
46
47
  end
47
48
  end
48
49
 
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  class Scholar
3
- VERSION = '4.1.1'.freeze
3
+ VERSION = '4.1.2'.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: 4.1.1
4
+ version: 4.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvester Keil
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-28 00:00:00.000000000 Z
11
+ date: 2014-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll