petrarca 0.4.0 → 0.4.5

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 +2 -0
  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: cf5f21fb7dd10bb65123ae526db409663c9ef3c2967268fb4f4839996aa97cc9
4
- data.tar.gz: 9e0abbe048c5b96d02bfa407981738cf3e9fe74704e8713263120725a97b86d3
3
+ metadata.gz: dadc8d8d3907665e31c3e9e6ee4d48119d28fa3683e956398a937680e24f7c5c
4
+ data.tar.gz: 0526a7d148adfdd801580fc9a9eac03724aea5338bb769e0f42f810347106462
5
5
  SHA512:
6
- metadata.gz: 1df099128e166619d892ed2700267f3255bb555ef0aaab62ae652d9f6e42258b79b80d9d81b9e8e6b1a8c8b09a4c6b83e6464e20022e231bbbf4b0e19f369f50
7
- data.tar.gz: d3e276b38b978639f91be5bbd766279ca305e7d4fc822a96ae1559046c476c4efcee9636a8ce0038048f604bb62b05c5e65794f2c67262feb414140f9a227875
6
+ metadata.gz: 56b3ca1613a65b8ec9e20e31a1d2d34cdace2e108969147bddc7a30218a604ccf3d2649661fdbed1d3ee33fed970ad57b9b90886c4179009be0795c9aa89a005
7
+ data.tar.gz: 0b897baed7d682fe1ad5da7e1d352278d04c812effa1a6c138d6ae94ffdc27c281cf7190b796bbbd852e166eb6aac38c49a92854e9e87e051ea3014a23093a00
data/README.md CHANGED
@@ -12,6 +12,8 @@ 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 14, 2021.
16
+
15
17
  ## Installation
16
18
 
17
19
  Add this line to your application's Gemfile:
@@ -1,3 +1,3 @@
1
1
  module Petrarca
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.5"
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.0
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - takatoh
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-09-08 00:00:00.000000000 Z
11
+ date: 2021-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler