bolognese 1.9.13 → 1.9.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -11
- data/Gemfile.lock +38 -38
- data/bolognese.gemspec +1 -1
- data/lib/bolognese/version.rb +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ba10d4692952a5c5c4032f160b97fbbdaaf4bfe29bb687a34295bf419ffa8bb
|
4
|
+
data.tar.gz: 485add29ad628c4ac8ecdf019c42037db3edfa6f7222e5750691b3fe6d6591bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 410a666e4784f93feed5053e7c187e1022e2d68d38004cf28e210962a1d21a432ed472bc049b256daf117180fb77f5dcb3c1730f1c43babb322935ce0be17647
|
7
|
+
data.tar.gz: 550841a2e9ed10210b083702f2a25b0ef5fa968753a39b76d00fa3f63b1817366e52001e19c14fdfeb7a6e46ce5c3df628c42d1f9906aac9227762ea5417363f
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [
|
3
|
+
## [1.9.13](https://github.com/datacite/bolognese/tree/1.9.13) (2022-01-06)
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/datacite/bolognese/compare/1.9.12...
|
5
|
+
[Full Changelog](https://github.com/datacite/bolognese/compare/1.9.12...1.9.13)
|
6
6
|
|
7
7
|
**Fixed bugs:**
|
8
8
|
|
@@ -87,10 +87,6 @@
|
|
87
87
|
|
88
88
|
- Singular geoLocationPolygons are wrapped in additional array [\#110](https://github.com/datacite/bolognese/issues/110)
|
89
89
|
|
90
|
-
**Merged pull requests:**
|
91
|
-
|
92
|
-
- Support returning single geoLocationPolygon [\#111](https://github.com/datacite/bolognese/pull/111) ([richardhallett](https://github.com/richardhallett))
|
93
|
-
|
94
90
|
## [1.9.3](https://github.com/datacite/bolognese/tree/1.9.3) (2021-03-26)
|
95
91
|
|
96
92
|
[Full Changelog](https://github.com/datacite/bolognese/compare/1.9.2...1.9.3)
|
@@ -191,6 +187,7 @@
|
|
191
187
|
|
192
188
|
**Merged pull requests:**
|
193
189
|
|
190
|
+
- Support returning single geoLocationPolygon [\#111](https://github.com/datacite/bolognese/pull/111) ([richardhallett](https://github.com/richardhallett))
|
194
191
|
- Allow some pre-1.0 versions of thor [\#102](https://github.com/datacite/bolognese/pull/102) ([cjcolvar](https://github.com/cjcolvar))
|
195
192
|
|
196
193
|
## [1.8.5](https://github.com/datacite/bolognese/tree/1.8.5) (2020-07-30)
|
@@ -333,7 +330,6 @@
|
|
333
330
|
**Merged pull requests:**
|
334
331
|
|
335
332
|
- Sizes and formats [\#88](https://github.com/datacite/bolognese/pull/88) ([mfenner](https://github.com/mfenner))
|
336
|
-
- bump version [\#75](https://github.com/datacite/bolognese/pull/75) ([kjgarza](https://github.com/kjgarza))
|
337
333
|
|
338
334
|
## [1.5.19](https://github.com/datacite/bolognese/tree/1.5.19) (2020-04-30)
|
339
335
|
|
@@ -343,10 +339,6 @@
|
|
343
339
|
|
344
340
|
[Full Changelog](https://github.com/datacite/bolognese/compare/1.5.17...1.5.18)
|
345
341
|
|
346
|
-
**Merged pull requests:**
|
347
|
-
|
348
|
-
- fixes missing version attribute when data comes from datacite\_json [\#85](https://github.com/datacite/bolognese/pull/85) ([kjgarza](https://github.com/kjgarza))
|
349
|
-
|
350
342
|
## [1.5.17](https://github.com/datacite/bolognese/tree/1.5.17) (2020-04-18)
|
351
343
|
|
352
344
|
[Full Changelog](https://github.com/datacite/bolognese/compare/1.5.16...1.5.17)
|
@@ -453,6 +445,7 @@
|
|
453
445
|
|
454
446
|
**Merged pull requests:**
|
455
447
|
|
448
|
+
- fixes missing version attribute when data comes from datacite\_json [\#85](https://github.com/datacite/bolognese/pull/85) ([kjgarza](https://github.com/kjgarza))
|
456
449
|
- Bump rack from 2.0.7 to 2.0.8 [\#79](https://github.com/datacite/bolognese/pull/79) ([dependabot[bot]](https://github.com/apps/dependabot))
|
457
450
|
|
458
451
|
## [v.1.4.1](https://github.com/datacite/bolognese/tree/v.1.4.1) (2019-12-15)
|
@@ -507,6 +500,10 @@
|
|
507
500
|
|
508
501
|
[Full Changelog](https://github.com/datacite/bolognese/compare/v.1.3.14...v.1.3.16)
|
509
502
|
|
503
|
+
**Merged pull requests:**
|
504
|
+
|
505
|
+
- bump version [\#75](https://github.com/datacite/bolognese/pull/75) ([kjgarza](https://github.com/kjgarza))
|
506
|
+
|
510
507
|
## [v.1.3.14](https://github.com/datacite/bolognese/tree/v.1.3.14) (2019-08-27)
|
511
508
|
|
512
509
|
[Full Changelog](https://github.com/datacite/bolognese/compare/v.1.3.13...v.1.3.14)
|
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.14)
|
5
5
|
activesupport (>= 4.2.5)
|
6
6
|
benchmark_methods (~> 0.7)
|
7
7
|
bibtex-ruby (>= 5.1.0)
|
@@ -19,7 +19,7 @@ PATH
|
|
19
19
|
loofah (~> 2.0, >= 2.0.3)
|
20
20
|
maremma (>= 4.9.4, < 5)
|
21
21
|
namae (~> 1.0)
|
22
|
-
nokogiri (
|
22
|
+
nokogiri (>= 1.13.2, < 1.14)
|
23
23
|
oj (~> 3.10)
|
24
24
|
oj_mimic_json (~> 1.0, >= 1.0.1)
|
25
25
|
postrank-uri (~> 1.0, >= 1.0.18)
|
@@ -30,7 +30,7 @@ PATH
|
|
30
30
|
GEM
|
31
31
|
remote: https://rubygems.org/
|
32
32
|
specs:
|
33
|
-
activesupport (6.1.
|
33
|
+
activesupport (6.1.6)
|
34
34
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
35
35
|
i18n (>= 1.6, < 2)
|
36
36
|
minitest (>= 5.1)
|
@@ -49,7 +49,7 @@ GEM
|
|
49
49
|
citeproc (~> 1.0, >= 1.0.9)
|
50
50
|
csl (~> 1.6)
|
51
51
|
colorize (0.8.1)
|
52
|
-
concurrent-ruby (1.1.
|
52
|
+
concurrent-ruby (1.1.10)
|
53
53
|
crack (0.4.5)
|
54
54
|
rexml
|
55
55
|
crass (1.0.6)
|
@@ -58,19 +58,19 @@ GEM
|
|
58
58
|
rexml
|
59
59
|
csl-styles (1.0.1.11)
|
60
60
|
csl (~> 1.0)
|
61
|
-
diff-lcs (1.
|
61
|
+
diff-lcs (1.5.0)
|
62
62
|
docile (1.4.0)
|
63
|
-
ebnf (2.3.
|
63
|
+
ebnf (2.3.1)
|
64
64
|
amazing_print (~> 1.4)
|
65
65
|
htmlentities (~> 4.3)
|
66
66
|
rdf (~> 3.2)
|
67
67
|
scanf (~> 1.0)
|
68
68
|
sxp (~> 1.2)
|
69
69
|
unicode-types (~> 1.7)
|
70
|
-
edtf (3.0.
|
70
|
+
edtf (3.0.8)
|
71
71
|
activesupport (>= 3.0, < 8.0)
|
72
72
|
excon (0.71.1)
|
73
|
-
faraday (0.17.
|
73
|
+
faraday (0.17.5)
|
74
74
|
multipart-post (>= 1.2, < 3)
|
75
75
|
faraday-encoding (0.0.5)
|
76
76
|
faraday
|
@@ -83,12 +83,12 @@ GEM
|
|
83
83
|
tilt
|
84
84
|
hashdiff (1.0.1)
|
85
85
|
htmlentities (4.3.4)
|
86
|
-
i18n (1.
|
86
|
+
i18n (1.10.0)
|
87
87
|
concurrent-ruby (~> 1.0)
|
88
88
|
iso8601 (0.9.1)
|
89
|
-
json (2.
|
89
|
+
json (2.6.2)
|
90
90
|
json-canonicalization (0.3.0)
|
91
|
-
json-ld (3.2.
|
91
|
+
json-ld (3.2.1)
|
92
92
|
htmlentities (~> 4.3)
|
93
93
|
json-canonicalization (~> 0.3)
|
94
94
|
link_header (~> 0.0, >= 0.0.8)
|
@@ -103,10 +103,10 @@ GEM
|
|
103
103
|
optimist (~> 3)
|
104
104
|
latex-decode (0.3.2)
|
105
105
|
link_header (0.0.8)
|
106
|
-
loofah (2.
|
106
|
+
loofah (2.18.0)
|
107
107
|
crass (~> 1.0.2)
|
108
108
|
nokogiri (>= 1.5.9)
|
109
|
-
maremma (4.9.
|
109
|
+
maremma (4.9.8)
|
110
110
|
activesupport (>= 4.2.5)
|
111
111
|
addressable (>= 2.3.6)
|
112
112
|
builder (~> 3.2, >= 3.2.2)
|
@@ -114,19 +114,19 @@ GEM
|
|
114
114
|
faraday (~> 0.17.3)
|
115
115
|
faraday-encoding (~> 0.0.4)
|
116
116
|
faraday_middleware (~> 0.14.0)
|
117
|
-
nokogiri (>= 1.11.2, < 1.
|
117
|
+
nokogiri (>= 1.11.2, < 1.14.0)
|
118
118
|
oj (>= 2.8.3)
|
119
119
|
oj_mimic_json (~> 1.0, >= 1.0.1)
|
120
120
|
matrix (0.4.2)
|
121
|
-
mini_portile2 (2.
|
121
|
+
mini_portile2 (2.8.0)
|
122
122
|
minitest (5.15.0)
|
123
123
|
multi_json (1.15.0)
|
124
124
|
multipart-post (2.1.1)
|
125
125
|
namae (1.1.1)
|
126
|
-
nokogiri (1.
|
127
|
-
mini_portile2 (~> 2.
|
126
|
+
nokogiri (1.13.6)
|
127
|
+
mini_portile2 (~> 2.8.0)
|
128
128
|
racc (~> 1.4)
|
129
|
-
oj (3.13.
|
129
|
+
oj (3.13.13)
|
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.2.
|
142
|
+
rdf (3.2.7)
|
143
143
|
link_header (~> 0.0, >= 0.0.8)
|
144
144
|
rdf-aggregate-repo (3.2.0)
|
145
145
|
rdf (~> 3.2)
|
@@ -158,25 +158,25 @@ GEM
|
|
158
158
|
rdf-turtle (3.2.0)
|
159
159
|
ebnf (~> 2.3)
|
160
160
|
rdf (~> 3.2)
|
161
|
-
rdf-vocab (3.2.
|
162
|
-
rdf (~> 3.2)
|
163
|
-
rdf-xsd (3.2.
|
161
|
+
rdf-vocab (3.2.1)
|
162
|
+
rdf (~> 3.2, >= 3.2.4)
|
163
|
+
rdf-xsd (3.2.1)
|
164
164
|
rdf (~> 3.2)
|
165
165
|
rexml (~> 3.2)
|
166
166
|
rexml (3.2.5)
|
167
|
-
rspec (3.
|
168
|
-
rspec-core (~> 3.
|
169
|
-
rspec-expectations (~> 3.
|
170
|
-
rspec-mocks (~> 3.
|
171
|
-
rspec-core (3.
|
172
|
-
rspec-support (~> 3.
|
173
|
-
rspec-expectations (3.
|
167
|
+
rspec (3.11.0)
|
168
|
+
rspec-core (~> 3.11.0)
|
169
|
+
rspec-expectations (~> 3.11.0)
|
170
|
+
rspec-mocks (~> 3.11.0)
|
171
|
+
rspec-core (3.11.0)
|
172
|
+
rspec-support (~> 3.11.0)
|
173
|
+
rspec-expectations (3.11.0)
|
174
174
|
diff-lcs (>= 1.2.0, < 2.0)
|
175
|
-
rspec-support (~> 3.
|
176
|
-
rspec-mocks (3.
|
175
|
+
rspec-support (~> 3.11.0)
|
176
|
+
rspec-mocks (3.11.1)
|
177
177
|
diff-lcs (>= 1.2.0, < 2.0)
|
178
|
-
rspec-support (~> 3.
|
179
|
-
rspec-support (3.
|
178
|
+
rspec-support (~> 3.11.0)
|
179
|
+
rspec-support (3.11.0)
|
180
180
|
rspec-xsd (0.1.0)
|
181
181
|
nokogiri (~> 1.6)
|
182
182
|
rspec (~> 3)
|
@@ -186,7 +186,7 @@ GEM
|
|
186
186
|
json (>= 1.8, < 3)
|
187
187
|
simplecov-html (~> 0.10.0)
|
188
188
|
simplecov-html (0.10.2)
|
189
|
-
sxp (1.2.
|
189
|
+
sxp (1.2.2)
|
190
190
|
matrix
|
191
191
|
rdf (~> 3.2)
|
192
192
|
temple (0.8.2)
|
@@ -197,11 +197,11 @@ GEM
|
|
197
197
|
unicode-types (1.7.0)
|
198
198
|
unicode_utils (1.4.0)
|
199
199
|
vcr (3.0.3)
|
200
|
-
webmock (3.
|
201
|
-
addressable (>= 2.
|
200
|
+
webmock (3.14.0)
|
201
|
+
addressable (>= 2.8.0)
|
202
202
|
crack (>= 0.3.2)
|
203
203
|
hashdiff (>= 0.4.0, < 2.0.0)
|
204
|
-
zeitwerk (2.5.
|
204
|
+
zeitwerk (2.5.4)
|
205
205
|
|
206
206
|
PLATFORMS
|
207
207
|
ruby
|
@@ -219,4 +219,4 @@ DEPENDENCIES
|
|
219
219
|
webmock (~> 3.0, >= 3.0.1)
|
220
220
|
|
221
221
|
BUNDLED WITH
|
222
|
-
2.3.
|
222
|
+
2.3.14
|
data/bolognese.gemspec
CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
|
|
18
18
|
# Declare dependencies here, rather than in the Gemfile
|
19
19
|
s.add_dependency 'maremma', '>= 4.9.4', '< 5'
|
20
20
|
s.add_dependency 'faraday', '~> 0.17.3'
|
21
|
-
s.add_dependency 'nokogiri', '
|
21
|
+
s.add_dependency 'nokogiri', '>= 1.13.2', '< 1.14'
|
22
22
|
s.add_dependency 'loofah', '~> 2.0', '>= 2.0.3'
|
23
23
|
s.add_dependency 'builder', '~> 3.2', '>= 3.2.2'
|
24
24
|
s.add_dependency 'activesupport', '>= 4.2.5'
|
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.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Fenner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: maremma
|
@@ -48,16 +48,22 @@ dependencies:
|
|
48
48
|
name: nokogiri
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
50
50
|
requirements:
|
51
|
-
- - "
|
51
|
+
- - ">="
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: 1.13.2
|
54
|
+
- - "<"
|
52
55
|
- !ruby/object:Gem::Version
|
53
|
-
version: 1.
|
56
|
+
version: '1.14'
|
54
57
|
type: :runtime
|
55
58
|
prerelease: false
|
56
59
|
version_requirements: !ruby/object:Gem::Requirement
|
57
60
|
requirements:
|
58
|
-
- - "
|
61
|
+
- - ">="
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
version: 1.13.2
|
64
|
+
- - "<"
|
59
65
|
- !ruby/object:Gem::Version
|
60
|
-
version: 1.
|
66
|
+
version: '1.14'
|
61
67
|
- !ruby/object:Gem::Dependency
|
62
68
|
name: loofah
|
63
69
|
requirement: !ruby/object:Gem::Requirement
|