petrarca 0.4.1 → 0.4.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.
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: cfaeaada24746160d207719ac7d7f03f00f67573cae82749e06ee7153098f71a
4
+ data.tar.gz: 5918653578ac2fe469db25d1515a63ae50813cdf1bb7f966f14c4abcfd29ba8c
5
5
  SHA512:
6
- metadata.gz: 3b12e9dbf1a8e90ce567a9d2e62a029b67b89b4d869b79a3c0cd20f4aa47f0d930ab024f45faec56e8095b4dcd18fb9326bb30b7440e5c71a868e7a84073ba96
7
- data.tar.gz: 74c72251309c9e23a5368d8f4cc3c88271a2c6628e6dec2e209b2e2a43fd68f0cda6fe78cd604cc13dbd7b7c1498ed73172b4117762f7dc17f5281f14fcbc125
6
+ metadata.gz: b1afdba616e66cd2847a04fbedde1b18802b0fb31f5a49666bf28c676c85787f316c3bf61fa913679a37001e4ec0a513baf120abaddc6977347467b14b23f884
7
+ data.tar.gz: e9368a19bf41192a642e6d2c2acbdd0cc6d1c7ea7f9e1d12924cdc1e25451b020aaf3c5a550e71f8718743354c2d751486e059173c0b669489827f77fda5feba
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 July 5, 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.6"
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.6
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-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler