petrarca 0.6.5 → 0.6.6
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 +2 -2
- 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: d8bc4e6d2b94cc50fd61a5152335ff676dabbc3e45ff185c425cf47a5ef7117a
|
|
4
|
+
data.tar.gz: 339e02cec60630737b3473dc2a92864d1e0955d3e6da13da6f8a343a9fa11998
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ebe8344544e72a5f8089a0c5a9774020c06ed5f3291c2cdde7974ee48dec6d5b4c2f45adface835e7d6b97654fe9f7455a0d351520866aa969a87cbd7790a6e
|
|
7
|
+
data.tar.gz: b702f7590ef378a74a82a9acb8dd3e57999176bcdeede5467e480f4bbdd2c838711583ae7f119d69b7fadcf7543e22c899f1c51bd236a2ec51d83da8c6dca20f
|
data/README.md
CHANGED
|
@@ -13,7 +13,7 @@ All functions support both ISBN-13 and ISBN-10.
|
|
|
13
13
|
All ranges of registration groups and registrants are supported.
|
|
14
14
|
Those depends on 'RangeMessage.xml' file, downloaded from [International ISBN Agency](https://www.isbn-international.org/range_file_generation).
|
|
15
15
|
|
|
16
|
-
NOTE: Updated range files to latest version on
|
|
16
|
+
NOTE: Updated range files to latest version on July 6, 2024.
|
|
17
17
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
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
|
+
# Sat, 6 Jul 2024 02:58:25 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-900370,9003710-9003719,900372-949999,9500000-9999999
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
# Caribbean Community
|
|
169
169
|
978-976:0-3,40-59,600-799,8000-9499,95000-99999
|
|
170
170
|
# Egypt
|
|
171
|
-
978-977:00-19,200-499,5000-6999,700-849,85000-87399,8740-8899,890-894,8950-8999,90-
|
|
171
|
+
978-977:00-19,200-499,5000-6999,700-849,85000-87399,8740-8899,890-894,8950-8999,90-95,9600-9699,970-999
|
|
172
172
|
# Nigeria
|
|
173
173
|
978-978:000-199,2000-2999,30000-69999,765-799,8000-8999,900-999
|
|
174
174
|
# Indonesia
|
|
@@ -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
|
+
# Sat, 6 Jul 2024 02:58:25 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.6.
|
|
4
|
+
version: 0.6.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- takatoh
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|