bolognese 1.9.9 → 1.9.10
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/CHANGELOG.md +4 -0
- data/Gemfile.lock +8 -8
- data/lib/bolognese/utils.rb +2 -2
- data/lib/bolognese/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5fb33f15f99b3bdc81bff725ce8c5999393bdf4d61eb933239afc19a7fb1dbf
|
|
4
|
+
data.tar.gz: 64b6bd3bd8e5d848c98c9d5d7b319e4d2c49e9873f3a98fd5bb428aaa82ddad9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4946a67e3929a5c14d1e35b5fe27833921eef60d32dabba71d821bef586a4fabdbd8d5b06caa15282f13a02da61c3d8c3300afb0b0997a627cba3408f9660eb6
|
|
7
|
+
data.tar.gz: 30e8c160beaa72788aaf6bf6c05148a4705a6085b375b180ead2ac3009b5b15567a544ae758bb5ad430d95eebdac739a75933c02609e401958ee62aa0b4821fc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.9](https://github.com/datacite/bolognese/tree/1.9.9) (2021-06-09)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/datacite/bolognese/compare/1.9.8...1.9.9)
|
|
6
|
+
|
|
3
7
|
## [1.9.8](https://github.com/datacite/bolognese/tree/1.9.8) (2021-06-08)
|
|
4
8
|
|
|
5
9
|
[Full Changelog](https://github.com/datacite/bolognese/compare/1.9.7...1.9.8)
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bolognese (1.9.
|
|
4
|
+
bolognese (1.9.10)
|
|
5
5
|
activesupport (>= 4.2.5)
|
|
6
6
|
benchmark_methods (~> 0.7)
|
|
7
7
|
bibtex-ruby (>= 5.1.0)
|
|
@@ -30,13 +30,13 @@ PATH
|
|
|
30
30
|
GEM
|
|
31
31
|
remote: https://rubygems.org/
|
|
32
32
|
specs:
|
|
33
|
-
activesupport (6.1.
|
|
33
|
+
activesupport (6.1.4)
|
|
34
34
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
35
35
|
i18n (>= 1.6, < 2)
|
|
36
36
|
minitest (>= 5.1)
|
|
37
37
|
tzinfo (~> 2.0)
|
|
38
38
|
zeitwerk (~> 2.3)
|
|
39
|
-
addressable (2.
|
|
39
|
+
addressable (2.8.0)
|
|
40
40
|
public_suffix (>= 2.0.2, < 5.0)
|
|
41
41
|
amazing_print (1.3.0)
|
|
42
42
|
benchmark_methods (0.7)
|
|
@@ -96,7 +96,7 @@ GEM
|
|
|
96
96
|
multi_json (~> 1.14)
|
|
97
97
|
rack (~> 2.0)
|
|
98
98
|
rdf (~> 3.1)
|
|
99
|
-
json-ld-preloaded (3.1.
|
|
99
|
+
json-ld-preloaded (3.1.6)
|
|
100
100
|
json-ld (~> 3.1)
|
|
101
101
|
rdf (~> 3.1)
|
|
102
102
|
jsonlint (0.3.0)
|
|
@@ -107,7 +107,7 @@ GEM
|
|
|
107
107
|
loofah (2.10.0)
|
|
108
108
|
crass (~> 1.0.2)
|
|
109
109
|
nokogiri (>= 1.5.9)
|
|
110
|
-
maremma (4.9.
|
|
110
|
+
maremma (4.9.5)
|
|
111
111
|
activesupport (>= 4.2.5)
|
|
112
112
|
addressable (>= 2.3.6)
|
|
113
113
|
builder (~> 3.2, >= 3.2.2)
|
|
@@ -126,7 +126,7 @@ GEM
|
|
|
126
126
|
nokogiri (1.11.7)
|
|
127
127
|
mini_portile2 (~> 2.5.0)
|
|
128
128
|
racc (~> 1.4)
|
|
129
|
-
oj (3.
|
|
129
|
+
oj (3.12.1)
|
|
130
130
|
oj_mimic_json (1.0.1)
|
|
131
131
|
optimist (3.0.1)
|
|
132
132
|
postrank-uri (1.0.24)
|
|
@@ -139,7 +139,7 @@ GEM
|
|
|
139
139
|
rack-test (0.8.3)
|
|
140
140
|
rack (>= 1.0, < 3)
|
|
141
141
|
rake (12.3.3)
|
|
142
|
-
rdf (3.1.
|
|
142
|
+
rdf (3.1.15)
|
|
143
143
|
hamster (~> 3.0)
|
|
144
144
|
link_header (~> 0.0, >= 0.0.8)
|
|
145
145
|
rdf-aggregate-repo (3.1.0)
|
|
@@ -159,7 +159,7 @@ GEM
|
|
|
159
159
|
rdf-turtle (3.1.3)
|
|
160
160
|
ebnf (~> 2.1)
|
|
161
161
|
rdf (~> 3.1, >= 3.1.8)
|
|
162
|
-
rdf-vocab (3.1.
|
|
162
|
+
rdf-vocab (3.1.14)
|
|
163
163
|
rdf (~> 3.1, >= 3.1.12)
|
|
164
164
|
rdf-xsd (3.1.1)
|
|
165
165
|
rdf (~> 3.1)
|
data/lib/bolognese/utils.rb
CHANGED
|
@@ -386,8 +386,8 @@ module Bolognese
|
|
|
386
386
|
"BookChapter" => "CHAP",
|
|
387
387
|
"Collection" => nil,
|
|
388
388
|
"ComputationalNotebook" => "COMP",
|
|
389
|
-
"ConferencePaper" =>
|
|
390
|
-
"ConferenceProceeding" =>
|
|
389
|
+
"ConferencePaper" => "CPAPER",
|
|
390
|
+
"ConferenceProceeding" => "CONF",
|
|
391
391
|
"DataPaper" => nil,
|
|
392
392
|
"Dataset" => "DATA",
|
|
393
393
|
"Dissertation" => "THES",
|
data/lib/bolognese/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bolognese
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
4
|
+
version: 1.9.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Fenner
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-07-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: maremma
|