relaton-iso-bib 0.3.4 → 0.3.5
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/Gemfile.lock +4 -4
- data/lib/relaton_iso_bib/iso_bibliographic_item.rb +1 -1
- data/lib/relaton_iso_bib/version.rb +1 -1
- data/relaton_iso_bib.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e582dc61722d2b4fe79dfb6d25debc0f2844bae7
|
|
4
|
+
data.tar.gz: 45f81d2be3f8261401aeb600b540479d81ad54b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5602dcb2b522a5db62616cff786134e51ca59a4ced7c6365acbd08108b43db294f03b9326723d98f597877429a57cffec9c52f33ce29bc42e0d48b933ad57e1
|
|
7
|
+
data.tar.gz: 64fb22d607b84c346cae1a87a7da80e515c59ed62cbd42201d81dc9137e3899850df8ecf99c5d03b5d76ac4c7bb0cc68681275fbb887bb254c549c9f169facc4
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
relaton-iso-bib (0.3.
|
|
4
|
+
relaton-iso-bib (0.3.5)
|
|
5
5
|
isoics (~> 0.1.6)
|
|
6
6
|
relaton-bib (~> 0.3.0)
|
|
7
7
|
ruby_deep_clone (~> 0.8.0)
|
|
@@ -9,8 +9,8 @@ PATH
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
addressable (2.
|
|
13
|
-
public_suffix (>= 2.0.2, <
|
|
12
|
+
addressable (2.7.0)
|
|
13
|
+
public_suffix (>= 2.0.2, < 5.0)
|
|
14
14
|
byebug (11.0.1)
|
|
15
15
|
coderay (1.1.2)
|
|
16
16
|
debase (0.2.2)
|
|
@@ -32,7 +32,7 @@ GEM
|
|
|
32
32
|
pry-byebug (3.7.0)
|
|
33
33
|
byebug (~> 11.0)
|
|
34
34
|
pry (~> 0.10)
|
|
35
|
-
public_suffix (
|
|
35
|
+
public_suffix (4.0.1)
|
|
36
36
|
rake (10.5.0)
|
|
37
37
|
relaton-bib (0.3.5)
|
|
38
38
|
addressable
|
|
@@ -278,7 +278,7 @@ module RelatonIsoBib
|
|
|
278
278
|
# @param script [String]
|
|
279
279
|
# @raise ArgumentError
|
|
280
280
|
def check_type(type)
|
|
281
|
-
if type && !TYPES.include?(type)
|
|
281
|
+
if type && !self.class::TYPES.include?(type)
|
|
282
282
|
raise ArgumentError, "invalid type: #{type}"
|
|
283
283
|
end
|
|
284
284
|
end
|
data/relaton_iso_bib.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
|
|
13
13
|
spec.summary = %(RelatonIsoBib: Ruby ISOXMLDOC impementation.)
|
|
14
14
|
spec.description = %(RelatonIsoBib: Ruby ISOXMLDOC impementation.)
|
|
15
|
-
spec.homepage = "https://github.com/
|
|
15
|
+
spec.homepage = "https://github.com/relaton/relaton-iso-bib"
|
|
16
16
|
spec.license = "BSD-2-Clause"
|
|
17
17
|
|
|
18
18
|
# Specify which files should be added to the gem when it is released.
|
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.3.
|
|
4
|
+
version: 0.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -194,7 +194,7 @@ files:
|
|
|
194
194
|
- lib/relaton_iso_bib/version.rb
|
|
195
195
|
- lib/relaton_iso_bib/xml_parser.rb
|
|
196
196
|
- relaton_iso_bib.gemspec
|
|
197
|
-
homepage: https://github.com/
|
|
197
|
+
homepage: https://github.com/relaton/relaton-iso-bib
|
|
198
198
|
licenses:
|
|
199
199
|
- BSD-2-Clause
|
|
200
200
|
metadata: {}
|