swot-ruby 1.0.5.20250126 → 1.0.5.20250128
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/vtu.txt +2 -0
- data/academic_data/cat/iticbcn.txt +1 -0
- data/academic_data/edu/ccbcmd.txt +1 -0
- data/academic_data/edu/ic.txt +1 -1
- data/academic_data/edu/msutexas.txt +1 -0
- data/academic_data/lv/id/iu.txt +2 -0
- data/academic_data/lv/id/kingman.txt +2 -0
- data/academic_data/org/vbisd.txt +1 -0
- data/academic_data/rs/edu/poly.txt +1 -0
- data/academic_data/stoplist.txt +5 -1
- data/data/lib/domains/stoplist.txt +5 -1
- 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: 4e7192534b107184463d529448065f1b425ed4f52674acbd8798da844c6719bb
|
4
|
+
data.tar.gz: d156c75254cd605f53654dfd2c4f5569407e3b5cfb3a069a5d75c8d83553b577
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5871461b78fd42334a36f19eaf923ccb3dc9e8432478e4ad2d884de7fc7c81c39dc07b415e060b22d2297c4e0daae330b2e5ce1e03bd7f27e07ca2dbc7881b2d
|
7
|
+
data.tar.gz: 0fbfeb34accd890941ac3eb55805984b5aed427317929dd6c47a3f75170cb2e7d0554e9c2dec76b76429c7d46e4e6449c064af74d478a00ea5da453ab389cdcf
|
@@ -0,0 +1 @@
|
|
1
|
+
Institut TIC de Barcelona
|
@@ -0,0 +1 @@
|
|
1
|
+
Community College of Baltimore County
|
data/academic_data/edu/ic.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Illinois College
|
1
|
+
Illinois College
|
@@ -0,0 +1 @@
|
|
1
|
+
Midwestern State University,Wichita Falls,Texas
|
@@ -0,0 +1 @@
|
|
1
|
+
Van Buren Tech
|
@@ -0,0 +1 @@
|
|
1
|
+
Српски политехнички универзитет
|
data/academic_data/stoplist.txt
CHANGED
data/swot.gemspec
CHANGED
data/test/test_swot.rb
CHANGED
@@ -135,7 +135,7 @@ describe Swot do
|
|
135
135
|
end
|
136
136
|
|
137
137
|
it "fail blacklisted domains" do
|
138
|
-
["si.edu", " si.edu ", "imposter@si.edu", "foo.si.edu"
|
138
|
+
["si.edu", " si.edu ", "imposter@si.edu", "foo.si.edu"].each do |domain|
|
139
139
|
assert Swot::is_academic?(domain), "#{domain} should be denied"
|
140
140
|
end
|
141
141
|
["student.tsu.edu.ph"].each do |domain|
|
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.20250128
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Kimura
|
@@ -1184,6 +1184,7 @@ files:
|
|
1184
1184
|
- academic_data/bg/utp.txt
|
1185
1185
|
- academic_data/bg/uwekind.txt
|
1186
1186
|
- academic_data/bg/vfu.txt
|
1187
|
+
- academic_data/bg/vtu.txt
|
1187
1188
|
- academic_data/bg/yovkovschoolvarna.txt
|
1188
1189
|
- academic_data/bh/asb/stu.txt
|
1189
1190
|
- academic_data/bh/edu/agu.txt
|
@@ -2636,6 +2637,7 @@ files:
|
|
2636
2637
|
- academic_data/cat/institutlasegarra.txt
|
2637
2638
|
- academic_data/cat/institutvidreres.txt
|
2638
2639
|
- academic_data/cat/itb.txt
|
2640
|
+
- academic_data/cat/iticbcn.txt
|
2639
2641
|
- academic_data/cat/jviladoms.txt
|
2640
2642
|
- academic_data/cat/lasalle.txt
|
2641
2643
|
- academic_data/cat/lasalle/gracia.txt
|
@@ -6906,6 +6908,7 @@ files:
|
|
6906
6908
|
- academic_data/edu/cc.txt
|
6907
6909
|
- academic_data/edu/ccac.txt
|
6908
6910
|
- academic_data/edu/ccad.txt
|
6911
|
+
- academic_data/edu/ccbcmd.txt
|
6909
6912
|
- academic_data/edu/cccb.txt
|
6910
6913
|
- academic_data/edu/cccd.txt
|
6911
6914
|
- academic_data/edu/cccs.txt
|
@@ -7815,6 +7818,7 @@ files:
|
|
7815
7818
|
- academic_data/edu/msubillings.txt
|
7816
7819
|
- academic_data/edu/msudenver.txt
|
7817
7820
|
- academic_data/edu/msun.txt
|
7821
|
+
- academic_data/edu/msutexas.txt
|
7818
7822
|
- academic_data/edu/mtaloy.txt
|
7819
7823
|
- academic_data/edu/mtc.txt
|
7820
7824
|
- academic_data/edu/mtec.txt
|
@@ -13890,6 +13894,8 @@ files:
|
|
13890
13894
|
- academic_data/lv/edu/sseriga.txt
|
13891
13895
|
- academic_data/lv/edu/vtdt.txt
|
13892
13896
|
- academic_data/lv/id/gmbh/xtv.txt
|
13897
|
+
- academic_data/lv/id/iu.txt
|
13898
|
+
- academic_data/lv/id/kingman.txt
|
13893
13899
|
- academic_data/lv/isriga.txt
|
13894
13900
|
- academic_data/lv/jak.txt
|
13895
13901
|
- academic_data/lv/kcrtk.txt
|
@@ -17497,6 +17503,7 @@ files:
|
|
17497
17503
|
- academic_data/org/vantagehall.txt
|
17498
17504
|
- academic_data/org/vardhaman.txt
|
17499
17505
|
- academic_data/org/vasvari.txt
|
17506
|
+
- academic_data/org/vbisd.txt
|
17500
17507
|
- academic_data/org/vcpusd.txt
|
17501
17508
|
- academic_data/org/vcuhealth.txt
|
17502
17509
|
- academic_data/org/veltechmultitech.txt
|
@@ -19184,6 +19191,7 @@ files:
|
|
19184
19191
|
- academic_data/rs/edu/osvukknjazevac.txt
|
19185
19192
|
- academic_data/rs/edu/pmf.txt
|
19186
19193
|
- academic_data/rs/edu/politehnika.txt
|
19194
|
+
- academic_data/rs/edu/poly.txt
|
19187
19195
|
- academic_data/rs/edu/privrednaakademija.txt
|
19188
19196
|
- academic_data/rs/edu/raf.txt
|
19189
19197
|
- academic_data/rs/edu/rg.txt
|