jpostcode 1.0.0.20230101 → 1.0.0.20230201

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: 11eaa343c05c55e90cd2feca353b80afd2d63088ca95f1b95686b3e60c3e6683
4
- data.tar.gz: 971144fc8a48298914eeadf39c204223c24597cc4f4370670b6cba33190930dc
3
+ metadata.gz: f88e651daf2d9030030f6ce94eda11a6685ac4d409b4b906df9dcbad75caaec6
4
+ data.tar.gz: 71cd077290cc661e1bcf05a679665231fc0d0bb1bb2a4e702ad8d1436789df51
5
5
  SHA512:
6
- metadata.gz: 35352b196be941a024d8db0fcb01d1f381211ee00780eacd1cca93137a7fce86325bf47df51da84bafface2272b7a151d96ce30725378967442551e1ec05c50a
7
- data.tar.gz: 9583acd3221db5c3b25595e5431f6603135fa7be1e5768adbca1fdd5e0fe70f554e6bb4655e9f71027206bb6adef00c3e5494d6d97c869e592c168fb0b041aa9
6
+ metadata.gz: 1c097e1bf6c48228c4f2970b7637d3450002302651929f871a0bdbe92a7ceeb15c91e49853c9174c3ede12b62fc91b458e295f4f7d8d322dc43936588cc9aa94
7
+ data.tar.gz: 1ffa371a0201b79e3f14186208350b80d4727e5337778b990ecb764988097038787f904d5ba58a0cbc51b1a7502606eeecc3803c30a5a23f92784094241e7b6a
data/.circleci/config.yml CHANGED
@@ -2,21 +2,27 @@ version: 2.1
2
2
 
3
3
  executors:
4
4
  working_directory: /root/jpostcode-rb
5
+ ruby_3_2:
6
+ docker:
7
+ - image: rubylang/ruby:3.2.0-dev-focal
8
+ auth:
9
+ username: smarthrinc
10
+ password: $DOCKER_HUB_ACCESS_TOKEN
5
11
  ruby_3_1:
6
12
  docker:
7
- - image: rubylang/ruby:3.1.2-focal
13
+ - image: rubylang/ruby:3.1-dev-focal
8
14
  auth:
9
15
  username: smarthrinc
10
16
  password: $DOCKER_HUB_ACCESS_TOKEN
11
17
  ruby_3_0:
12
18
  docker:
13
- - image: rubylang/ruby:3.0.5-focal
19
+ - image: rubylang/ruby:3.0-dev-focal
14
20
  auth:
15
21
  username: smarthrinc
16
22
  password: $DOCKER_HUB_ACCESS_TOKEN
17
23
  ruby_2_7:
18
24
  docker:
19
- - image: rubylang/ruby:2.7.6-bionic
25
+ - image: rubylang/ruby:2.7-dev-bionic
20
26
  auth:
21
27
  username: smarthrinc
22
28
  password: $DOCKER_HUB_ACCESS_TOKEN
@@ -28,7 +34,7 @@ commands:
28
34
  - run:
29
35
  name: Install System Dependencies
30
36
  # https://circleci.com/docs/2.0/custom-images/#required-tools-for-primary-containers
31
- command: apt-get update -y && apt-get install -y ssh git make gcc
37
+ command: apt-get update -y && apt-get install -y ssh
32
38
 
33
39
  submodule_sync:
34
40
  description: "git submodule init & update"
@@ -57,6 +63,14 @@ commands:
57
63
  bundle exec rubocop
58
64
 
59
65
  jobs:
66
+ run_tests_on_ruby_3_2:
67
+ executor: ruby_3_2
68
+ steps:
69
+ - install_system_dependencies
70
+ - checkout
71
+ - submodule_sync
72
+ - bundle_gems
73
+ - run_tests
60
74
  run_tests_on_ruby_3_1:
61
75
  executor: ruby_3_1
62
76
  steps:
@@ -94,6 +108,8 @@ workflows:
94
108
  version: 2
95
109
  test:
96
110
  jobs:
111
+ - run_tests_on_ruby_3_2:
112
+ context: smarthr-dockerhub
97
113
  - run_tests_on_ruby_3_1:
98
114
  context: smarthr-dockerhub
