petrarca 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ab4ba09871791640cb9f9bffbd19d2f5a6a12f582b5e7d68757bdead9789128
4
- data.tar.gz: 39db2ae7f09275b01f5b3400b33428389086fea36eaf4743074dfd9ca0af65a9
3
+ metadata.gz: 1c7dd922e92b20bfdb753eabea5ed5ebc5a17047a28a2e9b626196922f5dc1be
4
+ data.tar.gz: 2459dd81b3d7c31acd1a5e5763e82d870e2e399f9580e445dec0c37b364ac0ab
5
5
  SHA512:
6
- metadata.gz: aba9bb0617f5e85d03e60c8e7137c59fb315303e3275adcb98109662a21bc3cc45816f5e315fe7641194a3f3794e8982636040c91f644e885217194919890f1a
7
- data.tar.gz: 671dfaece75762853fb12109bd8204b2927688dde606273b839d645430790436a751bf6639edb0e523cef0d2c6dabeaaa43b744e389d82c9e5d9d90eb00ff19d
6
+ metadata.gz: 5ad250d61d24ab92931600c04e2027370d61c9da1358459fb5ee1aebfdcbb9515b6dd4fe1dda024c46a261e8469d01c33bd7a6d6f0a2d045bf8c10d4e589715b
7
+ data.tar.gz: 955ad99e4add12f5e4d437f6abae2d1f8fe3be64729b8213e2dd29cb9e20f43b43bb43b9573e77e9a7462b0b818a7217bcc4e07a658a7b7aca501f1e365df4af
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 June 11, 2022.
15
+ NOTE: Updated range files to latest version on August 12, 2022.
16
16
 
17
17
  ## Installation
18
18
 
@@ -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
- # Sat, 11 Jun 2022 03:56:52 BST
4
+ # Fri, 12 Aug 2022 04:58:16 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
@@ -166,7 +166,7 @@
166
166
  # Egypt
167
167
  978-977:00-19,200-499,5000-6999,700-849,85000-89999,90-98,990-999
168
168
  # Nigeria
169
- 978-978:000-199,2000-2999,30000-79999,8000-8999,900-999
169
+ 978-978:000-199,2000-2999,30000-78999,790-799,8000-8999,900-999
170
170
  # Indonesia
171
171
  978-979:000-099,1000-1499,15000-19999,20-29,3000-3999,400-799,8000-9499,95000-99999
172
172
  # Venezuela
@@ -196,7 +196,7 @@
196
196
  # Uganda
197
197
  978-9913:00-04,600-649,9800-9999
198
198
  # Kenya
199
- 978-9914:40-49,700-749,9850-9999
199
+ 978-9914:40-49,700-749,9600-9999
200
200
  # Uruguay
201
201
  978-9915:40-59,650-799,9300-9999
202
202
  # Estonia
@@ -208,7 +208,7 @@
208
208
  # Mongolia
209
209
  978-9919:20-27,500-599,9500-9999
210
210
  # Morocco
211
- 978-9920:30-39,550-799,9000-9999
211
+ 978-9920:30-41,500-799,8750-9999
212
212
  # Kuwait
213
213
  978-9921:0-0,30-39,700-899,9700-9999
214
214
  # Iraq
@@ -230,7 +230,7 @@
230
230
  # Costa Rica
231
231
  978-9930:00-49,500-939,9400-9999
232
232
  # Algeria
233
- 978-9931:00-25,260-899,9000-9999
233
+ 978-9931:00-23,240-249,2500-2599,260-899,9000-9999
234
234
  # Lao People's Democratic Republic
235
235
  978-9932:00-39,400-849,8500-9999
236
236
  # Syria
@@ -528,4 +528,4 @@
528
528
  # Italy
529
529
  979-12:200-299,5450-5999,80000-84999
530
530
  # United States
531
- 979-8:200-219,3500-3999,4000-8499,8500-8849,88500-89999,9850000-9869999
531
+ 979-8:200-229,3500-3999,4000-8499,8500-8849,88500-89999,9850000-9899999
@@ -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
- # Sat, 11 Jun 2022 03:56:52 BST
4
+ # Fri, 12 Aug 2022 04:58:16 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
@@ -1,3 +1,3 @@
1
1
  module Petrarca
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
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.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - takatoh
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-11 00:00:00.000000000 Z
11
+ date: 2022-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler