briard 2.2.1 → 2.2.3

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: 349614e729e9bd290b3ca0c48eb91d49043e182a207bbbbfbfd7e1657348d362
4
- data.tar.gz: f70c334067e2da787d68fccc1cdeb0100fc0de03c927f2eac88f63c37a598f78
3
+ metadata.gz: 557db90455006e125f7a84b4b984368b9ffbfa771a6ddc87ac58d283047991e3
4
+ data.tar.gz: 58c0f9aa3fe07ba06867162cbb1e2ea42745c80768ca4e1ed9d9fafd1631af95
5
5
  SHA512:
6
- metadata.gz: eb860b30e945398009874041f24e5ae5406db7d3e673cff493f5546ea4e867a582f5446f107026e9b1a3487b239b5c388090a4249c7311c77c709243cf9bfdb7
7
- data.tar.gz: 445a74956b47895317231d9b231c9a1e43a0c12f5981cae4e0ffe804d74342e7adf56d1ead143732ff73acbdb6f2aac74bb0e249122f5cdda15b349b0e512066
6
+ metadata.gz: 82497a215e755820d43d2bfa6f29902d37c9fd544bee85cdd06c34deaa2533b5dac5ee84a1c6c50cd0a265823fafc965c57ffe7fc603a41c047ea99617c1557b
7
+ data.tar.gz: 7ae55dd596e566f52d2c6ef2831b7e51b3269e8fd54b30bdd59d519428d9751f2aa1bc6e4e5a61e675d5688b498b9ec764d7618e2ca2a89a95881157fd2c4437
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [v2.2.2](https://github.com/front-matter/briard/tree/v2.2.2) (2021-12-08)
4
+
5
+ [Full Changelog](https://github.com/front-matter/briard/compare/2.2.1...v2.2.2)
6
+
7
+ ## [2.2.1](https://github.com/front-matter/briard/tree/2.2.1) (2021-12-07)
8
+
9
+ [Full Changelog](https://github.com/front-matter/briard/compare/2.2...2.2.1)
10
+
3
11
  ## [2.2](https://github.com/front-matter/briard/tree/2.2) (2021-12-07)
4
12
 
5
13
  [Full Changelog](https://github.com/front-matter/briard/compare/2.1...2.2)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- briard (2.2.1)
4
+ briard (2.2.3)
5
5
  activesupport (>= 4.2.5)
6
6
  benchmark_methods (~> 0.7)
7
7
  bibtex-ruby (>= 5.1.0)
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Front Matter
3
+ Copyright (c) 2017 - 2021 DataCite, 2021 Front Matter
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,3 +1,3 @@
1
1
  module Briard
2
- VERSION = "2.2.1"
2
+ VERSION = "2.2.3"
3
3
  end
@@ -7,7 +7,7 @@ module Briard
7
7
  return nil unless valid? || show_errors
8
8
 
9
9
  # only use CFF for software
10
- return nil unless types["resourceTypeGeneral"] == "Software"
10
+ return nil unless %w(Software Collection).include?(types["resourceTypeGeneral"])
11
11
 
12
12
  title = parse_attributes(titles, content: "title", first: true)
13
13
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: briard
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-07 00:00:00.000000000 Z
11
+ date: 2021-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: maremma