japan_etc 0.11.0 → 0.12.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/database/japan_etc_tollbooths.csv +3 -0
- data/lib/japan_etc/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: bd5082a16f2bc8148fd0a7f8aa454f5d69a00bda024e61b241c89c398bdc0fff
|
4
|
+
data.tar.gz: dc731aa23cda9271a547f40bb369c81706376a3088ef46ae71fd6f7fe3e32708
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6016b7ee96ff4dda841ebef55cfa8317b76795bc50a97a9e0a4416034eb8c4380260f28b3082521b34a115a4336a68beb5c0d553e3cf88e3f0f136b6ff12f2ff
|
7
|
+
data.tar.gz: a950bee660a363b484404501317b4ed4484a332ad3104a70e8fd8f2ad911778faa64ead44f186320e2556cb16bc18af5eb1355e132de9651733825bd8d7c3b35
|
@@ -793,6 +793,7 @@ tollbooth_id,road_name,route_name,tollbooth_name,direction,entrance_or_exit,note
|
|
793
793
|
04-434,中央自動車道,,小黒川スマート,,,,c-nexco.co.jp
|
794
794
|
04-435,中央自動車道,,駒ヶ岳スマート,,,,c-nexco.co.jp
|
795
795
|
04-437,中央自動車道,,談合坂スマート,,,,c-nexco.co.jp
|
796
|
+
04-442,北陸自動車道,,上市スマート,,,,c-nexco.co.jp
|
796
797
|
04-448,上信越自動車道,,小布施スマート,,,,c-nexco.co.jp
|
797
798
|
04-462,中部横断自動車道,,増穂,,,,c-nexco.co.jp
|
798
799
|
04-463,中部横断自動車道,,富士川本線,,,,c-nexco.co.jp
|
@@ -933,6 +934,7 @@ tollbooth_id,road_name,route_name,tollbooth_name,direction,entrance_or_exit,note
|
|
933
934
|
05-020,道央自動車道,,大沼公園本線,,,,c-nexco.co.jp
|
934
935
|
05-021,道央自動車道,,新千歳空港,,,,c-nexco.co.jp
|
935
936
|
05-022,道央自動車道,,輪厚スマート,,,,c-nexco.co.jp
|
937
|
+
05-023,道央自動車道,,苫小牧中央,,,,c-nexco.co.jp
|
936
938
|
05-100,道央自動車道,,札幌本線,上り,,,c-nexco.co.jp
|
937
939
|
05-101,道央自動車道,,札幌,,,,c-nexco.co.jp
|
938
940
|
05-102,道央自動車道,,江別西,,,,c-nexco.co.jp
|
@@ -2498,6 +2500,7 @@ tollbooth_id,road_name,route_name,tollbooth_name,direction,entrance_or_exit,note
|
|
2498
2500
|
23-004,第二京阪道路,,城南宮北,,,,c-nexco.co.jp
|
2499
2501
|
23-005,第二京阪道路,,上鳥羽,,,,c-nexco.co.jp
|
2500
2502
|
23-006,第二京阪道路,,鴨川西,,,,c-nexco.co.jp
|
2503
|
+
23-007,第二京阪道路,,鴨川西本線,,,,c-nexco.co.jp
|
2501
2504
|
23-008,第二京阪道路,,山科,,,,c-nexco.co.jp
|
2502
2505
|
24-051,近畿自動車道,,吹田本線,,,,c-nexco.co.jp
|
2503
2506
|
24-052,近畿自動車道,,摂津北,,,,c-nexco.co.jp
|
data/lib/japan_etc/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: japan_etc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yuji Nakayama
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|