briard 2.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/.github/workflows/changelog.yml +1 -1
- data/Gemfile.lock +1 -1
- data/bolognese.gemspec +1 -1
- data/lib/briard/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65a505fc688ba72560bdf8d29ab426970e8a6311903e967c1d2563c343e84685
|
4
|
+
data.tar.gz: 2347e11f16850adbc2d334781dcab18cdbee15e9d9927e1f32b3022e79230802
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc7b865665796f8b6c59abe93bcf5166dbe71fb2091cf74a378ba76c300e832e81a0b42af6393aaf0bb0306c71fd85461419536c2fe382bb32332378761f5967
|
7
|
+
data.tar.gz: b76690c8c58f1274c98288986af0fa91eef0442a7d0c622279a541397e6aadf1cc12c1bef54561c542ecc3ac57819ee1e695bc90a94868e43db7bf80160eb305
|
data/Gemfile.lock
CHANGED
data/bolognese.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.homepage = "https://github.com/front-matter/briard"
|
9
9
|
s.summary = "Ruby client library for conversion of DOI Metadata"
|
10
10
|
s.date = Date.today
|
11
|
-
s.description = "Ruby gem and command-line utility for conversion of DOI metadata from and to different metadata formats, including schema.org. Fork of bolognese gem."
|
11
|
+
s.description = "Ruby gem and command-line utility for conversion of DOI metadata from and to different metadata formats, including schema.org. Fork of version 1.19.12 of the bolognese gem."
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.version = Briard::VERSION
|
14
14
|
s.extra_rdoc_files = ["README.md"]
|
data/lib/briard/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: briard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Fenner
|
@@ -585,7 +585,8 @@ dependencies:
|
|
585
585
|
- !ruby/object:Gem::Version
|
586
586
|
version: 2.0.0
|
587
587
|
description: Ruby gem and command-line utility for conversion of DOI metadata from
|
588
|
-
and to different metadata formats, including schema.org. Fork of
|
588
|
+
and to different metadata formats, including schema.org. Fork of version 1.19.12
|
589
|
+
of the bolognese gem.
|
589
590
|
email: martin@front-matter.io
|
590
591
|
executables:
|
591
592
|
- briard
|