99
115
  - run_tests_on_ruby_3_0:
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [v1.0.0.20230101](https://github.com/kufu/jpostcode-rb/tree/v1.0.0.20230101) (2023-01-10)
4
+
5
+ [Full Changelog](https://github.com/kufu/jpostcode-rb/compare/v1.0.0.20221201...v1.0.0.20230101)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - bumpup 202301 [\#363](https://github.com/kufu/jpostcode-rb/pull/363) ([tknzk](https://github.com/tknzk))
10
+ - install git on circleci image [\#362](https://github.com/kufu/jpostcode-rb/pull/362) ([tknzk](https://github.com/tknzk))
11
+ - Bump pry from 0.14.1 to 0.14.2 [\#361](https://github.com/kufu/jpostcode-rb/pull/361) ([dependabot[bot]](https://github.com/apps/dependabot))
12
+ - Bump listen from 3.7.1 to 3.8.0 [\#360](https://github.com/kufu/jpostcode-rb/pull/360) ([dependabot[bot]](https://github.com/apps/dependabot))
13
+ - Bump rspec-expectations from 3.12.1 to 3.12.2 [\#359](https://github.com/kufu/jpostcode-rb/pull/359) ([dependabot[bot]](https://github.com/apps/dependabot))
14
+ - Bump rspec-mocks from 3.12.1 to 3.12.2 [\#358](https://github.com/kufu/jpostcode-rb/pull/358) ([dependabot[bot]](https://github.com/apps/dependabot))
15
+ - Bump rubocop from 1.41.1 to 1.42.0 [\#354](https://github.com/kufu/jpostcode-rb/pull/354) ([dependabot[bot]](https://github.com/apps/dependabot))
16
+ - Bump rubocop-ast from 1.24.0 to 1.24.1 [\#353](https://github.com/kufu/jpostcode-rb/pull/353) ([dependabot[bot]](https://github.com/apps/dependabot))
17
+ - Bump rubocop-performance from 1.15.1 to 1.15.2 [\#352](https://github.com/kufu/jpostcode-rb/pull/352) ([dependabot[bot]](https://github.com/apps/dependabot))
18
+ - Bump rubocop from 1.41.0 to 1.41.1 [\#351](https://github.com/kufu/jpostcode-rb/pull/351) ([dependabot[bot]](https://github.com/apps/dependabot))
19
+ - Bump rubocop from 1.40.0 to 1.41.0 [\#350](https://github.com/kufu/jpostcode-rb/pull/350) ([dependabot[bot]](https://github.com/apps/dependabot))
20
+ - Bump rspec-expectations from 3.12.0 to 3.12.1 [\#349](https://github.com/kufu/jpostcode-rb/pull/349) ([dependabot[bot]](https://github.com/apps/dependabot))
21
+ - Bump rubocop-rspec from 2.15.0 to 2.16.0 [\#348](https://github.com/kufu/jpostcode-rb/pull/348) ([dependabot[bot]](https://github.com/apps/dependabot))
22
+ - Bump rspec-mocks from 3.12.0 to 3.12.1 [\#347](https://github.com/kufu/jpostcode-rb/pull/347) ([dependabot[bot]](https://github.com/apps/dependabot))
23
+ - Bump rubocop from 1.39.0 to 1.40.0 [\#346](https://github.com/kufu/jpostcode-rb/pull/346) ([dependabot[bot]](https://github.com/apps/dependabot))
24
+ - Bump json from 2.6.2 to 2.6.3 [\#345](https://github.com/kufu/jpostcode-rb/pull/345) ([dependabot[bot]](https://github.com/apps/dependabot))
25
+
3
26
  ## [v1.0.0.20221201](https://github.com/kufu/jpostcode-rb/tree/v1.0.0.20221201) (2022-12-01)
4
27
 
5
28
  [Full Changelog](https://github.com/kufu/jpostcode-rb/compare/v1.0.0.20221101...v1.0.0.20221201)
data/CODE_OF_CONDUCT.md CHANGED
@@ -1,74 +1,86 @@
1
- # Contributor Covenant Code of Conduct
1
+ # コントリビューター行動規範
2
2
 
3
- ## Our Pledge
3
+ ## 私たちの約束
4
+ メンバー、コントリビューター、およびリーダーとして、年齢、体の大きさ、目に見えるまたは目に見えない障害、民族性、性別、
5
+ 性同一性、表現、経験のレベル、教育、社会経済的地位、国籍、人格、人種、宗教、または性的同一性と指向に関係なく、
6
+ コミュニティへの参加をハラスメントのない体験にすることを誓います。
4
7
 
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
8
+ 私たちは、オープンで親しみやすく、多様で包括的で健全なコミュニティに貢献する方法で行動し、交流することを誓います。
11
9
 
12
- ## Our Standards
10
+ ## 私たちの標準
13
11
 
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
12
+ 前向きな環境を作り上げることに貢献する行動の例:
16
13
 
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
14
+ * 他人への共感と優しさを示す
22
15
 
23
- Examples of unacceptable behavior by participants include:
16
+ * 異なる意見、視点、経験を尊重する
24
17
 
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
18
+ * 建設的なフィードバックを与え、優雅に受け入れる
33
19
 
34
- ## Our Responsibilities
20
+ * 私たちの過ちの影響を受けた人々に責任を受け入れ、謝罪し、そしてその経験から学ぶ
35
21
 
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
22
+ * 個人としてだけでなく、コミュニティ全体にとっても最善であることに焦点を当てる
39
23
 
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
24
+ 許容できない行動の例は次のとおりです。
45
25
 
46
- ## Scope
26
+ * 性的な言葉や画像の使用、および性的な注意またはその他あらゆる種類の問題行為
47
27
 
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
28
+ * トローリング、侮辱的または中傷的なコメント、個人的または政治的攻撃
54
29
 
55
- ## Enforcement
30
+ * 公的またはプライベートの嫌がらせ
56
31
 
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at oss@smarthr.co.jp. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
32
+ * 明示的な許可なしに、住所や電子メールアドレスなど、他者の個人情報を公開する
63
33
 
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
34
+ * 職業上不適切と合理的に考えられるその他の行為
67
35
 
68
- ## Attribution
36
+ ## 執行責任
69
37
 
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
38
+ コミュニティリーダーは、許容される行動の基準を明確にし、実施する責任があり、不適切、脅迫的、攻撃的、または有害と見なされる行動に応じて、適切で公正な是正措置を講じます。
72
39
 
73
- [homepage]: http://contributor-covenant.org
74
- [version]: http://contributor-covenant.org/version/1/4/
40
+ コミュニティリーダーは、コメント、コミット、コード、wikiの編集、問題、およびこの行動規範に沿っていないその他の貢献を削除、編集、または拒否する権利と責任を持ち、適切な場合はモデレーションの決定の理由を伝えます。
41
+
42
+ ## 適用範囲
43
+
44
+ この行動規範は、すべてのコミュニティスペース内で適用され、個人がパブリックスペースでコミュニティを公式に代表している場合にも適用されます。
45
+ 私たちのコミュニティを代表する例には、公式の電子メールアドレスの使用、公式のソーシャルメディアアカウントを介した投稿、オンラインまたはオフラインのイベントでの指定代理人としての行動などがあります。
46
+
47
+ ## 執行
48
+
49
+ 虐待的、嫌がらせ、またはその他の許容できない行動の事例は、執行を担当するコミュニティリーダーに対して `oss@smarthr.co.jp` で報告される場合があります。
50
+ すべての苦情は迅速かつ公正にレビューおよび調査されます。
51
+
52
+ すべてのコミュニティリーダーは、問題の報告者のプライバシーとセキュリティを尊重する義務があります。
53
+
54
+ ## 執行ガイドライン
55
+
56
+ コミュニティリーダーは、この行動規範に違反していると見なした行動への帰結を判断する際に、これらのコミュニティガイドラインに従います。
57
+
58
+ ### 1. 更生
59
+
60
+ **コミュニティへの影響**: コミュニティで専門家にふさわしくない、または歓迎されないと思われる不適切な言葉の使用やその他の不適切な行動をすること。
61
+
62
+ **帰結**: コミュニティリーダーからの非公開の書面による警告。違反の理由を明確にし、行動が不適切だった理由を説明します。 公の謝罪が要求される場合があります。
63
+
64
+ ### 2. 警告
65
+
66
+ **コミュニティへの影響**: 単一の出来事または一連の動作による違反。
67
+
68
+ **帰結**: 持続的な行動の結果を伴う警告。 指定された期間、行動規範の実施者との一方的な対話を含め、関係者との対話はありません。 これには、コミュニティスペースやソーシャルメディアなどの外部チャネルでの相互作用の回避が含まれます。 これらの条件に違反すると、一時的または永続的に禁止される場合があります。
69
+
70
+ ### 3. 一時的な禁止
71
+ **コミュニティへの影響**: 持続的で不適切な行動を含む、コミュニティ標準の重大な違反。
72
+
73
+ **帰結**: 指定された期間のコミュニティとのあらゆる種類の相互関係または公的なコミュニケーションの一時的な禁止。 この期間中、行動規範を実施する人々との一方的な対話を含め、関係する人々との公的または私的な対話は許可されません。
74
+ これらの条件に違反すると、永久的に禁止される場合があります。
75
+ ### 4. 永久的な禁止
76
+ **コミュニティへの影響**: 連続的な不適切な行動、個人への嫌がらせ、または個人の集団に対する攻撃または名誉毀損を含む、コミュニティの標準への違反のパターンを示す。
77
+
78
+ **帰結**: コミュニティ内でのあらゆる種類の公的な相互関係の永久的な禁止。
79
+
80
+ ## 帰属
81
+ この行動規範は、https://www.contributor-covenant.org/version/2/0/code_of_conduct.html で利用可能な [Contributor Covenant][homepage] バージョン2.0を基に作成されています。
82
+
83
+ コミュニティへの影響ガイドラインは[Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity)に適合しています。
84
+
85
+ [homepage]: https://www.contributor-covenant.org
86
+ この行動規範に関する一般的な質問への回答については、https://www.contributor-covenant.org/faq のFAQを参照してください。翻訳はhttps://www.contributor-covenant.org/translations で入手できます。
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jpostcode (1.0.0.20230101)
4
+ jpostcode (1.0.0.20230201)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -21,7 +21,7 @@ GEM
21
21
  pry (>= 0.13.0)
22
22
  shellany (~> 0.0)
23
23
  thor (>= 0.18.1)
24
- guard-bundler (3.0.0)
24
+ guard-bundler (3.0.1)
25
25
  bundler (>= 2.1, < 3)
26
26
  guard (~> 2.2)
27
27
  guard-compat (~> 1.1)
@@ -57,7 +57,7 @@ GEM
57
57
  rb-fsevent (0.11.2)
58
58
  rb-inotify (0.10.1)
59
59
  ffi (~> 1.0)
60
- regexp_parser (2.6.1)
60
+ regexp_parser (2.6.2)
61
61
  rexml (3.2.5)
62
62
  rspec (3.12.0)
63
63
  rspec-core (~> 3.12.0)
@@ -68,29 +68,32 @@ GEM
68
68
  rspec-expectations (3.12.2)
69
69
  diff-lcs (>= 1.2.0, < 2.0)
70
70
  rspec-support (~> 3.12.0)
71
- rspec-mocks (3.12.2)
71
+ rspec-mocks (3.12.3)
72
72
  diff-lcs (>= 1.2.0, < 2.0)
73
73
  rspec-support (~> 3.12.0)
74
74
  rspec-support (3.12.0)
75
- rubocop (1.42.0)
75
+ rubocop (1.44.1)
76
76
  json (~> 2.3)
77
77
  parallel (~> 1.10)
78
- parser (>= 3.1.2.1)
78
+ parser (>= 3.2.0.0)
79
79
  rainbow (>= 2.2.2, < 4.0)
80
80
  regexp_parser (>= 1.8, < 3.0)
81
81
  rexml (>= 3.2.5, < 4.0)
82
82
  rubocop-ast (>= 1.24.1, < 2.0)
83
83
  ruby-progressbar (~> 1.7)
84
- unicode-display_width (>= 1.4.0, < 3.0)
84
+ unicode-display_width (>= 2.4.0, < 3.0)
85
85
  rubocop-ast (1.24.1)
86
86
  parser (>= 3.1.1.0)
87
+ rubocop-capybara (2.17.0)
88
+ rubocop (~> 1.41)
87
89
  rubocop-performance (1.15.2)
88
90
  rubocop (>= 1.7.0, < 2.0)
89
91
  rubocop-ast (>= 0.4.0)
90
92
  rubocop-rake (0.6.0)
91
93
  rubocop (~> 1.0)
92
- rubocop-rspec (2.16.0)
94
+ rubocop-rspec (2.18.1)
93
95
  rubocop (~> 1.33)
96
+ rubocop-capybara (~> 2.17)
94
97
  ruby-progressbar (1.11.0)
95
98
  shellany (0.0.1)
96
99
  thor (1.2.1)
data/LICENSE.txt CHANGED
@@ -1,21 +1,7 @@
1
- The MIT License (MIT)
1
+ Copyright 2023 SmartHR, Inc.
2
2
 
3
- Copyright (c) 2017 kakipo
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11
6
 
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -597,6 +597,19 @@
597
597
  "office_name": null,
598
598
  "office_name_kana": null
599
599
  },
600
+ "0085": {
601
+ "postcode": "0240085",
602
+ "prefecture": "岩手県",
603
+ "prefecture_kana": "イワテケン",
604
+ "prefecture_code": 3,
605
+ "city": "北上市",
606
+ "city_kana": "キタカミシ",
607
+ "town": "しらゆり",
608
+ "town_kana": "シラユリ",
609
+ "street": null,
610
+ "office_name": null,
611
+ "office_name_kana": null
612
+ },
600
613
  "0091": {
601
614
  "postcode": "0240091",
602
615
  "prefecture": "岩手県",
@@ -2025,9 +2025,9 @@
2025
2025
  "city_kana": "チュウオウク",
2026
2026
  "town": "日本橋室町",
2027
2027
  "town_kana": "ニホンバシムロマチ",
2028
- "street": "2丁目4番3号",
2029
- "office_name": "株式会社 新生銀行",
2030
- "office_name_kana": "カブシキガイシヤ シンセイギンコウ"
2028
+ "street": "二丁目4番3号",
2029
+ "office_name": "株式会社 SBI新生銀行",
2030
+ "office_name_kana": "カブシキガイシヤ エスビ-アイシンセイギンコウ"
2031
2031
  },
2032
2032
  "8307": {
2033
2033
  "postcode": "1038307",
@@ -3628,19 +3628,6 @@
3628
3628
  "office_name": "出光クレジット 株式会社",
3629
3629
  "office_name_kana": "イデミツクレジツト カブシキガイシヤ"
3630
3630
  },
3631
- "8632": {
3632
- "postcode": "1038632",
3633
- "prefecture": "東京都",
3634
- "prefecture_kana": "トウキョウト",
3635
- "prefecture_code": 13,
3636
- "city": "中央区",
3637
- "city_kana": "チュウオウク",
3638
- "town": "日本橋",
3639
- "town_kana": "ニホンバシ",
3640
- "street": "3丁目8−2(日本橋郵便局私書箱第98号)",
3641
- "office_name": "株式会社 百十四銀行 東京支店",
3642
- "office_name_kana": "カブシキガイシヤ ヒヤクジユウシギンコウ トウキヨウシテン"
3643
- },
3644
3631
  "8636": {
3645
3632
  "postcode": "1038636",
3646
3633
  "prefecture": "東京都",
@@ -2804,8 +2804,8 @@
2804
2804
  "town": "新川",
2805
2805
  "town_kana": "シンカワ",
2806
2806
  "street": "1−28−23東京ダイヤビルディング5号館",
2807
- "office_name": "株式会社 新生銀行",
2808
- "office_name_kana": "カブシキガイシヤ シンセイギンコウ"
2807
+ "office_name": "株式会社 SBI新生銀行",
2808
+ "office_name_kana": "カブシキガイシヤ エスビ-アイシンセイギンコウ"
2809
2809
  },
2810
2810
  "8284": {
2811
2811
  "postcode": "1048284",
@@ -3223,6 +3223,19 @@
3223
3223
  "office_name": "株式会社 主婦と生活社",
3224
3224
  "office_name_kana": "カブシキガイシヤ シユフトセイカツシヤ"
3225
3225
  },
3226
+ "8363": {
3227
+ "postcode": "1048363",
3228
+ "prefecture": "東京都",
3229
+ "prefecture_kana": "トウキョウト",
3230
+ "prefecture_code": 13,
3231
+ "city": "中央区",
3232
+ "city_kana": "チュウオウク",
3233
+ "town": "京橋",
3234
+ "town_kana": "キョウバシ",
3235
+ "street": "1丁目10番7号KPP八重洲ビル4階",
3236
+ "office_name": "監査法人 日本橋事務所",
3237
+ "office_name_kana": "カンサホウジン ニホンバシジムシヨ"
3238
+ },
3226
3239
  "8365": {
3227
3240
  "postcode": "1048365",
3228
3241
  "prefecture": "東京都",
@@ -4324,9 +4337,9 @@
4324
4337
  "city_kana": "チュウオウク",
4325
4338
  "town": "勝どき",
4326
4339
  "town_kana": "カチドキ",
4327
- "street": "1丁目13−1イヌイビルカチドキ11F",
4328
- "office_name": "財団法人 日本エネルギー経済研究所 石油情報センター",
4329
- "office_name_kana": "ザイダンホウジン ニホンエネルギ-ケイザイケンキユウジヨ セキユジヨウホウセンタ-"
4340
+ "street": "1丁目13−1イヌイビル・カチドキ10F",
4341
+ "office_name": "一般財団法人 日本エネルギー経済研究所 石油情報センター",
4342
+ "office_name_kana": "イツパンザイダンホウジン ニホンエネルギ-ケイザイケンキユウシヨ セキユジヨウホウセンタ-"
4330
4343
  },
4331
4344
  "8584": {
4332
4345
  "postcode": "1048584",
@@ -6317,19 +6317,6 @@
6317
6317
  "office_name": "独立行政法人 農業者年金基金",
6318
6318
  "office_name_kana": "ドクリツギヨウセイホウジン ノウギヨウシヤネンキンキキン"
6319
6319
  },
6320
- "8020": {
6321
- "postcode": "1058020",
6322
- "prefecture": "東京都",
6323
- "prefecture_kana": "トウキョウト",
6324
- "prefecture_code": 13,
6325
- "city": "港区",
6326
- "city_kana": "ミナトク",
6327
- "town": "虎ノ門",
6328
- "town_kana": "トラノモン",
6329
- "street": "5丁目12番1号",
6330
- "office_name": "全国建設厚生年金基金",
6331
- "office_name_kana": "ゼンコクケンセツコウセイネンキンキキン"
6332
- },
6333
6320
  "8039": {
6334
6321
  "postcode": "1058039",
6335
6322
  "prefecture": "東京都",
@@ -714,6 +714,19 @@
714
714
  "office_name": "学校法人 拓殖大学(文京キャンパス)",
715
715
  "office_name_kana": "ガツコウホウジン タクシヨクダイガク(ブンキヨウキヤンパス)"
716
716
  },
717
+ "8586": {
718
+ "postcode": "1128586",
719
+ "prefecture": "東京都",
720
+ "prefecture_kana": "トウキョウト",
721
+ "prefecture_code": 13,
722
+ "city": "文京区",
723
+ "city_kana": "ブンキョウク",
724
+ "town": "春日",
725
+ "town_kana": "カスガ",
726
+ "street": "一丁目4−11",
727
+ "office_name": "中央大学 小石川キャンパス",
728
+ "office_name_kana": "チユウオウダイガク コイシカワキヤンパス"
729
+ },
717
730
  "8601": {
718
731
  "postcode": "1128601",
719
732
  "prefecture": "東京都",
@@ -909,6 +922,19 @@
909
922
  "office_name": "貞静学園短期大学",
910
923
  "office_name_kana": "テイセイガクエンタンキダイガク"
911
924
  },
925
+ "8631": {
926
+ "postcode": "1128631",
927
+ "prefecture": "東京都",
928
+ "prefecture_kana": "トウキョウト",
929
+ "prefecture_code": 13,
930
+ "city": "文京区",
931
+ "city_kana": "ブンキョウク",
932
+ "town": "大塚",
933
+ "town_kana": "オオツカ",
934
+ "street": "一丁目4−1",
935
+ "office_name": "中央大学 茗荷谷キャンパス",
936
+ "office_name_kana": "チユウオウダイガク ミヨウガダニキヤンパス"
937
+ },
912
938
  "8632": {
913
939
  "postcode": "1128632",
914
940
  "prefecture": "東京都",
@@ -1052,6 +1052,19 @@
1052
1052
  "office_name": "AIGエジソン生命保険 株式会社",
1053
1053
  "office_name_kana": "エイアイジ-エジソンセイメイホケン カブシキガイシヤ"
1054
1054
  },
1055
+ "8633": {
1056
+ "postcode": "1308633",
1057
+ "prefecture": "東京都",
1058
+ "prefecture_kana": "トウキョウト",
1059
+ "prefecture_code": 13,
1060
+ "city": "墨田区",
1061
+ "city_kana": "スミダク",
1062
+ "town": "横網",
1063
+ "town_kana": "ヨコアミ",
1064
+ "street": "1丁目11番1号",
1065
+ "office_name": "株式会社 報知新聞社",
1066
+ "office_name_kana": "カブシキガイシヤ ホウチシンブンシヤ"
1067
+ },
1055
1068
  "8636": {
1056
1069
  "postcode": "1308636",
1057
1070
  "prefecture": "東京都",
@@ -1724,9 +1724,9 @@
1724
1724
  "city_kana": "シブヤク",
1725
1725
  "town": "渋谷",
1726
1726
  "town_kana": "シブヤ",
1727
- "street": "1丁目15−12",
1728
- "office_name": "財団法人 ベターホーム協会",
1729
- "office_name_kana": "ザイダンホウジン ベタ-ホ-ムキヨウカイ"
1727
+ "street": "2丁目20−12",
1728
+ "office_name": "一般財団法人 ベターホーム協会",
1729
+ "office_name_kana": "イツパンザイダンホウジン ベタ-ホ-ムキヨウカイ"
1730
1730
  },
1731
1731
  "8366": {
1732
1732
  "postcode": "1508366",
@@ -1257,8 +1257,8 @@
1257
1257
  "town": "七国",
1258
1258
  "town_kana": "ナナクニ",
1259
1259
  "street": "1丁目32−3",
1260
- "office_name": "日本水産 株式会社 東京イノベーションセンター",
1261
- "office_name_kana": "ニホンスイサン カブシキガイシヤ トウキヨウイノベ-シヨンセンタ-"
1260
+ "office_name": "株式会社 ニッスイ 東京イノベーションセンター",
1261
+ "office_name_kana": "カブシキガイシヤ ニツスイ トウキヨウイノベ-シヨンセンタ-"
1262
1262
  },
1263
1263
  "0992": {
1264
1264
  "postcode": "1920992",
@@ -530,8 +530,8 @@
530
530
  "town": "堀川町",
531
531
  "town_kana": "ホリカワチョウ",
532
532
  "street": "580番地ソリッドスクエア東館6階",
533
- "office_name": "株式会社 横浜シャーウッド",
534
- "office_name_kana": "カブシキガイシヤ ヨコハマシヤ-ウツド"
533
+ "office_name": "和幸商事 株式会社",
534
+ "office_name_kana": "ワコウシヨウジ カブシキガイシヤ"
535
535
  },
536
536
  {
537
537
  "postcode": "2128525",
@@ -543,8 +543,8 @@
543
543
  "town": "堀川町",
544
544
  "town_kana": "ホリカワチョウ",
545
545
  "street": "580番地ソリッドスクエア東館6階",
546
- "office_name": "和幸商事 株式会社",
547
- "office_name_kana": "ワコウシヨウジ カブシキガイシヤ"
546
+ "office_name": "和幸フーズ 株式会社",
547
+ "office_name_kana": "ワコウフ-ズ カブシキガイシヤ"
548
548
  },
549
549
  {
550
550
  "postcode": "2128525",
@@ -556,8 +556,8 @@
556
556
  "town": "堀川町",
557
557
  "town_kana": "ホリカワチョウ",
558
558
  "street": "580番地ソリッドスクエア東館6階",
559
- "office_name": "和幸フーズ 株式会社",
560
- "office_name_kana": "ワコウフ-ズ カブシキガイシヤ"
559
+ "office_name": "WAKO GROUP HOLDINGS 株式会社",
560
+ "office_name_kana": "ワコウ グル-プ ホ-ルデイングス カブシキガイシヤ"
561
561
  }
562
562
  ],
563
563
  "8530": {
@@ -806,5 +806,18 @@
806
806
  "street": "1番地",
807
807
  "office_name": "ディー・ティー・ファインエレクトロニクス 株式会社",
808
808
  "office_name_kana": "デイ-・テイ-・フアインエレクトロニクス カブシキガイシヤ"
809
+ },
810
+ "8604": {
811
+ "postcode": "2128604",
812
+ "prefecture": "神奈川県",
813
+ "prefecture_kana": "カナガワケン",
814
+ "prefecture_code": 14,
815
+ "city": "川崎市幸区",
816
+ "city_kana": "カワサキシサイワイク",
817
+ "town": "鹿島田",
818
+ "town_kana": "カシマダ",
819
+ "street": "1−1−2新川崎三井ビルディングW棟24階",
820
+ "office_name": "TTヒューマンアセットサービス 株式会社",
821
+ "office_name_kana": "テイ-テイ-ヒユ-マンアセツトサ-ビス カブシキガイシヤ"
809
822
  }
810
823
  }
@@ -1819,6 +1819,19 @@
1819
1819
  "office_name": "株式会社 ファンケル",
1820
1820
  "office_name_kana": "カブシキガイシヤ フアンケル"
1821
1821
  },
1822
+ "8530": {
1823
+ "postcode": "2318530",
1824
+ "prefecture": "神奈川県",
1825
+ "prefecture_kana": "カナガワケン",
1826
+ "prefecture_code": 14,
1827
+ "city": "横浜市中区",
1828
+ "city_kana": "ヨコハマシナカク",
1829
+ "town": "山下町",
1830
+ "town_kana": "ヤマシタチョウ",
1831
+ "street": "33",
1832
+ "office_name": "ウエインズトヨタ神奈川 株式会社",
1833
+ "office_name_kana": "ウエインズトヨタカナガワ カブシキガイシヤ"
1834
+ },
1822
1835
  "8534": {
1823
1836
  "postcode": "2318534",
1824
1837
  "prefecture": "神奈川県",
@@ -3290,6 +3290,19 @@
3290
3290
  "office_name": "株式会社 オハラ",
3291
3291
  "office_name_kana": "カブシキガイシヤ オハラ"
3292
3292
  },
3293
+ "5287": {
3294
+ "postcode": "2525287",
3295
+ "prefecture": "神奈川県",
3296
+ "prefecture_kana": "カナガワケン",
3297
+ "prefecture_code": 14,
3298
+ "city": "相模原市中央区",
3299
+ "city_kana": "サガミハラシチュウオウク",
3300
+ "town": "南橋本",
3301
+ "town_kana": "ミナミハシモト",
3302
+ "street": "3丁目2−25",
3303
+ "office_name": "東プレ 株式会社 相模原事業所",
3304
+ "office_name_kana": "トウプレ カブシキガイシヤ サガミハラジギヨウシヨ"
3305
+ },
3293
3306
  "5288": {
3294
3307
  "postcode": "2525288",
3295
3308
  "prefecture": "神奈川県",
@@ -2471,6 +2471,19 @@
2471
2471
  "office_name": "国土交通省関東地方整備局 建政部建設産業第一課",
2472
2472
  "office_name_kana": "コクドコウツウシヨウカントウチホウセイビキヨク ケンセイブケンセツサンギヨウダイイチカ"
2473
2473
  },
2474
+ "9791": {
2475
+ "postcode": "3309791",
2476
+ "prefecture": "埼玉県",
2477
+ "prefecture_kana": "サイタマケン",
2478
+ "prefecture_code": 11,
2479
+ "city": "さいたま市中央区",
2480
+ "city_kana": "サイタマシチュウオウク",
2481
+ "town": "新都心",
2482
+ "town_kana": "シントシン",
2483
+ "street": "3−1日本郵政グループさいたまビル27階",
2484
+ "office_name": "さいたまBPOセンター",
2485
+ "office_name_kana": "サイタマビ-ピ-オ-センタ-"
2486
+ },
2474
2487
  "9792": {
2475
2488
  "postcode": "3309792",
2476
2489
  "prefecture": "埼玉県",
@@ -1023,8 +1023,8 @@
1023
1023
  "town": "白鳥",
1024
1024
  "town_kana": "シロトリ",
1025
1025
  "street": "2丁目10番10号",
1026
- "office_name": "株式会社 山善 名古屋営業本部",
1027
- "office_name_kana": "カブシキガイシヤ ヤマゼン ナゴヤエイギヨウホンブ"
1026
+ "office_name": "株式会社 山善 名古屋支社",
1027
+ "office_name_kana": "カブシキガイシヤ ヤマゼン ナゴヤシシヤ"
1028
1028
  },
1029
1029
  "8601": {
1030
1030
  "postcode": "4568601",
@@ -5797,9 +5797,9 @@
5797
5797
  "city_kana": "ギフシ",
5798
5798
  "town": "薮田東",
5799
5799
  "town_kana": "ヤブタヒガシ",
5800
- "street": "2丁目1−6",
5801
- "office_name": "大和ハウス工業 株式会社 岐阜支店",
5802
- "office_name_kana": "ダイワハウスコウギヨウ カブシキガイシヤ ギフシテン"
5800
+ "street": "2丁目1番6号",
5801
+ "office_name": "大和ハウス工業 株式会社 岐阜支社",
5802
+ "office_name_kana": "ダイワハウスコウギヨウ カブシキガイシヤ ギフシシヤ"
5803
5803
  },
5804
5804
  "8637": {
5805
5805
  "postcode": "5008637",
@@ -2941,6 +2941,19 @@
2941
2941
  "office_name": "京セラドキュメントソリューションズ 株式会社",
2942
2942
  "office_name_kana": "キヨウセラドキユメントソリユ-シヨンズ カブシキガイシヤ"
2943
2943
  },
2944
+ "8586": {
2945
+ "postcode": "5408586",
2946
+ "prefecture": "大阪府",
2947
+ "prefecture_kana": "オオサカフ",
2948
+ "prefecture_code": 27,
2949
+ "city": "大阪市中央区",
2950
+ "city_kana": "オオサカシチュウオウク",
2951
+ "town": "大手前",
2952
+ "town_kana": "オオテマエ",
2953
+ "street": "3丁目1番41号",
2954
+ "office_name": "国土交通省 近畿地方整備局",
2955
+ "office_name_kana": "コクドコウツウシヨウ キンキチホウセイビキヨク"
2956
+ },
2944
2957
  "8587": {
2945
2958
  "postcode": "5408587",
2946
2959
  "prefecture": "大阪府",
@@ -402,6 +402,19 @@
402
402
  "office_name": "大阪市中央区役所",
403
403
  "office_name_kana": "オオサカシチユウオウクヤクジヨ"
404
404
  },
405
+ "8519": {
406
+ "postcode": "5418519",
407
+ "prefecture": "大阪府",
408
+ "prefecture_kana": "オオサカフ",
409
+ "prefecture_code": 27,
410
+ "city": "大阪市中央区",
411
+ "city_kana": "オオサカシチュウオウク",
412
+ "town": "淡路町",
413
+ "town_kana": "アワジマチ",
414
+ "street": "二丁目5番11号",
415
+ "office_name": "極東開発工業 株式会社",
416
+ "office_name_kana": "キヨクトウカイハツコウギヨウ カブシキカイシヤ"
417
+ },
405
418
  "8520": {
406
419
  "postcode": "5418520",
407
420
  "prefecture": "大阪府",
@@ -664,19 +677,6 @@
664
677
  "office_name": "損保ジャパン日本興亜 株式会社",
665
678
  "office_name_kana": "ソンポジヤパンニツポンコウア カブシキガイシヤ"
666
679
  },
667
- "8546": {
668
- "postcode": "5418546",
669
- "prefecture": "大阪府",
670
- "prefecture_kana": "オオサカフ",
671
- "prefecture_code": 27,
672
- "city": "大阪市中央区",
673
- "city_kana": "オオサカシチュウオウク",
674
- "town": "南本町",
675
- "town_kana": "ミナミホンマチ",
676
- "street": "4丁目5−20",
677
- "office_name": "住宅金融公庫 大阪支店",
678
- "office_name_kana": "ジユウタクキンユウコウコ オオサカシテン"
679
- },
680
680
  "8547": {
681
681
  "postcode": "5418547",
682
682
  "prefecture": "大阪府",
@@ -1030,6 +1030,19 @@
1030
1030
  "office_name": "オザックス 株式会社",
1031
1031
  "office_name_kana": "オザツクス カブシキガイシヤ"
1032
1032
  },
1033
+ "8630": {
1034
+ "postcode": "5418630",
1035
+ "prefecture": "大阪府",
1036
+ "prefecture_kana": "オオサカフ",
1037
+ "prefecture_code": 27,
1038
+ "city": "大阪市中央区",
1039
+ "city_kana": "オオサカシチュウオウク",
1040
+ "town": "北浜",
1041
+ "town_kana": "キタハマ",
1042
+ "street": "三丁目5番29号",
1043
+ "office_name": "株式会社 大林組",
1044
+ "office_name_kana": "カブシキガイシヤ オオバヤシグミ"
1045
+ },
1033
1046
  "8765": {
1034
1047
  "postcode": "5418765",
1035
1048
  "prefecture": "大阪府",
@@ -620,8 +620,8 @@
620
620
  "town": "船場東",
621
621
  "town_kana": "センバヒガシ",
622
622
  "street": "三丁目5番10号",
623
- "office_name": "国立大学法人 大阪大学 言語文化研究科・外国語学部",
624
- "office_name_kana": "コクリツダイガクホウジン オオサカダイガク ゲンゴブンカケンキユウカ・ガイコクゴガクブ"
623
+ "office_name": "国立大学法人 大阪大学大学院 人文学研究科/外国語学部",
624
+ "office_name_kana": "コクリツダイガクホウジン オオサカダイガクダイガクイン ジンブンガクケンキユウカ/ガイコクゴガクブ"
625
625
  },
626
626
  "8686": {
627
627
  "postcode": "5628686",
@@ -350,6 +350,19 @@
350
350
  "street": null,
351
351
  "office_name": null,
352
352
  "office_name_kana": null
353
+ },
354
+ {
355
+ "postcode": "5810027",
356
+ "prefecture": "大阪府",
357
+ "prefecture_kana": "オオサカフ",
358
+ "prefecture_code": 27,
359
+ "city": "八尾市",
360
+ "city_kana": "ヤオシ",
361
+ "town": "八尾木大字",
362
+ "town_kana": "ヨオギオオアザ",
363
+ "street": null,
364
+ "office_name": null,
365
+ "office_name_kana": null
353
366
  }
354
367
  ],
355
368
  "0028": {
@@ -3744,8 +3744,8 @@
3744
3744
  "town": "東朝日町",
3745
3745
  "town_kana": "ヒガシアサヒマチ",
3746
3746
  "street": "138(松江中央郵便局私書箱第43号)",
3747
- "office_name": "全逓島根地区本部",
3748
- "office_name_kana": "ゼンテイシマネチクホンブ"
3747
+ "office_name": "日本郵政グループ 労働組合中国地方本部島根連絡協議会",
3748
+ "office_name_kana": "ニツポンユウセイグル-プ ロウドウクミアイチユウゴクチホウホンブシマネレンラクキヨウギカイ"
3749
3749
  },
3750
3750
  "8677": {
3751
3751
  "postcode": "6908677",
@@ -454,6 +454,19 @@
454
454
  "office_name": null,
455
455
  "office_name_kana": null
456
456
  },
457
+ "0039": {
458
+ "postcode": "7460039",
459
+ "prefecture": "山口県",
460
+ "prefecture_kana": "ヤマグチケン",
461
+ "prefecture_code": 35,
462
+ "city": "周南市",
463
+ "city_kana": "シュウナンシ",
464
+ "town": "富田新町",
465
+ "town_kana": "トンダシンマチ",
466
+ "street": null,
467
+ "office_name": null,
468
+ "office_name_kana": null
469
+ },
457
470
  "0041": {
458
471
  "postcode": "7460041",
459
472
  "prefecture": "山口県",
@@ -1117,6 +1117,19 @@
1117
1117
  "office_name": "株式会社 サニーマート 生鮮・惣菜工場",
1118
1118
  "office_name_kana": "カブシキガイシヤ サニ-マ-ト セイセン・ソウザイコウジヨウ"
1119
1119
  },
1120
+ "8511": {
1121
+ "postcode": "7838511",
1122
+ "prefecture": "高知県",
1123
+ "prefecture_kana": "コウチケン",
1124
+ "prefecture_code": 39,
1125
+ "city": "南国市",
1126
+ "city_kana": "ナンコクシ",
1127
+ "town": "十市",
1128
+ "town_kana": "トオチ",
1129
+ "street": "3535番地",
1130
+ "office_name": "株式会社 JAエナジーこうち",
1131
+ "office_name_kana": "カブシキガイシヤ ジエイエイエナジ-コウチ"
1132
+ },
1120
1133
  "8555": [
1121
1134
  {
1122
1135
  "postcode": "7838555",
@@ -2515,9 +2515,9 @@
2515
2515
  "prefecture_code": 42,
2516
2516
  "city": "長崎市",
2517
2517
  "city_kana": "ナガサキシ",
2518
- "town": "桜町",
2519
- "town_kana": "サクラマチ",
2520
- "street": "6番3号",
2518
+ "town": "魚の町",
2519
+ "town_kana": "ウオノマチ",
2520
+ "street": "4番1号",
2521
2521
  "office_name": "長崎市上下水道局",
2522
2522
  "office_name_kana": "ナガサキシジヨウゲスイドウキヨク"
2523
2523
  },
@@ -2827,9 +2827,9 @@
2827
2827
  "prefecture_code": 42,
2828
2828
  "city": "長崎市",
2829
2829
  "city_kana": "ナガサキシ",
2830
- "town": "桜町",
2831
- "town_kana": "サクラマチ",
2832
- "street": "2−22",
2830
+ "town": "魚の町",
2831
+ "town_kana": "ウオノマチ",
2832
+ "street": "4番1号",
2833
2833
  "office_name": "長崎市役所",
2834
2834
  "office_name_kana": "ナガサキシヤクシヨ"
2835
2835
  },
@@ -4056,8 +4056,8 @@
4056
4056
  "town": "湯布院町川南",
4057
4057
  "town_kana": "ユフインチョウカワミナミ",
4058
4058
  "street": "252",
4059
- "office_name": "湯布院厚生年金病院",
4060
- "office_name_kana": "ユフインコウセイネンキンビヨウイン"
4059
+ "office_name": "湯布院病院",
4060
+ "office_name_kana": "ユフインビヨウイン"
4061
4061
  },
4062
4062
  "5195": {
4063
4063
  "postcode": "8795195",
@@ -2250,6 +2250,19 @@
2250
2250
  "office_name": "沖縄県立 中部病院",
2251
2251
  "office_name_kana": "オキナワケンリツ チユウブビヨウイン"
2252
2252
  },
2253
+ "2294": {
2254
+ "postcode": "9042294",
2255
+ "prefecture": "沖縄県",
2256
+ "prefecture_kana": "オキナワケン",
2257
+ "prefecture_code": 47,
2258
+ "city": "うるま市",
2259
+ "city_kana": "ウルマシ",
2260
+ "town": "字州崎",
2261
+ "town_kana": null,
2262
+ "street": "14番17沖縄IT津染パーク中核機能支援施設B棟301号室",
2263
+ "office_name": "株式会社 スピア",
2264
+ "office_name_kana": "カブシキガイシヤ スピア"
2265
+ },
2253
2266
  "2301": {
2254
2267
  "postcode": "9042301",
2255
2268
  "prefecture": "沖縄県",
@@ -8815,9 +8815,9 @@
8815
8815
  "city_kana": "カナザワシ",
8816
8816
  "town": "若宮町",
8817
8817
  "town_kana": "ワカミヤマチ",
8818
- "street": "ホ36",
8818
+ "street": "ホ35−1",
8819
8819
  "office_name": "疋田産業 株式会社",
8820
- "office_name_kana": "ヒキタサンギヨウ カブシキガイシヤ"
8820
+ "office_name_kana": "ヒキダサンギヨウ カブシキガイシヤ"
8821
8821
  },
8822
8822
  "8530": {
8823
8823
  "postcode": "9208530",
@@ -1975,8 +1975,8 @@
1975
1975
  "town": "海老江練合",
1976
1976
  "town_kana": "エビエネリヤ",
1977
1977
  "street": "1−2",
1978
- "office_name": "富山商船高等専門学校",
1979
- "office_name_kana": "トヤマシヨウセンコウトウセンモンガツコウ"
1978
+ "office_name": "富山高等専門学校 射水キャンパス",
1979
+ "office_name_kana": "トヤマコウトウセンモンガツコウ イミズキヤンパス"
1980
1980
  },
1981
1981
  "0295": {
1982
1982
  "postcode": "9330295",
@@ -9222,7 +9222,7 @@
9222
9222
  "city_kana": "ニイガタシチュウオウク",
9223
9223
  "town": "東大通",
9224
9224
  "town_kana": "ヒガシオオドオリ",
9225
- "street": "一丁目4番1号マルタケビル",
9225
+ "street": "2丁目4番10号日本生命新潟ビル",
9226
9226
  "office_name": "三菱電機 株式会社 新潟支店",
9227
9227
  "office_name_kana": "ミツビシデンキ カブシキガイシヤ ニイガタシテン"
9228
9228
  },
@@ -9382,19 +9382,6 @@
9382
9382
  "office_name": "ネスレ日本",
9383
9383
  "office_name_kana": "ネスレニホン"
9384
9384
  },
9385
- "8528": {
9386
- "postcode": "9508528",
9387
- "prefecture": "新潟県",
9388
- "prefecture_kana": "ニイガタケン",
9389
- "prefecture_code": 15,
9390
- "city": "新潟市中央区",
9391
- "city_kana": "ニイガタシチュウオウク",
9392
- "town": "東大通",
9393
- "town_kana": "ヒガシオオドオリ",
9394
- "street": "2丁目3−28",
9395
- "office_name": "大林組 北陸支店",
9396
- "office_name_kana": "オオバヤシグミ ホクリクシテン"
9397
- },
9398
9385
  "8530": {
9399
9386
  "postcode": "9508530",
9400
9387
  "prefecture": "新潟県",
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jpostcode
4
- VERSION = '1.0.0.20230101'
4
+ VERSION = '1.0.0.20230201'
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.20230101
4
+ version: 1.0.0.20230201
5
5
  platform: ruby
6
6
  authors:
7
7
  - kakipo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-10 00:00:00.000000000 Z
11
+ date: 2023-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler