relaton-iso-bib 1.19.0 → 1.19.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/lib/relaton_iso_bib/document_type.rb +1 -1
- 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: a3f14f5b8cc3dbe724c93588ad9eada6d4e41c1c0824dc64894d0a2945b7367d
|
|
4
|
+
data.tar.gz: 9de276830894f49558ff8143286f85db9db98ed8ca4df89802c910110da51245
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c20d5936a5a5cb9a85224b7061928b3bdaf0dceea36b355766f51fbd4662f283f5c5784ed717a7e4ebe9648572b28cb68bbed5c98d7323eea7bf3a3fb2d27b5
|
|
7
|
+
data.tar.gz: 4820479fa71ddd05f01e6d7dd426aae3c4b7054d608699f31985641058573af5ce6e119c5ca289dec670081f1877085e5f159136707c5c2f5a80298dc5f97482
|
|
@@ -3,7 +3,7 @@ module RelatonIsoBib
|
|
|
3
3
|
DOCTYPES = %w[
|
|
4
4
|
international-standard technical-specification technical-report
|
|
5
5
|
publicly-available-specification international-workshop-agreement guide
|
|
6
|
-
recommendation amendment technical-corrigendum directive committee-document
|
|
6
|
+
recommendation amendment technical-corrigendum directive committee-document addendum
|
|
7
7
|
].freeze
|
|
8
8
|
|
|
9
9
|
#
|
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: 1.19.
|
|
4
|
+
version: 1.19.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: 2024-
|
|
11
|
+
date: 2024-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: isoics
|