isbnranges 2025.5 → 2025.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/range_date.txt +1 -1
- data/data/registrant_ranges.txt +3 -3
- data/data/registration_group_ranges.txt +1 -1
- data/lib/isbnranges/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: 6cb3436ca24ccc42207ebfeceb02ca471d7b00dbdf304fc97b256f7c8d4cfb73
|
4
|
+
data.tar.gz: e1f26a20eca5d17ba39214894addb1262a08e2390f07dc567e7c02282726eec5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99b111b5fa65f44e76f6a892d9ba2e3e485aa673ee840d24bf2e6d8b44561d49270e2323b65389cb6dcbb228821e4f5ef8c3f3770fc0798a8c692c0874df7743
|
7
|
+
data.tar.gz: 4d8b978ea588e881d37707d3acb3cfd9149f69ab1560484286d1128e7389bec579f343457c799802d47e663c0f39b90f27a8d55554c817bb7172ea964cd5628e
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ This library provides programmer-friendly versions of data published by Internat
|
|
7
7
|
All ranges of registration groups and registrants are supported.
|
8
8
|
Those depend on 'RangeMessage.xml' file, downloaded from [International ISBN Agency](https://www.isbn-international.org/range_file_generation).
|
9
9
|
|
10
|
-
NOTE: Updated range files to latest version on
|
10
|
+
NOTE: Updated range files to latest version on June 1, 2025.
|
11
11
|
|
12
12
|
## Installation
|
13
13
|
|
data/data/range_date.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Sun, 1 Jun 2025 08:17:18 BST
|
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, 1 Jun 2025 08:17:18 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:English language
|
@@ -66,7 +66,7 @@
|
|
66
66
|
# Türkiye
|
67
67
|
978-625:00-01,320-442,44300-44499,445-449,5500-7793,77940-77949,7795-8499,94000-99999:Türkiye
|
68
68
|
# Taiwan
|
69
|
-
978-626:00-04,300-499,7000-7999,
|
69
|
+
978-626:00-04,300-499,7000-7999,92500-99999:Taiwan
|
70
70
|
# Pakistan
|
71
71
|
978-627:30-31,500-529,7400-7999,94500-95149:Pakistan
|
72
72
|
# Colombia
|
@@ -530,7 +530,7 @@
|
|
530
530
|
# Brunei Darussalam
|
531
531
|
978-99984:0-0,50-69,950-999:Brunei Darussalam
|
532
532
|
# Tajikistan
|
533
|
-
978-99985:0-1,200-
|
533
|
+
978-99985:0-1,200-229,23-79,800-999:Tajikistan
|
534
534
|
# Myanmar
|
535
535
|
978-99986:0-0,50-69,950-999:Myanmar
|
536
536
|
# Luxembourg
|
@@ -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, 1 Jun 2025 08:17:18 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:International ISBN Agency
|
data/lib/isbnranges/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: isbnranges
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '2025.
|
4
|
+
version: '2025.6'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- takatoh
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|