petrarca 0.4.1 → 0.4.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/petrarca/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30f04d94879dd468f3c5c6b010e0f76340488cc408e0847dbd72cacfd370d5d0
4
- data.tar.gz: e3b0bfa9733efaef74d7dd56610e759a08b6390215ae3b899391c73b73d281f0
3
+ metadata.gz: 3c911e400c51316c0e9c2397257f4e7cce3db14ecce6c474dffb426814173417
4
+ data.tar.gz: 8139a36a8f872d893d85556f7f184416555bedfaa2141102b21b957b64b3cb1d
5
5
  SHA512:
6
- metadata.gz: 3b12e9dbf1a8e90ce567a9d2e62a029b67b89b4d869b79a3c0cd20f4aa47f0d930ab024f45faec56e8095b4dcd18fb9326bb30b7440e5c71a868e7a84073ba96
7
- data.tar.gz: 74c72251309c9e23a5368d8f4cc3c88271a2c6628e6dec2e209b2e2a43fd68f0cda6fe78cd604cc13dbd7b7c1498ed73172b4117762f7dc17f5281f14fcbc125
6
+ metadata.gz: 1542c19622253cf4d8bd34ca148673d935d75a5dc0698c552accc79466b2d75d45e00ded1e8333350dbf2d6a08b13c8c7044a36c86d2e8a4e066127bd57c20dd
7
+ data.tar.gz: 5ecbafe27561612825f9655ac6fd1097083fda3f0ae587bcae92cd73c3c504a0765ae62f96a32a171ccaebf1835e2ee52343af53b0119fdf05bd8b0206f6687b
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 to latest version on January 12, 2021.
15
+ NOTE: Updated range files to latest version on March 8, 2021.
16
16
 
17
17
  ## Installation
18
18
 
@@ -1,3 +1,3 @@
1
1
  module Petrarca
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.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.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - takatoh
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-31 00:00:00.000000000 Z
11
+ date: 2021-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler