relaton-iso-bib 1.1.0 → 1.1.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/iso_bibliographic_item.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: ad71b0b622c9135047f563a8408c72de0daaf015e6b51d4190cea7bdc31bd799
|
|
4
|
+
data.tar.gz: d44e8d718863a37f4a14f942935798746b0fc0e760f4f252ff603e90feecb0e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2eb7356df7887db0e56622f0790edff531b3c52163f1fdb8a6bab592280e5d59a3b3008d21b1865abfe52968bf53d85760389d3e6fa9bb12c657b84da0230ea
|
|
7
|
+
data.tar.gz: e6ddce5c5ebc885424582ba63ab3a313034acdf9d3c8f9c154a6c18fc7692f083d0667cf7fc9f0cf97a233bc9567a56c4b7f4af22ce4e4b7b4309c57be518896
|
|
@@ -23,9 +23,9 @@ module RelatonIsoBib
|
|
|
23
23
|
# Bibliographic item.
|
|
24
24
|
class IsoBibliographicItem < RelatonBib::BibliographicItem
|
|
25
25
|
TYPES = %w[
|
|
26
|
-
standard
|
|
27
26
|
international-standard technical-specification technical-report
|
|
28
27
|
publicly-available-specification international-workshop-agreement guide
|
|
28
|
+
amendment technical-corrigendum
|
|
29
29
|
].freeze
|
|
30
30
|
|
|
31
31
|
# @return [RelatonIsoBib::StructuredIdentifier]
|
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.1.
|
|
4
|
+
version: 1.1.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-06-
|
|
11
|
+
date: 2020-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: debase
|