petrarca 0.5.2 → 0.5.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/README.md +1 -1
- data/data/registrant_ranges.txt +3 -3
- data/data/registration_group_ranges.txt +1 -1
- data/lib/petrarca/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: 22f04367712b497dff5a4d8b4e3b938c80127be6806df23b1a88573b18336ff8
|
|
4
|
+
data.tar.gz: 5d0abab6b307888783672c56668193a4c1cc66d3b736b7b01e6f8e7903d627b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3fcc120a407d03c836ca2c0cedb892469d0d83b46e76a44351824a9c9652797767292a34adad76c709456437f185b931e582d3c219e8f5f1131a16199ecfd41
|
|
7
|
+
data.tar.gz: 2a736fd8ca8a1a8a196a994825676f61170f6d79a48822011b6fea24843fd2f7ea3819a469749bc60a8798d6a5626b8a6e88422a634e13fa2f235661f22a0b75
|
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@ All functions support both ISBN-13 and ISBN-10.
|
|
|
12
12
|
All ranges of registration groups and registrants are supported.
|
|
13
13
|
Those depends on 'RangeMessage.xml' file, downloaded from [International ISBN Agency](https://www.isbn-international.org/range_file_generation).
|
|
14
14
|
|
|
15
|
-
NOTE: Updated range files to latest version on
|
|
15
|
+
NOTE: Updated range files to latest version on September 11, 2022.
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
|
data/data/registrant_ranges.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Generated from RangeMessage.xml file, downloaded from https://www.isbn-international.org/range_file_generation.
|
|
2
2
|
#
|
|
3
3
|
# International ISBN Agency
|
|
4
|
-
#
|
|
4
|
+
# Sun, 11 Sep 2022 00:09:28 BST
|
|
5
5
|
#
|
|
6
6
|
# English language
|
|
7
7
|
978-0:00-19,200-227,2280-2289,229-368,3690-3699,370-638,6390-6397,6398000-6399999,640-644,6450000-6459999,646-647,6480000-6489999,649-654,6550-6559,656-699,7000-8499,85000-89999,900000-949999,9500000-9999999
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
# Romania
|
|
31
31
|
978-606:000-099,10-49,500-799,8000-9099,910-919,92000-95999,9600-9749,975-999
|
|
32
32
|
# Mexico
|
|
33
|
-
978-607:00-39,400-749,7500-9499,95000-99999
|
|
33
|
+
978-607:00-39,400-592,59300-59999,600-749,7500-9499,95000-99999
|
|
34
34
|
# North Macedonia
|
|
35
35
|
978-608:0-0,10-19,200-449,4500-6499,65000-69999,7-9
|
|
36
36
|
# Lithuania
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
# Iran
|
|
61
61
|
978-622:00-10,200-374,5200-7999,92500-99999
|
|
62
62
|
# Indonesia
|
|
63
|
-
978-623:00-09,
|
|
63
|
+
978-623:00-09,170-499,5250-8799,88000-99999
|
|
64
64
|
# Sri Lanka
|
|
65
65
|
978-624:00-04,200-249,5000-6349,94500-99999
|
|
66
66
|
# Turkey
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Generated from RangeMessage.xml file, downloaded from https://www.isbn-international.org/range_file_generation.
|
|
2
2
|
#
|
|
3
3
|
# International ISBN Agency
|
|
4
|
-
#
|
|
4
|
+
# Sun, 11 Sep 2022 00:09:28 BST
|
|
5
5
|
#
|
|
6
6
|
# International ISBN Agency
|
|
7
7
|
978:0-5,600-649,65-65,7-7,80-94,950-989,9900-9989,99900-99999
|
data/lib/petrarca/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: petrarca
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- takatoh
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|