briard 2.0.1 → 2.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65a505fc688ba72560bdf8d29ab426970e8a6311903e967c1d2563c343e84685
4
- data.tar.gz: 2347e11f16850adbc2d334781dcab18cdbee15e9d9927e1f32b3022e79230802
3
+ metadata.gz: f3a11b4c768c334787a48a911e0986694037cc1bbb90148c979e22a8105924f0
4
+ data.tar.gz: 68a1c419cef581e8b40a6a814520bd8706d70973c8db5bfe3ce55dd3e8f007c5
5
5
  SHA512:
6
- metadata.gz: fc7b865665796f8b6c59abe93bcf5166dbe71fb2091cf74a378ba76c300e832e81a0b42af6393aaf0bb0306c71fd85461419536c2fe382bb32332378761f5967
7
- data.tar.gz: b76690c8c58f1274c98288986af0fa91eef0442a7d0c622279a541397e6aadf1cc12c1bef54561c542ecc3ac57819ee1e695bc90a94868e43db7bf80160eb305
6
+ metadata.gz: 2ef947d376c800ed845659b1c35802f02689421fcb6ac9ba7175951340039ebc2716bf05c38eb955a6f71175ae86da8acf09bad7d66d3a74f93c44ac0eea932b
7
+ data.tar.gz: 94cca28a5b7ee75c8eb1972efbf5da4102ec5a9ec5391a046290a7276314f409f83666f7e8031d922935a35035f97866a1eb499ed0a488a24dc6a83c2043d257
@@ -21,7 +21,6 @@ jobs:
21
21
  uses: charmixer/auto-changelog-action@v1.4
22
22
  with:
23
23
  token: ${{ secrets.GITHUB_TOKEN }}
24
- since_tag: "1.16.2"
25
24
 
26
25
  - name: Commit files
27
26
  run: |
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- briard (2.0.1)
4
+ briard (2.0.2)
5
5
  activesupport (>= 4.2.5)
6
6
  benchmark_methods (~> 0.7)
7
7
  bibtex-ruby (>= 5.1.0)
@@ -1,3 +1,3 @@
1
1
  module Briard
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
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.1
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