jpostcode 1.0.0.20230401 → 1.0.0.20230601
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +2 -26
- data/.ruby-version +1 -1
- data/Gemfile.lock +17 -14
- data/jpostcode-data/data/json/039.json +6 -19
- data/jpostcode-data/data/json/101.json +45 -981
- data/jpostcode-data/data/json/102.json +13 -13
- data/jpostcode-data/data/json/104.json +3 -16
- data/jpostcode-data/data/json/105.json +26 -26
- data/jpostcode-data/data/json/108.json +13 -26
- data/jpostcode-data/data/json/110.json +3 -3
- data/jpostcode-data/data/json/111.json +13 -0
- data/jpostcode-data/data/json/135.json +39 -0
- data/jpostcode-data/data/json/140.json +13 -0
- data/jpostcode-data/data/json/160.json +15 -2
- data/jpostcode-data/data/json/162.json +0 -13
- data/jpostcode-data/data/json/163.json +14 -1
- data/jpostcode-data/data/json/170.json +13 -0
- data/jpostcode-data/data/json/194.json +2 -2
- data/jpostcode-data/data/json/231.json +16 -3
- data/jpostcode-data/data/json/243.json +0 -13
- data/jpostcode-data/data/json/249.json +1 -1
- data/jpostcode-data/data/json/260.json +1 -1
- data/jpostcode-data/data/json/277.json +32 -6
- data/jpostcode-data/data/json/321.json +5 -5
- data/jpostcode-data/data/json/324.json +21 -8
- data/jpostcode-data/data/json/336.json +1 -1
- data/jpostcode-data/data/json/362.json +4 -4
- data/jpostcode-data/data/json/367.json +13 -0
- data/jpostcode-data/data/json/375.json +13 -0
- data/jpostcode-data/data/json/386.json +8 -8
- data/jpostcode-data/data/json/399.json +3 -3
- data/jpostcode-data/data/json/400.json +3 -3
- data/jpostcode-data/data/json/441.json +1 -1
- data/jpostcode-data/data/json/450.json +0 -13
- data/jpostcode-data/data/json/453.json +1 -1
- data/jpostcode-data/data/json/466.json +5 -31
- data/jpostcode-data/data/json/470.json +5 -5
- data/jpostcode-data/data/json/474.json +13 -0
- data/jpostcode-data/data/json/479.json +16 -3
- data/jpostcode-data/data/json/503.json +4 -4
- data/jpostcode-data/data/json/537.json +1 -1
- data/jpostcode-data/data/json/541.json +10 -10
- data/jpostcode-data/data/json/581.json +13 -0
- data/jpostcode-data/data/json/655.json +13 -0
- data/jpostcode-data/data/json/656.json +13 -0
- data/jpostcode-data/data/json/660.json +0 -13
- data/jpostcode-data/data/json/690.json +8 -8
- data/jpostcode-data/data/json/698.json +13 -0
- data/jpostcode-data/data/json/701.json +1 -1
- data/jpostcode-data/data/json/713.json +13 -0
- data/jpostcode-data/data/json/759.json +1 -1
- data/jpostcode-data/data/json/802.json +0 -13
- data/jpostcode-data/data/json/810.json +28 -13
- data/jpostcode-data/data/json/811.json +13 -0
- data/jpostcode-data/data/json/813.json +0 -26
- data/jpostcode-data/data/json/860.json +3 -3
- data/jpostcode-data/data/json/920.json +7 -7
- data/jpostcode-data/data/json/930.json +3 -3
- data/jpostcode-data/data/json/950.json +13 -13
- data/jpostcode-data/data/json/960.json +13 -0
- data/jpostcode-data/data/json/963.json +2 -2
- data/jpostcode-data/data/json/970.json +2 -2
- data/jpostcode-data/data/json/981.json +1 -1
- data/jpostcode-data/data/json/987.json +1 -1
- data/jpostcode-data/data/json/989.json +1 -1
- data/jpostcode.gemspec +1 -1
- data/lib/jpostcode/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47deeafd244230c1b4b264d298534b320b273462c329d9f258d1c523629713e1
|
4
|
+
data.tar.gz: 6e4a16aecd49c723b5199f83b1aaf83248936de529a72c263a529964cd85ee7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5780925aba046d3c89e89046fb74e1ac0f751d4054ffb07cd396b2044b81e25fcb27c45521fb21bb4aa821d025304237526253f6ec748a1805b4f464c561c324
|
7
|
+
data.tar.gz: 3772b79235c7c72a57471ba2ca7afe3d455972222985b7b3e32d5ee96a563ba375c61a150ed295ff7fdf37336da385eab0eabc6fe0cc380f1baf5b1f4cad015d
|
data/.circleci/config.yml
CHANGED
@@ -4,7 +4,7 @@ executors:
|
|
4
4
|
working_directory: /root/jpostcode-rb
|
5
5
|
ruby_3_2:
|
6
6
|
docker:
|
7
|
-
- image: rubylang/ruby:3.2
|
7
|
+
- image: rubylang/ruby:3.2-dev-jammy
|
8
8
|
auth:
|
9
9
|
username: smarthrinc
|
10
10
|
password: $DOCKER_HUB_ACCESS_TOKEN
|
@@ -20,12 +20,6 @@ executors:
|
|
20
20
|
auth:
|
21
21
|
username: smarthrinc
|
22
22
|
password: $DOCKER_HUB_ACCESS_TOKEN
|
23
|
-
ruby_2_7:
|
24
|
-
docker:
|
25
|
-
- image: rubylang/ruby:2.7-dev-bionic
|
26
|
-
auth:
|
27
|
-
username: smarthrinc
|
28
|
-
password: $DOCKER_HUB_ACCESS_TOKEN
|
29
23
|
|
30
24
|
commands:
|
31
25
|
install_system_dependencies:
|
@@ -51,7 +45,7 @@ commands:
|
|
51
45
|
- run:
|
52
46
|
name: Bundle gems
|
53
47
|
command: |
|
54
|
-
gem install bundler -v 2.
|
48
|
+
gem install bundler -v 2.4.10 --no-document --force
|
55
49
|
bundle install
|
56
50
|
run_tests:
|
57
51
|
description: "Run tests"
|
@@ -87,22 +81,6 @@ jobs:
|
|
87
81
|
- submodule_sync
|
88
82
|
- bundle_gems
|
89
83
|
- run_tests
|
90
|
-
run_tests_on_ruby_2_7:
|
91
|
-
executor: ruby_2_7
|
92
|
-
steps:
|
93
|
-
- install_system_dependencies
|
94
|
-
- checkout
|
95
|
-
- submodule_sync
|
96
|
-
- bundle_gems
|
97
|
-
- run_tests
|
98
|
-
run_tests_on_ruby_2_6:
|
99
|
-
executor: ruby_2_6
|
100
|
-
steps:
|
101
|
-
- install_system_dependencies
|
102
|
-
- checkout
|
103
|
-
- submodule_sync
|
104
|
-
- bundle_gems
|
105
|
-
- run_tests
|
106
84
|
|
107
85
|
workflows:
|
108
86
|
version: 2
|
@@ -114,5 +92,3 @@ workflows:
|
|
114
92
|
context: smarthr-dockerhub
|
115
93
|
- run_tests_on_ruby_3_0:
|
116
94
|
context: smarthr-dockerhub
|
117
|
-
- run_tests_on_ruby_2_7:
|
118
|
-
context: smarthr-dockerhub
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.2.2
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
jpostcode (1.0.0.
|
4
|
+
jpostcode (1.0.0.20230601)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -43,8 +43,8 @@ GEM
|
|
43
43
|
notiffany (0.1.3)
|
44
44
|
nenv (~> 0.1)
|
45
45
|
shellany (~> 0.0)
|
46
|
-
parallel (1.
|
47
|
-
parser (3.2.2.
|
46
|
+
parallel (1.23.0)
|
47
|
+
parser (3.2.2.1)
|
48
48
|
ast (~> 2.4.1)
|
49
49
|
pry (0.14.2)
|
50
50
|
coderay (~> 1.1)
|
@@ -57,46 +57,49 @@ GEM
|
|
57
57
|
rb-fsevent (0.11.2)
|
58
58
|
rb-inotify (0.10.1)
|
59
59
|
ffi (~> 1.0)
|
60
|
-
regexp_parser (2.
|
60
|
+
regexp_parser (2.8.0)
|
61
61
|
rexml (3.2.5)
|
62
62
|
rspec (3.12.0)
|
63
63
|
rspec-core (~> 3.12.0)
|
64
64
|
rspec-expectations (~> 3.12.0)
|
65
65
|
rspec-mocks (~> 3.12.0)
|
66
|
-
rspec-core (3.12.
|
66
|
+
rspec-core (3.12.2)
|
67
67
|
rspec-support (~> 3.12.0)
|
68
|
-
rspec-expectations (3.12.
|
68
|
+
rspec-expectations (3.12.3)
|
69
69
|
diff-lcs (>= 1.2.0, < 2.0)
|
70
70
|
rspec-support (~> 3.12.0)
|
71
71
|
rspec-mocks (3.12.5)
|
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.
|
75
|
+
rubocop (1.51.0)
|
76
76
|
json (~> 2.3)
|
77
77
|
parallel (~> 1.10)
|
78
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
|
-
rubocop-ast (>= 1.
|
82
|
+
rubocop-ast (>= 1.28.0, < 2.0)
|
83
83
|
ruby-progressbar (~> 1.7)
|
84
84
|
unicode-display_width (>= 2.4.0, < 3.0)
|
85
|
-
rubocop-ast (1.28.
|
85
|
+
rubocop-ast (1.28.1)
|
86
86
|
parser (>= 3.2.1.0)
|
87
|
-
rubocop-capybara (2.
|
87
|
+
rubocop-capybara (2.18.0)
|
88
88
|
rubocop (~> 1.41)
|
89
|
-
rubocop-
|
89
|
+
rubocop-factory_bot (2.23.1)
|
90
|
+
rubocop (~> 1.33)
|
91
|
+
rubocop-performance (1.18.0)
|
90
92
|
rubocop (>= 1.7.0, < 2.0)
|
91
93
|
rubocop-ast (>= 0.4.0)
|
92
94
|
rubocop-rake (0.6.0)
|
93
95
|
rubocop (~> 1.0)
|
94
|
-
rubocop-rspec (2.
|
96
|
+
rubocop-rspec (2.22.0)
|
95
97
|
rubocop (~> 1.33)
|
96
98
|
rubocop-capybara (~> 2.17)
|
99
|
+
rubocop-factory_bot (~> 2.22)
|
97
100
|
ruby-progressbar (1.13.0)
|
98
101
|
shellany (0.0.1)
|
99
|
-
thor (1.2.
|
102
|
+
thor (1.2.2)
|
100
103
|
unicode-display_width (2.4.2)
|
101
104
|
|
102
105
|
PLATFORMS
|
@@ -119,4 +122,4 @@ DEPENDENCIES
|
|
119
122
|
rubocop-rspec
|
120
123
|
|
121
124
|
BUNDLED WITH
|
122
|
-
2.
|
125
|
+
2.4.10
|
@@ -297,8 +297,8 @@
|
|
297
297
|
"town": "大字沖田面",
|
298
298
|
"town_kana": null,
|
299
299
|
"street": "字沖中46",
|
300
|
-
"office_name": "
|
301
|
-
"office_name_kana": "
|
300
|
+
"office_name": "南部支所",
|
301
|
+
"office_name_kana": "ナンブシシヨ"
|
302
302
|
},
|
303
303
|
"0198": {
|
304
304
|
"postcode": "0390198",
|
@@ -596,21 +596,8 @@
|
|
596
596
|
"town": "大字平",
|
597
597
|
"town_kana": null,
|
598
598
|
"street": "字広場28番地1",
|
599
|
-
"office_name": "南部町役場
|
600
|
-
"office_name_kana": "ナンブチヨウヤクバ
|
601
|
-
},
|
602
|
-
"0595": {
|
603
|
-
"postcode": "0390595",
|
604
|
-
"prefecture": "青森県",
|
605
|
-
"prefecture_kana": "アオモリケン",
|
606
|
-
"prefecture_code": 2,
|
607
|
-
"city": "三戸郡南部町",
|
608
|
-
"city_kana": "サンノヘグンナンブチョウ",
|
609
|
-
"town": "大字平",
|
610
|
-
"town_kana": null,
|
611
|
-
"street": "字広場22",
|
612
|
-
"office_name": "南部町役場 名川分庁舎",
|
613
|
-
"office_name_kana": "ナンブチヨウヤクバ ナガワブンチヨウシヤ"
|
599
|
+
"office_name": "南部町役場",
|
600
|
+
"office_name_kana": "ナンブチヨウヤクバ"
|
614
601
|
},
|
615
602
|
"0606": [
|
616
603
|
{
|
@@ -884,8 +871,8 @@
|
|
884
871
|
"town": "大字苫米地",
|
885
872
|
"town_kana": null,
|
886
873
|
"street": "字下宿23−1",
|
887
|
-
"office_name": "
|
888
|
-
"office_name_kana": "
|
874
|
+
"office_name": "福地支所",
|
875
|
+
"office_name_kana": "フクチシシヨ"
|
889
876
|
},
|
890
877
|
"1101": {
|
891
878
|
"postcode": "0391101",
|