swot-ruby 1.0.5.20240515 → 1.0.5.20240517
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/academic_data/hk/edu/icqm/student.txt +2 -0
- data/academic_data/id/ac/jayakarta/stmik.txt +1 -0
- data/academic_data/id/sch/smkrus.txt +6 -0
- data/academic_data/it/edu/itiscardanopv.txt +2 -0
- data/academic_data/sg/org/pathlight/student.txt +1 -0
- data/academic_data/stoplist.txt +2 -3
- data/academic_data/uk/ac/newdur.txt +1 -0
- data/academic_data/uz/idu.txt +2 -0
- data/academic_data/vn/edu/pgd-hoangmai.txt +1 -0
- data/data/lib/domains/stoplist.txt +2 -3
- data/swot.gemspec +1 -1
- data/test/test_swot.rb +1 -1
- metadata +9 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 244cfcc3fad752164694fc95d9109bfd474cfb8f95a89c782933d5cfc451a8b9
|
4
|
+
data.tar.gz: 67cae76a88bbc8f4a55fa724727caf2f7ac34a905c25503b3dee291e9538cee9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f5dd8aa3bd5fbbb124cf34caa51057022388eabe25b4637f11b27e0d3da1a1a97c5d37827f460a9522ce0786544c6310e352947d8adbf0a2bc56512411e425a
|
7
|
+
data.tar.gz: 6b8628cade62b25385376a6fd259343af7b956d7b489c4724a196e3b1062b68d8b912a8db84460dec7632abc2104a9a6ff368c8e1ab0122eae528b2f5b7250c9
|
@@ -0,0 +1 @@
|
|
1
|
+
STIE & STMIK Jayakarta
|
@@ -0,0 +1 @@
|
|
1
|
+
Pathlight School
|
data/academic_data/stoplist.txt
CHANGED
@@ -429,7 +429,6 @@ email.cugb.edu.cn
|
|
429
429
|
bjmu.edu.cn
|
430
430
|
bupt.edu.cn
|
431
431
|
bupt.cn
|
432
|
-
cqu.edu.cn
|
433
432
|
nit.edu.cn
|
434
433
|
lhmc.edu.cn
|
435
434
|
xauat.edu.cn
|
@@ -1086,7 +1085,6 @@ mahasiswa.itb.ac.id
|
|
1086
1085
|
mahasiswa.itb.ac.id
|
1087
1086
|
mail.umy.ac.id
|
1088
1087
|
smakstmariamalang.sch.id
|
1089
|
-
stikom-bali.ac.id
|
1090
1088
|
office.itb.ac.id
|
1091
1089
|
fh.unair.ac.id
|
1092
1090
|
uin-suka.ac.id
|
@@ -1821,4 +1819,5 @@ g.tu.ac.kr
|
|
1821
1819
|
o365.tu.ac.kr
|
1822
1820
|
est.unibe.edu.do
|
1823
1821
|
kuic.kyonggi.ac.kr
|
1824
|
-
feng.bu.edu.eg
|
1822
|
+
feng.bu.edu.eg
|
1823
|
+
univ-barackobama.com
|
@@ -0,0 +1 @@
|
|
1
|
+
New College Durham
|
@@ -0,0 +1 @@
|
|
1
|
+
Trung học cơ sở Linh Đàm
|
@@ -429,7 +429,6 @@ email.cugb.edu.cn
|
|
429
429
|
bjmu.edu.cn
|
430
430
|
bupt.edu.cn
|
431
431
|
bupt.cn
|
432
|
-
cqu.edu.cn
|
433
432
|
nit.edu.cn
|
434
433
|
lhmc.edu.cn
|
435
434
|
xauat.edu.cn
|
@@ -1086,7 +1085,6 @@ mahasiswa.itb.ac.id
|
|
1086
1085
|
mahasiswa.itb.ac.id
|
1087
1086
|
mail.umy.ac.id
|
1088
1087
|
smakstmariamalang.sch.id
|
1089
|
-
stikom-bali.ac.id
|
1090
1088
|
office.itb.ac.id
|
1091
1089
|
fh.unair.ac.id
|
1092
1090
|
uin-suka.ac.id
|
@@ -1821,4 +1819,5 @@ g.tu.ac.kr
|
|
1821
1819
|
o365.tu.ac.kr
|
1822
1820
|
est.unibe.edu.do
|
1823
1821
|
kuic.kyonggi.ac.kr
|
1824
|
-
feng.bu.edu.eg
|
1822
|
+
feng.bu.edu.eg
|
1823
|
+
univ-barackobama.com
|
data/swot.gemspec
CHANGED
data/test/test_swot.rb
CHANGED
@@ -77,7 +77,7 @@ describe Swot do
|
|
77
77
|
assert_not Swot::is_academic?('dave@case.edu')
|
78
78
|
assert_not Swot::is_academic?('dave@uncp.edu.pe')
|
79
79
|
assert_not Swot::is_academic?('dave@edu.azores.gov.pt')
|
80
|
-
|
80
|
+
assert Swot::is_academic?('dave@dyptc.edu.in')
|
81
81
|
assert_not Swot::is_academic?('dave@mubs.ac.ug')
|
82
82
|
assert Swot::is_academic?('dave@aluno.unip.br')
|
83
83
|
assert_not Swot::is_academic?('dave@jmpaneracollege.com')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: swot-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.5.
|
4
|
+
version: 1.0.5.20240517
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Kimura
|
@@ -9599,6 +9599,7 @@ files:
|
|
9599
9599
|
- academic_data/hk/edu/hkmu.txt
|
9600
9600
|
- academic_data/hk/edu/hksyu.txt
|
9601
9601
|
- academic_data/hk/edu/hsu.txt
|
9602
|
+
- academic_data/hk/edu/icqm/student.txt
|
9602
9603
|
- academic_data/hk/edu/ied.txt
|
9603
9604
|
- academic_data/hk/edu/isf.txt
|
9604
9605
|
- academic_data/hk/edu/island.txt
|
@@ -9914,6 +9915,7 @@ files:
|
|
9914
9915
|
- academic_data/id/ac/jakstik.txt
|
9915
9916
|
- academic_data/id/ac/janabadra.txt
|
9916
9917
|
- academic_data/id/ac/jayabaya.txt
|
9918
|
+
- academic_data/id/ac/jayakarta/stmik.txt
|
9917
9919
|
- academic_data/id/ac/kalbis.txt
|
9918
9920
|
- academic_data/id/ac/kallabs.txt
|
9919
9921
|
- academic_data/id/ac/kharisma.txt
|
@@ -10348,6 +10350,7 @@ files:
|
|
10348
10350
|
- academic_data/id/sch/smkpgringadirojo-pct.txt
|
10349
10351
|
- academic_data/id/sch/smkpgripekanbaru.txt
|
10350
10352
|
- academic_data/id/sch/smkpusdikpal.txt
|
10353
|
+
- academic_data/id/sch/smkrus.txt
|
10351
10354
|
- academic_data/id/sch/smktarpan1.txt
|
10352
10355
|
- academic_data/id/sch/smktelkommedan.txt
|
10353
10356
|
- academic_data/id/sch/smktiannajiyah.txt
|
@@ -11218,6 +11221,7 @@ files:
|
|
11218
11221
|
- academic_data/it/edu/itifaraday.txt
|
11219
11222
|
- academic_data/it/edu/itisarmellini.txt
|
11220
11223
|
- academic_data/it/edu/itiscannizzaro.txt
|
11224
|
+
- academic_data/it/edu/itiscardanopv.txt
|
11221
11225
|
- academic_data/it/edu/itisdalmine.txt
|
11222
11226
|
- academic_data/it/edu/itiseveripadova.txt
|
11223
11227
|
- academic_data/it/edu/itisgrassi.txt
|
@@ -18513,6 +18517,7 @@ files:
|
|
18513
18517
|
- academic_data/sg/edu/uwcsea.txt
|
18514
18518
|
- academic_data/sg/edu/uwcsea/gapps.txt
|
18515
18519
|
- academic_data/sg/org/panasia.txt
|
18520
|
+
- academic_data/sg/org/pathlight/student.txt
|
18516
18521
|
- academic_data/sg/vjc.txt
|
18517
18522
|
- academic_data/sh/school.txt
|
18518
18523
|
- academic_data/si/academia.txt
|
@@ -20162,6 +20167,7 @@ files:
|
|
20162
20167
|
- academic_data/uk/ac/newbury-college/student.txt
|
20163
20168
|
- academic_data/uk/ac/newcastle.txt
|
20164
20169
|
- academic_data/uk/ac/newcollege.txt
|
20170
|
+
- academic_data/uk/ac/newdur.txt
|
20165
20171
|
- academic_data/uk/ac/newman.txt
|
20166
20172
|
- academic_data/uk/ac/newport.txt
|
20167
20173
|
- academic_data/uk/ac/newvic.txt
|
@@ -20976,6 +20982,7 @@ files:
|
|
20976
20982
|
- academic_data/uz/ferpi.txt
|
20977
20983
|
- academic_data/uz/gubkin.txt
|
20978
20984
|
- academic_data/uz/ibs.txt
|
20985
|
+
- academic_data/uz/idu.txt
|
20979
20986
|
- academic_data/uz/iiau.txt
|
20980
20987
|
- academic_data/uz/inha.txt
|
20981
20988
|
- academic_data/uz/itpu.txt
|
@@ -21265,6 +21272,7 @@ files:
|
|
21265
21272
|
- academic_data/vn/edu/pace.txt
|
21266
21273
|
- academic_data/vn/edu/pdu.txt
|
21267
21274
|
- academic_data/vn/edu/penphy.txt
|
21275
|
+
- academic_data/vn/edu/pgd-hoangmai.txt
|
21268
21276
|
- academic_data/vn/edu/pgdanlao.txt
|
21269
21277
|
- academic_data/vn/edu/phanboichau.txt
|
21270
21278
|
- academic_data/vn/edu/phenikaa-uni.txt
|