bibsonomy-jekyll 0.1.5 → 0.1.6
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/.travis.yml +1 -1
- data/README.markdown +1 -1
- data/bibsonomy-jekyll.gemspec +4 -4
- data/lib/version.rb +1 -1
- metadata +17 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '068e6eece2143f61e32dfcd93afe8a65bba5df2a'
|
|
4
|
+
data.tar.gz: 3743b16a9b0155471aa18c59d5c6714a9626ea90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d47174890820ceff0300cb9761424d4701277431f5e1ef01b07b9569dd8805d255edc8c16594dfdead1fe30f1055c77d4d089539bc1c60a6b4e45535922969b
|
|
7
|
+
data.tar.gz: 747800a99dac1083342b0b6f0bad2fe346cb54bc44643b8c1b5ae9778dffb9ba7024e242da824d8bf478682a110528a27cda119078d82529168656ff7eb74544
|
data/.travis.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
language: ruby
|
|
2
2
|
rvm:
|
|
3
|
-
- 2.
|
|
3
|
+
- 2.3
|
|
4
4
|
env:
|
|
5
5
|
global:
|
|
6
6
|
- secure: JgTVtAIFH6jYceMSUbEiOkC3Tk4o5MYdxbl9R6yD6fqaimtIFFwEY0Iisbre9M82pWEsNiMUn0uLJ5SSQP0EoyLgVl45WrohmQjS4Ljv5JqY6+hknA1RixdbKVon/oTvTtGXGAaEXUKdEdDtk9pwvvv3RPhsUtb4o48Nwn9czBx3EucDElIyJuvUP51ycEivuLozVORt0N7Xry/7p7jmRxCo9LvvyFOgmGpd64QI/wNYnjyBYUx25RlSPlpQZL356nTNHoN9JZjYMJfoxpsUS6MUKiSdTYdOtgaWqTWp7wv0y+4+P8FLGhHbj7fR7pW1xfQLta3hAEuooDuSxylH8budRCOF5fVKXaY+7L+7h6ABptYa01JXuCGiia2oWglRsy2DThRhCtlaF5pHjIv0eIfiXOAgL9C0HzpWYs0trPl0TJEPEk7SKh9YK/yIpo5IRGHkhs8tmo46v57xDCkWvip8ZxOuRkbsi210PJHcqF6VQx9iGg/pJhM5ipMtV1Djhy6I6Y0F8YGZhOCsGZI+8xeUGjuWu/qyTa6yyfKyzYISOQaxm5dwfhS8esgMUjaDYxFk3Fx07b/Un4xQiRSch+u2TPs4vU481vEFmLPlGveIX3Sd38Oc8+jwrD1XPr+9m5oFPBUec/jp8UQFTojRWZvu+efDk8Q2SnkUe5xR9N8=
|
data/README.markdown
CHANGED
|
@@ -59,4 +59,4 @@ The plugin supports a variable number of parameters:
|
|
|
59
59
|
## Examples
|
|
60
60
|
|
|
61
61
|
For an example output, have a look at
|
|
62
|
-
[my publication list](
|
|
62
|
+
[my publication list](https://amor.cms.hu-berlin.de/~jaeschkr/publications.html).
|
data/bibsonomy-jekyll.gemspec
CHANGED
|
@@ -16,11 +16,11 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
s.licenses = ['GPL-3.0']
|
|
17
17
|
s.files = `git ls-files -z`.split("\x0")
|
|
18
18
|
|
|
19
|
-
s.add_dependency 'jekyll', '~> 3.
|
|
20
|
-
s.add_dependency 'bibsonomy', '~> 0.4', '>= 0.4.
|
|
19
|
+
s.add_dependency 'jekyll', '~> 3.8', '>= 3.8.3'
|
|
20
|
+
s.add_dependency 'bibsonomy', '~> 0.4', '>= 0.4.12'
|
|
21
21
|
|
|
22
|
-
s.add_development_dependency 'rake', '~>
|
|
22
|
+
s.add_development_dependency 'rake', '~> 12.3'
|
|
23
23
|
s.add_development_dependency "rspec", "~> 3.5"
|
|
24
|
-
s.add_development_dependency "rubocop", "~> 0.
|
|
24
|
+
s.add_development_dependency "rubocop", "~> 0.57"
|
|
25
25
|
|
|
26
26
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bibsonomy-jekyll
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Jäschke
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -16,14 +16,20 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '3.
|
|
19
|
+
version: '3.8'
|
|
20
|
+
- - ">="
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 3.8.3
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
27
|
- - "~>"
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '3.
|
|
29
|
+
version: '3.8'
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 3.8.3
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: bibsonomy
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -33,7 +39,7 @@ dependencies:
|
|
|
33
39
|
version: '0.4'
|
|
34
40
|
- - ">="
|
|
35
41
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: 0.4.
|
|
42
|
+
version: 0.4.12
|
|
37
43
|
type: :runtime
|
|
38
44
|
prerelease: false
|
|
39
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -43,21 +49,21 @@ dependencies:
|
|
|
43
49
|
version: '0.4'
|
|
44
50
|
- - ">="
|
|
45
51
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 0.4.
|
|
52
|
+
version: 0.4.12
|
|
47
53
|
- !ruby/object:Gem::Dependency
|
|
48
54
|
name: rake
|
|
49
55
|
requirement: !ruby/object:Gem::Requirement
|
|
50
56
|
requirements:
|
|
51
57
|
- - "~>"
|
|
52
58
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: '
|
|
59
|
+
version: '12.3'
|
|
54
60
|
type: :development
|
|
55
61
|
prerelease: false
|
|
56
62
|
version_requirements: !ruby/object:Gem::Requirement
|
|
57
63
|
requirements:
|
|
58
64
|
- - "~>"
|
|
59
65
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: '
|
|
66
|
+
version: '12.3'
|
|
61
67
|
- !ruby/object:Gem::Dependency
|
|
62
68
|
name: rspec
|
|
63
69
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -78,14 +84,14 @@ dependencies:
|
|
|
78
84
|
requirements:
|
|
79
85
|
- - "~>"
|
|
80
86
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: '0.
|
|
87
|
+
version: '0.57'
|
|
82
88
|
type: :development
|
|
83
89
|
prerelease: false
|
|
84
90
|
version_requirements: !ruby/object:Gem::Requirement
|
|
85
91
|
requirements:
|
|
86
92
|
- - "~>"
|
|
87
93
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: '0.
|
|
94
|
+
version: '0.57'
|
|
89
95
|
description: Enables rendering of posts from BibSonomy with a Jekyll tag.
|
|
90
96
|
email: jaeschke@l3s.de
|
|
91
97
|
executables: []
|
|
@@ -124,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
124
130
|
version: '0'
|
|
125
131
|
requirements: []
|
|
126
132
|
rubyforge_project:
|
|
127
|
-
rubygems_version: 2.5.2
|
|
133
|
+
rubygems_version: 2.5.2.1
|
|
128
134
|
signing_key:
|
|
129
135
|
specification_version: 4
|
|
130
136
|
summary: BibSonomy plugin for Jekyll
|