relaton-iso-bib 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/relaton_iso_bib/iso_bibliographic_item.rb +1 -0
- data/lib/relaton_iso_bib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc16104d81250d1f82f14f6669717534d95816e6045ab920d3d38b0df268e869
|
4
|
+
data.tar.gz: 3ea95c8823f08b683a7c9c028fa2dfecc1283b5146939824b8c5f0b6435bb4f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c457b38bd1f99f79c332ff19248808763f1cd9dc6da2ef44bcc74b5c698e9656b0e20feb459ff697ee3c88edd76641f14e8abd2a9d0f6647338364fdeb6778f
|
7
|
+
data.tar.gz: 010f6a15eb06e829ed8bbb34cc1ed5e50614951758d736c0775d526f5ccc0a58c70c195b06b642a262319e63ed2a959631754650f64ac7b1ea270503d36aa568
|
@@ -246,6 +246,7 @@ module RelatonIsoBib
|
|
246
246
|
editorialgroup || ics.any? || structuredidentifier || block_given?)
|
247
247
|
b.ext do
|
248
248
|
b.doctype doctype if doctype
|
249
|
+
b.docsubtype docsubtype if respond_to?(:docsubtype) && docsubtype
|
249
250
|
# GB renders gbcommittee elements istead of an editorialgroup element.
|
250
251
|
if respond_to? :committee
|
251
252
|
committee&.to_xml b
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: relaton-iso-bib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: debase
|