japan_postcoder 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e133129bd32537b988a06891979b57b16373d6517d5821711fa513a1a7d521dd
4
- data.tar.gz: 2d1a087887f3f1514017d9ee347902162352f962e3e9bbdfbbfc4ca152567f4f
3
+ metadata.gz: b9ec6c49d73a6649ebeef6420904b142db452db7737fde8c1901775454d52b54
4
+ data.tar.gz: 748a7ec239765164ae7810042423c8369e0cb3c525f91005409dcaab5856d8f7
5
5
  SHA512:
6
- metadata.gz: 9a6917a39b4beb20a5e98b35a7ea0f08dd25a164288e05e14cc7f9623095b493b43e693a5c7204f8b503b63ec4795c7b36830c03d86eecf705e302d2cf30d94b
7
- data.tar.gz: 86036ef58821406cfbeb21225f0c9c0e492ca65d4a421bd806e4482ac5f74dca0f3a97ababb0cef21c2088f5e57ee7ce6992a569892407a18febb463261f0ffe
6
+ metadata.gz: d2aa122b1f6ec5a842fc0a6e9a9471e9e3001ac6c9efc57a605c922f0fe12f241dd9545b767199be2a5fb978783ffabaaf8111e3356e92a97c6130dd662d5531
7
+ data.tar.gz: 7fb3e7557d4eb126d9c86e5ca06f36d8c42a88d68793913fbf5adeff2ef973b8028a11d1aa455552d4625b42501692b6a02432957600f67ba22211ab990761de
@@ -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
- It is based on the data from the JapanPost website."
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JapanPostcoder
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
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.2
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
- JapanPostcoder is a Ruby gem for getting Japan address from postal code.
15
- It is based on the data from the JapanPost website.
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: