jp_vaccination 1.1.0 → 1.2.0
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/data/vaccinations.json +2 -2
- data/lib/jp_vaccination/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23d87c7ac821f04458260a6f153d78b54c8ff3765b837f84de9618f7407b22ef
|
4
|
+
data.tar.gz: bfea4725ac403c7254b9eedf91368e968289a3b7509d465b3e741e7fa07871fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8a8b99bcd8068f752c0dc4f52b8a063989820af03e4bdaa8884d616744fd5d5260cb703b0c31f9a9ef0ee5c69f911a750ff474143bae09f079e437f248c408c
|
7
|
+
data.tar.gz: 8f573f0b2975dcbb4bb7999bd1d8335b0721d955b2e14acd62c9d5b34795f33af3943179017d2c191b4a5ff16cfa5c0d2781ad67450566e61f5d6cbc58b5dd2a
|
data/Gemfile.lock
CHANGED
data/data/vaccinations.json
CHANGED
@@ -300,7 +300,7 @@
|
|
300
300
|
"period": "第1期 4回目",
|
301
301
|
"regular": true,
|
302
302
|
"recommended": {
|
303
|
-
"month":
|
303
|
+
"month": 17
|
304
304
|
},
|
305
305
|
"deadline": null,
|
306
306
|
"interval": {
|
@@ -459,7 +459,7 @@
|
|
459
459
|
"period": "第1期 3回目",
|
460
460
|
"regular": true,
|
461
461
|
"recommended": {
|
462
|
-
"
|
462
|
+
"month": 49
|
463
463
|
},
|
464
464
|
"deadline": {
|
465
465
|
"date_type": "year",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jp_vaccination
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- napple29
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: We provide data extracted from the National Institute
|
14
14
|
of Infectious Diseases' immunization schedule for people
|