bolognese 2.0.0 → 2.0.1
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/Gemfile.lock +6 -5
- data/bolognese.gemspec +1 -0
- data/lib/bolognese/version.rb +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df7445354dfea2520078a43cc8eec9128c91c67759e4d4ffe0378223eba52750
|
|
4
|
+
data.tar.gz: 6673463c01a3a114bdeff5e8ed2f6af7c25f565d0d1e39c35c6e1d1a5b7c5d57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7ea1cab22c2a8e6e26979547c6a8a87f83c2e6bb346bad254154087d70534735b53d4fa89798db7688ddecf3945cf11e23ddcedda295154304c3f7ff55ca24a
|
|
7
|
+
data.tar.gz: 29aee296393f1338d5ab048a10abd4ad760a82dff8abe3a2b5d9a006149b34e1251ab8b883a7205b1eb25f0ded55fb1b476830d6214cff904b26cec81fd8a469
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bolognese (2.0.
|
|
4
|
+
bolognese (2.0.1)
|
|
5
5
|
activesupport (>= 4.2.5)
|
|
6
6
|
benchmark_methods (~> 0.7)
|
|
7
7
|
bibtex-ruby (>= 5.1.0)
|
|
@@ -95,10 +95,10 @@ GEM
|
|
|
95
95
|
concurrent-ruby (~> 1.0)
|
|
96
96
|
iso8601 (0.9.1)
|
|
97
97
|
json (2.6.2)
|
|
98
|
-
json-canonicalization (0.3.
|
|
99
|
-
json-ld (3.2.
|
|
98
|
+
json-canonicalization (0.3.1)
|
|
99
|
+
json-ld (3.2.4)
|
|
100
100
|
htmlentities (~> 4.3)
|
|
101
|
-
json-canonicalization (~> 0.3
|
|
101
|
+
json-canonicalization (~> 0.3)
|
|
102
102
|
link_header (~> 0.0, >= 0.0.8)
|
|
103
103
|
multi_json (~> 1.15)
|
|
104
104
|
rack (>= 2.2, < 4)
|
|
@@ -225,6 +225,7 @@ DEPENDENCIES
|
|
|
225
225
|
bundler (>= 1.0)
|
|
226
226
|
byebug
|
|
227
227
|
hashdiff (>= 1.0.0.beta1, < 2.0.0)
|
|
228
|
+
json-canonicalization (= 0.3.1)
|
|
228
229
|
rack-test (~> 0)
|
|
229
230
|
rake (~> 12.0)
|
|
230
231
|
rspec (~> 3.4)
|
|
@@ -234,4 +235,4 @@ DEPENDENCIES
|
|
|
234
235
|
webmock (~> 3.0, >= 3.0.1)
|
|
235
236
|
|
|
236
237
|
BUNDLED WITH
|
|
237
|
-
2.4.
|
|
238
|
+
2.4.10
|
data/bolognese.gemspec
CHANGED
|
@@ -50,6 +50,7 @@ Gem::Specification.new do |s|
|
|
|
50
50
|
s.add_development_dependency 'simplecov', '0.17.1'
|
|
51
51
|
s.add_development_dependency 'hashdiff', ['>= 1.0.0.beta1', '< 2.0.0']
|
|
52
52
|
s.add_development_dependency 'byebug'
|
|
53
|
+
s.add_development_dependency 'json-canonicalization', '0.3.1'
|
|
53
54
|
|
|
54
55
|
s.require_paths = ["lib"]
|
|
55
56
|
s.files = `git ls-files`.split($/)
|
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: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Fenner
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-12-
|
|
11
|
+
date: 2023-12-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: maremma
|
|
@@ -556,6 +556,20 @@ dependencies:
|
|
|
556
556
|
- - ">="
|
|
557
557
|
- !ruby/object:Gem::Version
|
|
558
558
|
version: '0'
|
|
559
|
+
- !ruby/object:Gem::Dependency
|
|
560
|
+
name: json-canonicalization
|
|
561
|
+
requirement: !ruby/object:Gem::Requirement
|
|
562
|
+
requirements:
|
|
563
|
+
- - '='
|
|
564
|
+
- !ruby/object:Gem::Version
|
|
565
|
+
version: 0.3.1
|
|
566
|
+
type: :development
|
|
567
|
+
prerelease: false
|
|
568
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
569
|
+
requirements:
|
|
570
|
+
- - '='
|
|
571
|
+
- !ruby/object:Gem::Version
|
|
572
|
+
version: 0.3.1
|
|
559
573
|
description: Ruby gem and command-line utility for conversion of DOI metadata from
|
|
560
574
|
and to different metadata formats, including schema.org.
|
|
561
575
|
email: mfenner@datacite.org
|