japan_postcoder 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 +4 -4
- data/japan_postcoder.gemspec +4 -3
- data/lib/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9ec6c49d73a6649ebeef6420904b142db452db7737fde8c1901775454d52b54
|
4
|
+
data.tar.gz: 748a7ec239765164ae7810042423c8369e0cb3c525f91005409dcaab5856d8f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2aa122b1f6ec5a842fc0a6e9a9471e9e3001ac6c9efc57a605c922f0fe12f241dd9545b767199be2a5fb978783ffabaaf8111e3356e92a97c6130dd662d5531
|
7
|
+
data.tar.gz: 7fb3e7557d4eb126d9c86e5ca06f36d8c42a88d68793913fbf5adeff2ef973b8028a11d1aa455552d4625b42501692b6a02432957600f67ba22211ab990761de
|
data/japan_postcoder.gemspec
CHANGED
@@ -9,8 +9,9 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.email = ['tony.duong.102@gmail.com']
|
10
10
|
|
11
11
|
spec.summary = '🏡 A Ruby gem for getting Japan address from postal code.'
|
12
|
-
spec.description = "JapanPostcoder is a Ruby gem for getting Japan address from postal code.
|
13
|
-
|
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.
|
14
|
+
"
|
14
15
|
spec.homepage = 'https://github.com/tonystrawberry/japan_postcoder'
|
15
16
|
spec.license = 'MIT'
|
16
17
|
spec.required_ruby_version = '>= 2.7.0'
|
@@ -18,7 +19,7 @@ Gem::Specification.new do |spec|
|
|
18
19
|
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
19
20
|
|
20
21
|
spec.metadata['homepage_uri'] = spec.homepage
|
21
|
-
spec.metadata['source_code_uri'] = 'https://github.com/tonystrawberry/japan_postcoder
|
22
|
+
spec.metadata['source_code_uri'] = 'https://github.com/tonystrawberry/japan_postcoder'
|
22
23
|
spec.metadata['changelog_uri'] = 'https://github.com/tonystrawberry/japan_postcoder/CHANGELOG.md'
|
23
24
|
|
24
25
|
# Specify which files should be added to the gem when it is released.
|
data/lib/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tony Duong
|
@@ -10,9 +10,9 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2023-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
14
|
-
|
15
|
-
|
13
|
+
description: "\U0001F1EF\U0001F1F5 JapanPostcoder is a Ruby gem for getting Japan
|
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 "
|
16
16
|
email:
|
17
17
|
- tony.duong.102@gmail.com
|
18
18
|
executables: []
|
@@ -38,7 +38,7 @@ licenses:
|
|
38
38
|
metadata:
|
39
39
|
allowed_push_host: https://rubygems.org
|
40
40
|
homepage_uri: https://github.com/tonystrawberry/japan_postcoder
|
41
|
-
source_code_uri: https://github.com/tonystrawberry/japan_postcoder
|
41
|
+
source_code_uri: https://github.com/tonystrawberry/japan_postcoder
|
42
42
|
changelog_uri: https://github.com/tonystrawberry/japan_postcoder/CHANGELOG.md
|
43
43
|
rubygems_mfa_required: 'true'
|
44
44
|
post_install_message:
|