-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #527 from kufu/bump_202404
bumpup 202404
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
jpostcode (1.0.0.20240301) | ||
jpostcode (1.0.0.20240401) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
|
Submodule jpostcode-data
updated
27 files
+3 โ3 | Gemfile.lock | |
+3 โ3 | data/json/100.json | |
+13 โ0 | data/json/103.json | |
+3 โ133 | data/json/104.json | |
+13 โ0 | data/json/105.json | |
+13 โ0 | data/json/107.json | |
+3 โ3 | data/json/116.json | |
+0 โ13 | data/json/130.json | |
+3 โ16 | data/json/140.json | |
+1 โ1 | data/json/163.json | |
+0 โ13 | data/json/164.json | |
+67 โ41 | data/json/279.json | |
+20 โ7 | data/json/300.json | |
+26 โ0 | data/json/321.json | |
+13 โ0 | data/json/350.json | |
+4 โ17 | data/json/410.json | |
+1 โ1 | data/json/430.json | |
+2 โ2 | data/json/453.json | |
+1 โ1 | data/json/474.json | |
+13 โ0 | data/json/519.json | |
+0 โ13 | data/json/559.json | |
+13 โ54 | data/json/570.json | |
+13 โ0 | data/json/597.json | |
+2 โ2 | data/json/735.json | |
+3 โ3 | data/json/812.json | |
+3 โ3 | data/json/850.json | |
+0 โ13 | data/json/940.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module Jpostcode | ||
VERSION = '1.0.0.20240301' | ||
VERSION = '1.0.0.20240401' | ||
end |