jpzip 0.1.2 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e31336d3681f33b63d8a9bec350e0f331d79ff3c7750925d990474fae96ba778
4
- data.tar.gz: 00e64ba516632a9f7df717b709f2ec5332f01ee0a2710544847f631bd74b951d
3
+ metadata.gz: fb66516d09276bf4a29b63cd4cc935cec2edf686925e0ac50288e100ea852615
4
+ data.tar.gz: f292c503fdb7a6776b650bfe376b21ff2de4b8b8dc375622d6747f496b21999c
5
5
  SHA512:
6
- metadata.gz: 28923257f2ecde399a95e3c0f9abf5bf0439e9e455e1f889a2b463ae5f2b8dd30c7b0c6bf3ee489e118a20bb6d8d75140c3241cf78fbf2ebbd1589246fd17820
7
- data.tar.gz: 173fc3721727c415b0bd7b7b78ae488440d6b7e358b11eac0057886e94464cbee431aa04a26879e094b1fc264f6d3c7c47cf0ad0cc93237458316517cfc828c0
6
+ metadata.gz: d1271a9a6582f47eedc72a9aa97e45ec57883971f3a5eccfa1b6298a6cd4a5306dd66bded08a19686ca90aa723a0f4509b7d5cf8ae6f4af927b96734e46ef02e
7
+ data.tar.gz: f1096c69a095d9c2ab9b67eb5d66c6b78b08a40a8568aa3ff9925337b0e3296ea3f27d9e022f5dd669f168b78b0154b3047428b7f8c3f9f041f6b0516fbb6d4d
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://img.shields.io/gem/v/jpzip.svg)](https://rubygems.org/gems/jpzip)
4
4
  [![Gem Downloads](https://img.shields.io/gem/dt/jpzip.svg)](https://rubygems.org/gems/jpzip)
5
+ [![Docs](https://img.shields.io/badge/docs-jpzip.nadai.dev-0066cc.svg)](https://jpzip.nadai.dev)
5
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
6
7
  [![Publish](https://github.com/jpzip/ruby/actions/workflows/publish.yml/badge.svg)](https://github.com/jpzip/ruby/actions/workflows/publish.yml)
7
8
 
data/jpzip.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = "Ruby SDK for the jpzip Japanese postal-code dataset"
12
12
  spec.description = "jpzip は日本の郵便番号を CDN 配信の JSON データから引く Ruby SDK。" \
13
13
  "L1 LRU メモリキャッシュを内蔵し、任意の L2 永続キャッシュを差し込める。"
14
- spec.homepage = "https://github.com/jpzip/ruby"
14
+ spec.homepage = "https://jpzip.nadai.dev"
15
15
  spec.license = "MIT"
16
16
  spec.required_ruby_version = ">= 3.2"
17
17
 
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
  "homepage_uri" => spec.homepage,
20
20
  "source_code_uri" => "https://github.com/jpzip/ruby",
21
21
  "bug_tracker_uri" => "https://github.com/jpzip/ruby/issues",
22
- "documentation_uri" => "https://github.com/jpzip/ruby",
22
+ "documentation_uri" => "https://jpzip.nadai.dev",
23
23
  "rubygems_mfa_required" => "true"
24
24
  }
25
25
 
data/lib/jpzip/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jpzip
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
 
6
6
  # SpecVersion is the jpzip protocol version this SDK targets.
7
7
  SPEC_VERSION = "1.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jpzip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - nadai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-16 00:00:00.000000000 Z
11
+ date: 2026-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -69,14 +69,14 @@ files:
69
69
  - lib/jpzip/http.rb
70
70
  - lib/jpzip/types.rb
71
71
  - lib/jpzip/version.rb
72
- homepage: https://github.com/jpzip/ruby
72
+ homepage: https://jpzip.nadai.dev
73
73
  licenses:
74
74
  - MIT
75
75
  metadata:
76
- homepage_uri: https://github.com/jpzip/ruby
76
+ homepage_uri: https://jpzip.nadai.dev
77
77
  source_code_uri: https://github.com/jpzip/ruby
78
78
  bug_tracker_uri: https://github.com/jpzip/ruby/issues
79
- documentation_uri: https://github.com/jpzip/ruby
79
+ documentation_uri: https://jpzip.nadai.dev
80
80
  rubygems_mfa_required: 'true'
81
81
  post_install_message:
82
82
  rdoc_options: []