petrarca 0.4.2 → 0.4.3

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: 3c911e400c51316c0e9c2397257f4e7cce3db14ecce6c474dffb426814173417
4
- data.tar.gz: 8139a36a8f872d893d85556f7f184416555bedfaa2141102b21b957b64b3cb1d
3
+ metadata.gz: e4d096eb521f4211740b769c35d15b5c4a707c62e14bc0b6299523cc9d66cd06
4
+ data.tar.gz: 51aa0420797105c2ff2323cf77c50b1cb51344e9ed859e5bc2c54c497e0d20d5
5
5
  SHA512:
6
- metadata.gz: 1542c19622253cf4d8bd34ca148673d935d75a5dc0698c552accc79466b2d75d45e00ded1e8333350dbf2d6a08b13c8c7044a36c86d2e8a4e066127bd57c20dd
7
- data.tar.gz: 5ecbafe27561612825f9655ac6fd1097083fda3f0ae587bcae92cd73c3c504a0765ae62f96a32a171ccaebf1835e2ee52343af53b0119fdf05bd8b0206f6687b
6
+ metadata.gz: 1d9c167c08d74014361c760f71c82b8e825dd4e0c693b8c28f10eeab05a38edde01db908c634089f36f646c42232d6f811fccb9d55da14b795093c419e2498b4
7
+ data.tar.gz: d468f62ba32ce0fe075f5c691cc8091d58a6efe0708cfd9b901d111431c2cd551aeaad9a542faf0e9d3efd746e265ffd267ebb2374f049271fcd6df16f2766ce
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 March 8, 2021.
15
+ NOTE: Updated range files to latest version on April 19, 2021.
16
16
 
17
17
  ## Installation
18
18
 
@@ -1,3 +1,3 @@
1
1
  module Petrarca
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
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.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - takatoh
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-14 00:00:00.000000000 Z
11
+ date: 2021-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler