pubid-iso 0.7.2 → 0.7.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 +4 -4
- data/lib/pubid/iso/identifier/base.rb +4 -2
- data/lib/pubid/iso/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c7548bf553930fd483cab3fd09c4a23279ef230108587725c5cecb456e36885
|
|
4
|
+
data.tar.gz: eb037635c55d8f10068fb4a31ed4254e796c2c158a3b2553a643ee0e1794e8a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 830082c58902dfd2763afdf5d8809665f7eae31a8802b8bf290daa9cd6341a553782ed388415c3c6986b731abeb35371ceb4bbf362cd2e42aaacaa2c691f4593
|
|
7
|
+
data.tar.gz: 70c49c310c2ba7bba7a28027a7c96689d2129f7c0b1193390e81373dc901309248a21055e0ca0fd62290f1f2f919d4749c0c0142195ec46e9b77f1208e70ae92
|
|
@@ -77,7 +77,9 @@ module Pubid::Iso
|
|
|
77
77
|
@joint_document = joint_document
|
|
78
78
|
end
|
|
79
79
|
end
|
|
80
|
-
|
|
80
|
+
if tctype
|
|
81
|
+
@tctype = tctype.is_a?(Array) ? tctype.map(&:to_s) : tctype.to_s
|
|
82
|
+
end
|
|
81
83
|
@sctype = sctype.to_s if sctype
|
|
82
84
|
@wgtype = wgtype.to_s if wgtype
|
|
83
85
|
@tcnumber = tcnumber.to_s if tcnumber
|
|
@@ -95,7 +97,7 @@ module Pubid::Iso
|
|
|
95
97
|
@base = base
|
|
96
98
|
end
|
|
97
99
|
end
|
|
98
|
-
@part = part if part
|
|
100
|
+
@part = part.to_s if part
|
|
99
101
|
@addendum = addendum if addendum
|
|
100
102
|
@edition = edition
|
|
101
103
|
@month = month
|
data/lib/pubid/iso/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pubid-iso
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.3
|
|
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-01-
|
|
11
|
+
date: 2024-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version:
|
|
61
|
+
version: 1.12.3
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version:
|
|
68
|
+
version: 1.12.3
|
|
69
69
|
description: Library to generate, parse and manipulate ISO PubID.
|
|
70
70
|
email:
|
|
71
71
|
- open.source@ribose.com
|