japan_postcoder 0.1.2 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/japan_postcoder.gemspec +5 -4
- data/lib/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42f711e90b2e76e99624f0aafbfde2556a8861fc6e0a8ee28e257d23fdc5e297
|
4
|
+
data.tar.gz: f754eed765d524c921a94151e280c73cb0a6c8a67207603664dab81454dfe4d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e33bfd75a16a545c31b0788f915a2df232d2a8208feed1f60e39889b44a9b72ff1d8def8e9eb4077b22ca44ae0a8a30870459a64fe857b2d92935b250a6825fc
|
7
|
+
data.tar.gz: b8a812518c9ab347682f26f38dcc41f4a5629d3252fe060b79451036b728932b2aac7188c14121e868b256244d55d423063e4bcd3013c9acaa1a2f1f611252e4
|
data/japan_postcoder.gemspec
CHANGED
@@ -9,16 +9,17 @@ 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'
|
17
18
|
|
18
|
-
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
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.4
|
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: []
|
@@ -36,9 +36,9 @@ 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
|
-
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:
|