briard 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/changelog.yml +0 -1
- data/CITATION.cff +19 -0
- data/Gemfile.lock +1 -1
- data/lib/briard/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3a11b4c768c334787a48a911e0986694037cc1bbb90148c979e22a8105924f0
|
4
|
+
data.tar.gz: 68a1c419cef581e8b40a6a814520bd8706d70973c8db5bfe3ce55dd3e8f007c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ef947d376c800ed845659b1c35802f02689421fcb6ac9ba7175951340039ebc2716bf05c38eb955a6f71175ae86da8acf09bad7d66d3a74f93c44ac0eea932b
|
7
|
+
data.tar.gz: 94cca28a5b7ee75c8eb1972efbf5da4102ec5a9ec5391a046290a7276314f409f83666f7e8031d922935a35035f97866a1eb499ed0a488a24dc6a83c2043d257
|
data/CITATION.cff
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
cff-version: 1.2.0
|
2
|
+
message: If you use ruby-cff in your work, please cite it using the following metadata
|
3
|
+
title: Briard
|
4
|
+
abstract: 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.
|
5
|
+
authors:
|
6
|
+
- family-names: Fenner
|
7
|
+
given-names: Martin
|
8
|
+
orcid: https://orcid.org/0000-0003-1419-2405
|
9
|
+
affiliation: Front Matter
|
10
|
+
keywords:
|
11
|
+
- ruby
|
12
|
+
- metadata
|
13
|
+
- software citation
|
14
|
+
- research software
|
15
|
+
version: 2.0.1
|
16
|
+
date-released: 2021-08-18
|
17
|
+
license: MIT
|
18
|
+
repository-artifact: https://rubygems.org/gems/briard
|
19
|
+
repository-code: https://github.com/front-matter/briard
|
data/Gemfile.lock
CHANGED
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: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Fenner
|
@@ -601,6 +601,7 @@ files:
|
|
601
601
|
- ".rubocop.yml"
|
602
602
|
- CHANGELOG.md
|
603
603
|
- CITATION
|
604
|
+
- CITATION.cff
|
604
605
|
- Gemfile
|
605
606
|
- Gemfile.lock
|
606
607
|
- LICENSE.md
|