jpostcode 1.0.0.20230501 → 1.0.0.20230601

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.
@@ -3097,6 +3097,19 @@
3097
3097
  "office_name": null,
3098
3098
  "office_name_kana": null
3099
3099
  },
3100
+ "2133": {
3101
+ "postcode": "6562133",
3102
+ "prefecture": "兵庫県",
3103
+ "prefecture_kana": "ヒョウゴケン",
3104
+ "prefecture_code": 28,
3105
+ "city": "淡路市",
3106
+ "city_kana": "アワジシ",
3107
+ "town": "志筑新浜",
3108
+ "town_kana": "シヅキニイハマ",
3109
+ "street": null,
3110
+ "office_name": null,
3111
+ "office_name_kana": null
3112
+ },
3100
3113
  "2141": {
3101
3114
  "postcode": "6562141",
3102
3115
  "prefecture": "兵庫県",
@@ -3078,11 +3078,11 @@
3078
3078
  "prefecture_code": 32,
3079
3079
  "city": "松江市",
3080
3080
  "city_kana": "マツエシ",
3081
- "town": "殿町",
3082
- "town_kana": "トノマチ",
3083
- "street": "105",
3084
- "office_name": "島根県 信用保証協会",
3085
- "office_name_kana": "シマネケン シンヨウホシヨウキヨウカイ"
3081
+ "town": "灘町",
3082
+ "town_kana": "ナダマチ",
3083
+ "street": "1番地7",
3084
+ "office_name": "島根県信用保証協会",
3085
+ "office_name_kana": "シマネケンシンヨウホシヨウキヨウカイ"
3086
3086
  },
3087
3087
  "8504": {
3088
3088
  "postcode": "6908504",
@@ -3193,7 +3193,7 @@
3193
3193
  "city_kana": "セトウチシ",
3194
3194
  "town": "長船町土師",
3195
3195
  "town_kana": "オサフネチョウハジ",
3196
- "street": "291",
3196
+ "street": "288番地1",
3197
3197
  "office_name": "瀬戸内市役所 長船支所",
3198
3198
  "office_name_kana": "セトウチシヤクシヨ オサフネシシヨ"
3199
3199
  },
@@ -8865,11 +8865,11 @@
8865
8865
  "prefecture_code": 17,
8866
8866
  "city": "金沢市",
8867
8867
  "city_kana": "カナザワシ",
8868
- "town": "北安江",
8869
- "town_kana": "キタヤスエ",
8870
- "street": "3丁目1−33",
8871
- "office_name": "ヨシカワ",
8872
- "office_name_kana": "ヨシカワ"
8868
+ "town": "広岡",
8869
+ "town_kana": "ヒロオカ",
8870
+ "street": "三丁目3番77号JR金沢駅西第一NKビル6F",
8871
+ "office_name": "株式会社 ヨシカワ",
8872
+ "office_name_kana": "カブシキガイシヤ ヨシカワ"
8873
8873
  },
8874
8874
  "8536": {
8875
8875
  "postcode": "9208536",
@@ -6197,6 +6197,19 @@
6197
6197
  "office_name": null,
6198
6198
  "office_name_kana": null
6199
6199
  },
6200
+ "8058": {
6201
+ "postcode": "9608058",
6202
+ "prefecture": "福島県",
6203
+ "prefecture_kana": "フクシマケン",
6204
+ "prefecture_code": 7,
6205
+ "city": "福島市",
6206
+ "city_kana": "フクシマシ",
6207
+ "town": "下谷地",
6208
+ "town_kana": "シモヤジ",
6209
+ "street": null,
6210
+ "office_name": null,
6211
+ "office_name_kana": null
6212
+ },
6200
6213
  "8061": {
6201
6214
  "postcode": "9608061",
6202
6215
  "prefecture": "福島県",
data/jpostcode.gemspec CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.description = 'A Ruby implementation for Japan postcode.'
15
15
  spec.homepage = 'https://github.com/kufu/jpostcode-rb'
16
16
  spec.license = 'MIT'
17
- spec.required_ruby_version = '>= 2.7'
17
+ spec.required_ruby_version = '>= 3.0'
18
18
 
19
19
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
20
20
  # delete this section to allow pushing this gem to any host.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jpostcode
4
- VERSION = '1.0.0.20230501'
4
+ VERSION = '1.0.0.20230601'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jpostcode
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.20230501
4
+ version: 1.0.0.20230601
5
5
  platform: ruby
6
6
  authors:
7
7
  - kakipo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-01 00:00:00.000000000 Z
11
+ date: 2023-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -1185,7 +1185,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
1185
1185
  requirements:
1186
1186
  - - ">="
1187
1187
  - !ruby/object:Gem::Version
1188
- version: '2.7'
1188
+ version: '3.0'
1189
1189
  required_rubygems_version: !ruby/object:Gem::Requirement
1190
1190
  requirements:
1191
1191
  - - ">="