japan_postcoder 0.1.3 → 0.1.4

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: b9ec6c49d73a6649ebeef6420904b142db452db7737fde8c1901775454d52b54
4
- data.tar.gz: 748a7ec239765164ae7810042423c8369e0cb3c525f91005409dcaab5856d8f7
3
+ metadata.gz: 42f711e90b2e76e99624f0aafbfde2556a8861fc6e0a8ee28e257d23fdc5e297
4
+ data.tar.gz: f754eed765d524c921a94151e280c73cb0a6c8a67207603664dab81454dfe4d4
5
5
  SHA512:
6
- metadata.gz: d2aa122b1f6ec5a842fc0a6e9a9471e9e3001ac6c9efc57a605c922f0fe12f241dd9545b767199be2a5fb978783ffabaaf8111e3356e92a97c6130dd662d5531
7
- data.tar.gz: 7fb3e7557d4eb126d9c86e5ca06f36d8c42a88d68793913fbf5adeff2ef973b8028a11d1aa455552d4625b42501692b6a02432957600f67ba22211ab990761de
6
+ metadata.gz: e33bfd75a16a545c31b0788f915a2df232d2a8208feed1f60e39889b44a9b72ff1d8def8e9eb4077b22ca44ae0a8a30870459a64fe857b2d92935b250a6825fc
7
+ data.tar.gz: b8a812518c9ab347682f26f38dcc41f4a5629d3252fe060b79451036b728932b2aac7188c14121e868b256244d55d423063e4bcd3013c9acaa1a2f1f611252e4
@@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = '🏡 A Ruby gem for getting Japan address from postal code.'
12
12
  spec.description = "🇯🇵 JapanPostcoder is a Ruby gem for getting Japan address from postal code.
13
- Information is based on the data from the JapanPost website:https://www.post.japanpost.jp/zipcode/download.html.
13
+ Information is based on the data from the JapanPost website: https://www.post.japanpost.jp/zipcode/download.html.
14
14
  "
15
15
  spec.homepage = 'https://github.com/tonystrawberry/japan_postcoder'
16
16
  spec.license = 'MIT'
17
17
  spec.required_ruby_version = '>= 2.7.0'
18
18
 
19
- spec.metadata['allowed_push_host'] = "https://rubygems.org"
19
+ spec.metadata['allowed_push_host'] = "https://rubygems.org/"
20
20
 
21
21
  spec.metadata['homepage_uri'] = spec.homepage
22
22
  spec.metadata['source_code_uri'] = 'https://github.com/tonystrawberry/japan_postcoder'
data/lib/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JapanPostcoder
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: japan_postcoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Duong
@@ -12,7 +12,7 @@ date: 2023-08-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: "\U0001F1EF\U0001F1F5 JapanPostcoder is a Ruby gem for getting Japan
14
14
  address from postal code.\n Information is based on the data from the JapanPost
15
- website:https://www.post.japanpost.jp/zipcode/download.html.\n "
15
+ website: https://www.post.japanpost.jp/zipcode/download.html.\n "
16
16
  email:
17
17
  - tony.duong.102@gmail.com
18
18
  executables: []
@@ -36,7 +36,7 @@ homepage: https://github.com/tonystrawberry/japan_postcoder
36
36
  licenses:
37
37
  - MIT
38
38
  metadata:
39
- allowed_push_host: https://rubygems.org
39
+ allowed_push_host: https://rubygems.org/
40
40
  homepage_uri: https://github.com/tonystrawberry/japan_postcoder
41
41
  source_code_uri: https://github.com/tonystrawberry/japan_postcoder
42
42
  changelog_uri: https://github.com/tonystrawberry/japan_postcoder/CHANGELOG.md