jpx_industry_code 0.0.3 → 0.0.4
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/lib/jpx_industry_code.rb +8 -9
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 258f653213d324a9dcf65ca12aa837a8ea4c30cffb716488e903b30a64623aab
|
|
4
|
+
data.tar.gz: '05708e797014fa0af3b78e1ff9581937021b42fa7b2e460e6f7162b9790786aa'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b50f092449c019362e34d1d1324730d3d4dad37272b0326add8267c724c0eb6b010059bc74511ba6a61ef5e3e55e54f7eb370d3520d1403f576f33c486189729
|
|
7
|
+
data.tar.gz: 137422c85b6efbdff550f6cc6b1f1546e116f02249085ac646b75a57fbe2b5d312f43e2fb6f0f0b923f0ac0a01fd6b12a319a6e7871cde562a1311b03792b6aa
|
data/lib/jpx_industry_code.rb
CHANGED
|
@@ -25,15 +25,14 @@ class JpxIndustryCode
|
|
|
25
25
|
{ id: 17, jpx_industry_code_category_id: 4, name: '輸送用機器', code: '3700' },
|
|
26
26
|
{ id: 18, jpx_industry_code_category_id: 4, name: '精密機器', code: '3750' },
|
|
27
27
|
{ id: 19, jpx_industry_code_category_id: 4, name: 'その他製品', code: '3800' },
|
|
28
|
-
{ id: 20, jpx_industry_code_category_id:
|
|
29
|
-
{ id: 21, jpx_industry_code_category_id:
|
|
30
|
-
{ id: 22, jpx_industry_code_category_id: 6, name: '
|
|
31
|
-
{ id: 23, jpx_industry_code_category_id: 6, name: '
|
|
32
|
-
{ id: 24, jpx_industry_code_category_id: 6, name: '
|
|
33
|
-
{ id: 25, jpx_industry_code_category_id: 6, name: '
|
|
34
|
-
{ id: 26, jpx_industry_code_category_id:
|
|
35
|
-
{ id: 27, jpx_industry_code_category_id: 7, name: '
|
|
36
|
-
{ id: 28, jpx_industry_code_category_id: 7, name: '小売業', code: '6100' },
|
|
28
|
+
{ id: 20, jpx_industry_code_category_id: 5, name: '電気・ガス業', code: '4050' },
|
|
29
|
+
{ id: 21, jpx_industry_code_category_id: 6, name: '陸運業', code: '5050' },
|
|
30
|
+
{ id: 22, jpx_industry_code_category_id: 6, name: '海運業', code: '5100' },
|
|
31
|
+
{ id: 23, jpx_industry_code_category_id: 6, name: '空運業', code: '5150' },
|
|
32
|
+
{ id: 24, jpx_industry_code_category_id: 6, name: '倉庫・運輸関連業', code: '5200' },
|
|
33
|
+
{ id: 25, jpx_industry_code_category_id: 6, name: '情報・通信業', code: '5250' },
|
|
34
|
+
{ id: 26, jpx_industry_code_category_id: 7, name: '卸売業', code: '6050' },
|
|
35
|
+
{ id: 27, jpx_industry_code_category_id: 7, name: '小売業', code: '6100' },
|
|
37
36
|
{ id: 28, jpx_industry_code_category_id: 8, name: '銀行業', code: '7050' },
|
|
38
37
|
{ id: 29, jpx_industry_code_category_id: 8, name: '証券、商品先物取引業', code: '7100' },
|
|
39
38
|
{ id: 30, jpx_industry_code_category_id: 8, name: '保険業', code: '7150' },
|