petrarca 0.4.8 → 0.4.9
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 +4 -4
- 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: 0f2d0a0277690d10f738ea09ec7e5703de6b83aa20cd11a0a26b423f0345b9dd
|
4
|
+
data.tar.gz: 716d41b441a865f365df3d9588ba7e4e7b1278deb0ec90defbe5b6efc0d51b8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9eda828ae3d92b5940c4367b9b0da9b2d6fd70c94fa1ef457878d9c5d46d8e82d73fa4e5e03ed7b9f4b5fef469e2358554f2b4d54bfa9786b89c182b99187ba2
|
7
|
+
data.tar.gz: f5681eaac6f5b78d05eef820f9db9cc11ee8ba2305669d0682aad76a4cc1fac30528bcfce2aa9104cb7b17c0723da0928f46e1502b4231f0a43e8b3f164355ef
|
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 October 4, 2021.
|
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
|
+
# Mon, 4 Oct 2021 21:03:24 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
|
@@ -58,11 +58,11 @@
|
|
58
58
|
# Philippines
|
59
59
|
978-621:00-29,400-599,8000-8999,95000-99999
|
60
60
|
# Iran
|
61
|
-
978-622:00-
|
61
|
+
978-622:00-10,200-324,5650-7999,94000-99999
|
62
62
|
# Indonesia
|
63
63
|
978-623:00-09,200-399,5500-7999,90000-99999
|
64
64
|
# Sri Lanka
|
65
|
-
978-624:00-04,200-249,5000-
|
65
|
+
978-624:00-04,200-249,5000-6249,95000-99999
|
66
66
|
# Turkey
|
67
67
|
978-625:00-00,400-442,44300-44499,445-449,7000-7793,77940-77949,7795-8499
|
68
68
|
# Taiwan
|
@@ -518,4 +518,4 @@
|
|
518
518
|
# Italy
|
519
519
|
979-12:200-299,5450-5999,80000-84999
|
520
520
|
# United States
|
521
|
-
979-8:200-219,4500-
|
521
|
+
979-8:200-219,4500-7999,88500-89999,9850000-9869999
|
@@ -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
|
+
# Mon, 4 Oct 2021 21:03:24 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.4.
|
4
|
+
version: 0.4.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- takatoh
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|