jekyll-scholar 4.1.2 → 4.1.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/jekyll-scholar.gemspec +1 -1
- data/lib/jekyll/scholar/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b598b8f5248f77c16aa09aab90485fb2e5262cb1
|
|
4
|
+
data.tar.gz: e6ec4af6641c6ef0e97af633c842495c70c80094
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d49f0e8c60a84f3009998b9a464f8554e4827121d375425f299f769a1718b03387ed246811b4833789ee1a92b3537ac71296a0bc2337b5849c2f8488b272199a
|
|
7
|
+
data.tar.gz: b8e39fb722690e97b90bdb332e841c256aff9be8d3ee420fd42e46b63c251e4760fa79c62bae6fe92d93ae4a199060ddb32d3a2b2c313cc36e20295dc1141ebe
|
data/jekyll-scholar.gemspec
CHANGED
|
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
|
|
|
28
28
|
s.add_runtime_dependency('jekyll', '~> 2.0')
|
|
29
29
|
s.add_runtime_dependency('citeproc-ruby', '~> 1.0')
|
|
30
30
|
s.add_runtime_dependency('csl-styles', '~> 1.0')
|
|
31
|
-
s.add_runtime_dependency('bibtex-ruby', '~>
|
|
31
|
+
s.add_runtime_dependency('bibtex-ruby', '~> 4.0')
|
|
32
32
|
|
|
33
33
|
s.files = `git ls-files`.split("\n")
|
|
34
34
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-scholar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sylvester Keil
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - ~>
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '
|
|
61
|
+
version: '4.0'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - ~>
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '
|
|
68
|
+
version: '4.0'
|
|
69
69
|
description: ' Jekyll-Scholar is for all the academic bloggers out there. It is a
|
|
70
70
|
set of extensions for Jekyll the awesome, blog aware, static site generator; it
|
|
71
71
|
formats your BibTeX bibliographies for the web using CSL citation styles and generally
|