swot-ruby 1.0.5.20240604 → 1.0.5.20240610
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/bg/yovkovschoolvarna.txt +2 -0
- data/academic_data/co/edu/gimnasioloscerezos.txt +1 -0
- data/academic_data/de/igs-ost.txt +1 -0
- data/academic_data/de/jules-verne-campus.txt +1 -0
- data/academic_data/dz/univ-medea.txt +1 -0
- data/academic_data/fr/piktura.txt +2 -0
- data/academic_data/id/ac/politeknik-sampit.txt +1 -0
- data/academic_data/id/ac/uai/student.txt +2 -0
- data/academic_data/id/sch/man10jakartabarat.txt +1 -0
- data/academic_data/it/istruzione/scuola.txt +4 -0
- data/academic_data/net/tcskailua.txt +1 -0
- data/academic_data/np/edu/gpkmc.txt +2 -0
- data/academic_data/np/edu/sparkcollege.txt +1 -0
- data/academic_data/org/esmschools.txt +2 -0
- data/academic_data/org/ryeschools.txt +1 -0
- data/academic_data/pl/com/sp13leszno.txt +1 -0
- data/academic_data/sa/edu/ubt.txt +2 -0
- data/academic_data/stoplist.txt +4 -1
- data/academic_data/tr/k12/bilfen/stu.txt +2 -0
- data/academic_data/uk/co/bealhighschool.txt +1 -0
- data/academic_data/us/biu.txt +1 -0
- data/academic_data/vn/edu/ntt.txt +2 -0
- data/data/lib/domains/stoplist.txt +4 -1
- data/swot.gemspec +1 -1
- data/test/test_swot.rb +2 -2
- metadata +22 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d963e8ed3697a7121b7c3d89f34db971293d3f84fff1c865c8185e4acdd2399
|
4
|
+
data.tar.gz: 1eefda8035f9cd5bc2ccdff437b5ae68d6fcd7e6b366caa8559d6e4ac1489ac9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8191dff8de3e469cc274458186a0b2aac2bc0c3b6488df70ba8d9e00418726b856f85b1cdf5a73e85c69471044cf30d44916997346de394b0b639dba488ed9b
|
7
|
+
data.tar.gz: e7987dc875efd2bb610b529b0c62d8d79455d23b07dac77851d10d27b29b09dc5140e87ef8317716445f909b7744ced791f19a5b0383c2499aadf4c0542ae238
|
@@ -0,0 +1 @@
|
|
1
|
+
GIMNASIO CAMPESTRE LOS CEREZOS
|
@@ -0,0 +1 @@
|
|
1
|
+
Gesamtschule Gießen Ost
|
@@ -0,0 +1 @@
|
|
1
|
+
Jules Verne Campus
|
@@ -0,0 +1 @@
|
|
1
|
+
Yahia Fares University
|
@@ -0,0 +1 @@
|
|
1
|
+
Politeknik Sampit
|
@@ -0,0 +1 @@
|
|
1
|
+
MAN 10 Jakarta Barat
|
@@ -0,0 +1 @@
|
|
1
|
+
Trinity Christian School
|
@@ -0,0 +1 @@
|
|
1
|
+
Spark College Of Bussiness and Technology, Nepal
|
@@ -0,0 +1 @@
|
|
1
|
+
Rye High School
|
@@ -0,0 +1 @@
|
|
1
|
+
Szkoła Podstawowa nr 13, z oddziałami integracyjnymi im. Jana Pawła II w Lesznie
|
data/academic_data/stoplist.txt
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
Beal High School
|
@@ -0,0 +1 @@
|
|
1
|
+
Broward International University
|
data/swot.gemspec
CHANGED
data/test/test_swot.rb
CHANGED
@@ -47,7 +47,7 @@ describe Swot do
|
|
47
47
|
assert_not Swot::is_academic?('stanford.edu.com')
|
48
48
|
assert_not Swot::is_academic?('strath.ac.uk.com')
|
49
49
|
assert_not Swot::is_academic?('alumni.albany.edu')
|
50
|
-
|
50
|
+
assert Swot::is_academic?('dave@faculdadefia.edu.br')
|
51
51
|
assert_not Swot::is_academic?('dave@hait.edu.cn')
|
52
52
|
assert_not Swot::is_academic?('dave@uteco.edu.do')
|
53
53
|
assert_not Swot::is_academic?('dave@uca.edu.ar')
|
@@ -72,7 +72,7 @@ describe Swot do
|
|
72
72
|
assert_not Swot::is_academic?('dave@hbtcm.edu.cn')
|
73
73
|
assert_not Swot::is_academic?('dave@campusucc.edu.co')
|
74
74
|
assert_not Swot::is_academic?('dave@student.utem.edu.my')
|
75
|
-
|
75
|
+
assert Swot::is_academic?('dave@pucgo.edu.br')
|
76
76
|
assert_not Swot::is_academic?('dave@mahasiswa.itb.ac.id')
|
77
77
|
assert_not Swot::is_academic?('dave@case.edu')
|
78
78
|
assert_not Swot::is_academic?('dave@uncp.edu.pe')
|
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.20240610
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Kimura
|
@@ -1077,6 +1077,7 @@ files:
|
|
1077
1077
|
- academic_data/bg/utp.txt
|
1078
1078
|
- academic_data/bg/uwekind.txt
|
1079
1079
|
- academic_data/bg/vfu.txt
|
1080
|
+
- academic_data/bg/yovkovschoolvarna.txt
|
1080
1081
|
- academic_data/bh/edu/agu.txt
|
1081
1082
|
- academic_data/bh/edu/amaiu.txt
|
1082
1083
|
- academic_data/bh/edu/asu.txt
|
@@ -3463,6 +3464,7 @@ files:
|
|
3463
3464
|
- academic_data/co/edu/funlam.txt
|
3464
3465
|
- academic_data/co/edu/funsanmateo.txt
|
3465
3466
|
- academic_data/co/edu/fup/estudiante.txt
|
3467
|
+
- academic_data/co/edu/gimnasioloscerezos.txt
|
3466
3468
|
- academic_data/co/edu/granadino.txt
|
3467
3469
|
- academic_data/co/edu/ibero.txt
|
3468
3470
|
- academic_data/co/edu/iberoamericana.txt
|
@@ -5438,6 +5440,7 @@ files:
|
|
5438
5440
|
- academic_data/de/igs-kastellaun.txt
|
5439
5441
|
- academic_data/de/igs-kreyenbrueck.txt
|
5440
5442
|
- academic_data/de/igs-os.txt
|
5443
|
+
- academic_data/de/igs-ost.txt
|
5441
5444
|
- academic_data/de/igs-sassenburg.txt
|
5442
5445
|
- academic_data/de/igs-seevetal.txt
|
5443
5446
|
- academic_data/de/igs-wedemark.txt
|
@@ -5478,6 +5481,7 @@ files:
|
|
5478
5481
|
- academic_data/de/joseph-koenig-gymnasium.txt
|
5479
5482
|
- academic_data/de/jprs.txt
|
5480
5483
|
- academic_data/de/jsg-karlstadt.txt
|
5484
|
+
- academic_data/de/jules-verne-campus.txt
|
5481
5485
|
- academic_data/de/julianum.txt
|
5482
5486
|
- academic_data/de/julius-wegeler-schule.txt
|
5483
5487
|
- academic_data/de/jws-rv.txt
|
@@ -6176,6 +6180,7 @@ files:
|
|
6176
6180
|
- academic_data/dz/univ-jijel.txt
|
6177
6181
|
- academic_data/dz/univ-khenchela.txt
|
6178
6182
|
- academic_data/dz/univ-mascara.txt
|
6183
|
+
- academic_data/dz/univ-medea.txt
|
6179
6184
|
- academic_data/dz/univ-mosta.txt
|
6180
6185
|
- academic_data/dz/univ-msila.txt
|
6181
6186
|
- academic_data/dz/univ-oeb.txt
|
@@ -9234,6 +9239,7 @@ files:
|
|
9234
9239
|
- academic_data/fr/parisdescartes.txt
|
9235
9240
|
- academic_data/fr/parisnanterre.txt
|
9236
9241
|
- academic_data/fr/pasteur.txt
|
9242
|
+
- academic_data/fr/piktura.txt
|
9237
9243
|
- academic_data/fr/pole-lachartreuse.txt
|
9238
9244
|
- academic_data/fr/polytech-lille.txt
|
9239
9245
|
- academic_data/fr/polytechnique.txt
|
@@ -10028,6 +10034,7 @@ files:
|
|
10028
10034
|
- academic_data/id/ac/politala.txt
|
10029
10035
|
- academic_data/id/ac/politanipyk.txt
|
10030
10036
|
- academic_data/id/ac/politap.txt
|
10037
|
+
- academic_data/id/ac/politeknik-sampit.txt
|
10031
10038
|
- academic_data/id/ac/poliupg.txt
|
10032
10039
|
- academic_data/id/ac/polka.txt
|
10033
10040
|
- academic_data/id/ac/polman-bandung/mhs.txt
|
@@ -10104,6 +10111,7 @@ files:
|
|
10104
10111
|
- academic_data/id/ac/trunojoyo/student.txt
|
10105
10112
|
- academic_data/id/ac/uad.txt
|
10106
10113
|
- academic_data/id/ac/uai/if.txt
|
10114
|
+
- academic_data/id/ac/uai/student.txt
|
10107
10115
|
- academic_data/id/ac/uajy.txt
|
10108
10116
|
- academic_data/id/ac/ub.txt
|
10109
10117
|
- academic_data/id/ac/ubaya.txt
|
@@ -10347,6 +10355,7 @@ files:
|
|
10347
10355
|
- academic_data/id/sch/diandidaktika.txt
|
10348
10356
|
- academic_data/id/sch/dnm.txt
|
10349
10357
|
- academic_data/id/sch/karangturi.txt
|
10358
|
+
- academic_data/id/sch/man10jakartabarat.txt
|
10350
10359
|
- academic_data/id/sch/mankotategal.txt
|
10351
10360
|
- academic_data/id/sch/nurulfikri.txt
|
10352
10361
|
- academic_data/id/sch/pahoa/sekolah.txt
|
@@ -11409,6 +11418,7 @@ files:
|
|
11409
11418
|
- academic_data/it/istitutosalvini.txt
|
11410
11419
|
- academic_data/it/istitutoscolasticomoravia.txt
|
11411
11420
|
- academic_data/it/istruzione/posta.txt
|
11421
|
+
- academic_data/it/istruzione/scuola.txt
|
11412
11422
|
- academic_data/it/istruzioneer/aldini.txt
|
11413
11423
|
- academic_data/it/istruzioneer/berenini.txt
|
11414
11424
|
- academic_data/it/istruzioneer/cattaneodallaglio.txt
|
@@ -13843,6 +13853,7 @@ files:
|
|
13843
13853
|
- academic_data/net/swchs.txt
|
13844
13854
|
- academic_data/net/swcta.txt
|
13845
13855
|
- academic_data/net/talaiabhi.txt
|
13856
|
+
- academic_data/net/tcskailua.txt
|
13846
13857
|
- academic_data/net/tesdk12.txt
|
13847
13858
|
- academic_data/net/tfobz.txt
|
13848
13859
|
- academic_data/net/thammasat.txt
|
@@ -14478,6 +14489,7 @@ files:
|
|
14478
14489
|
- academic_data/np/edu/gci.txt
|
14479
14490
|
- academic_data/np/edu/goldengate.txt
|
14480
14491
|
- academic_data/np/edu/gomendracollege.txt
|
14492
|
+
- academic_data/np/edu/gpkmc.txt
|
14481
14493
|
- academic_data/np/edu/hcoe.txt
|
14482
14494
|
- academic_data/np/edu/heraldcollege.txt
|
14483
14495
|
- academic_data/np/edu/heraldintlcollege.txt
|
@@ -14568,6 +14580,7 @@ files:
|
|
14568
14580
|
- academic_data/np/edu/softwarica.txt
|
14569
14581
|
- academic_data/np/edu/sos.txt
|
14570
14582
|
- academic_data/np/edu/spa.txt
|
14583
|
+
- academic_data/np/edu/sparkcollege.txt
|
14571
14584
|
- academic_data/np/edu/spictevt.txt
|
14572
14585
|
- academic_data/np/edu/ssha.txt
|
14573
14586
|
- academic_data/np/edu/standardinstitute.txt
|
@@ -15113,6 +15126,7 @@ files:
|
|
15113
15126
|
- academic_data/org/esisalama.txt
|
15114
15127
|
- academic_data/org/esmonline.txt
|
15115
15128
|
- academic_data/org/esmonline/student.txt
|
15129
|
+
- academic_data/org/esmschools.txt
|
15116
15130
|
- academic_data/org/esmt.txt
|
15117
15131
|
- academic_data/org/esuhsd.txt
|
15118
15132
|
- academic_data/org/euss/campus.txt
|
@@ -15758,6 +15772,7 @@ files:
|
|
15758
15772
|
- academic_data/org/rvcschools.txt
|
15759
15773
|
- academic_data/org/rvilleschools.txt
|
15760
15774
|
- academic_data/org/ryecountryday.txt
|
15775
|
+
- academic_data/org/ryeschools.txt
|
15761
15776
|
- academic_data/org/rzjhs.txt
|
15762
15777
|
- academic_data/org/saddleriverday.txt
|
15763
15778
|
- academic_data/org/sageintl.txt
|
@@ -16648,6 +16663,7 @@ files:
|
|
16648
16663
|
- academic_data/pl/com/onlineszkolafilmowa.txt
|
16649
16664
|
- academic_data/pl/com/primus.txt
|
16650
16665
|
- academic_data/pl/com/skawina/sp1.txt
|
16666
|
+
- academic_data/pl/com/sp13leszno.txt
|
16651
16667
|
- academic_data/pl/com/spoleczna.txt
|
16652
16668
|
- academic_data/pl/com/technikumlodz.txt
|
16653
16669
|
- academic_data/pl/com/wst.txt
|
@@ -18358,6 +18374,7 @@ files:
|
|
18358
18374
|
- academic_data/sa/edu/tuwaiq.txt
|
18359
18375
|
- academic_data/sa/edu/tvtc.txt
|
18360
18376
|
- academic_data/sa/edu/ub.txt
|
18377
|
+
- academic_data/sa/edu/ubt.txt
|
18361
18378
|
- academic_data/sa/edu/ucj.txt
|
18362
18379
|
- academic_data/sa/edu/ud.txt
|
18363
18380
|
- academic_data/sa/edu/uhb.txt
|
@@ -19473,6 +19490,7 @@ files:
|
|
19473
19490
|
- academic_data/tr/k12/alkev.txt
|
19474
19491
|
- academic_data/tr/k12/ayseabla.txt
|
19475
19492
|
- academic_data/tr/k12/bahcesehir.txt
|
19493
|
+
- academic_data/tr/k12/bilfen/stu.txt
|
19476
19494
|
- academic_data/tr/k12/bjkkabatasvakfiokullari.txt
|
19477
19495
|
- academic_data/tr/k12/bornovakoleji.txt
|
19478
19496
|
- academic_data/tr/k12/dogaokullari.txt
|
@@ -20495,6 +20513,7 @@ files:
|
|
20495
20513
|
- academic_data/uk/co/ashville.txt
|
20496
20514
|
- academic_data/uk/co/barrbeaconschool.txt
|
20497
20515
|
- academic_data/uk/co/bb-hs.txt
|
20516
|
+
- academic_data/uk/co/bealhighschool.txt
|
20498
20517
|
- academic_data/uk/co/bedmod.txt
|
20499
20518
|
- academic_data/uk/co/beverleyj6.txt
|
20500
20519
|
- academic_data/uk/co/bexleygs.txt
|
@@ -20888,6 +20907,7 @@ files:
|
|
20888
20907
|
- academic_data/us/apsva.txt
|
20889
20908
|
- academic_data/us/args.txt
|
20890
20909
|
- academic_data/us/ausdg.txt
|
20910
|
+
- academic_data/us/biu.txt
|
20891
20911
|
- academic_data/us/bubblers.txt
|
20892
20912
|
- academic_data/us/ca/k12/cjuhsd.txt
|
20893
20913
|
- academic_data/us/ca/k12/clovisusd.txt
|
@@ -21420,6 +21440,7 @@ files:
|
|
21420
21440
|
- academic_data/vn/edu/nghean.txt
|
21421
21441
|
- academic_data/vn/edu/ngs.txt
|
21422
21442
|
- academic_data/vn/edu/nguyensieu.txt
|
21443
|
+
- academic_data/vn/edu/ntt.txt
|
21423
21444
|
- academic_data/vn/edu/ntthnue.txt
|
21424
21445
|
- academic_data/vn/edu/nttu.txt
|
21425
21446
|
- academic_data/vn/edu/ntu-hn.txt
|