petrarca 0.4.0 → 0.4.1

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: 30f04d94879dd468f3c5c6b010e0f76340488cc408e0847dbd72cacfd370d5d0
4
+ data.tar.gz: e3b0bfa9733efaef74d7dd56610e759a08b6390215ae3b899391c73b73d281f0
5
5
  SHA512:
6
- metadata.gz: 1df099128e166619d892ed2700267f3255bb555ef0aaab62ae652d9f6e42258b79b80d9d81b9e8e6b1a8c8b09a4c6b83e6464e20022e231bbbf4b0e19f369f50
7
- data.tar.gz: d3e276b38b978639f91be5bbd766279ca305e7d4fc822a96ae1559046c476c4efcee9636a8ce0038048f604bb62b05c5e65794f2c67262feb414140f9a227875
6
+ metadata.gz: 3b12e9dbf1a8e90ce567a9d2e62a029b67b89b4d869b79a3c0cd20f4aa47f0d930ab024f45faec56e8095b4dcd18fb9326bb30b7440e5c71a868e7a84073ba96
7
+ data.tar.gz: 74c72251309c9e23a5368d8f4cc3c88271a2c6628e6dec2e209b2e2a43fd68f0cda6fe78cd604cc13dbd7b7c1498ed73172b4117762f7dc17f5281f14fcbc125
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 to latest version on January 12, 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.1"
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.1
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-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler