swot-ruby 1.0.5.20240320 → 1.0.5.20240321
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/com/purple-formation.txt +1 -0
- data/academic_data/stoplist.txt +1 -0
- data/data/lib/domains/stoplist.txt +1 -0
- data/swot.gemspec +1 -1
- data/test/test_swot.rb +3 -3
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f3acdaa53a3910937f52fd521ef38196126f4ea639458b2a73b7abadbecf524
|
4
|
+
data.tar.gz: fcd39fe132ffb8da3a83fd2ecf8ff27f3b4c9fe7e821988981d903d3991c6412
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20791638fab65782779be438dc1b0e0ef945018659b12e4d6ed2de472ad3c7a920c94b4553d14b47a5d671cecc6f3ff0a16dd23baf6fa27265fd48edb6f2574e
|
7
|
+
data.tar.gz: 487beb2aa7728c2aae3b241baa196c3d78d75abc295964bd52bac5733ef84c81f685739e1186110293df0c94f5766fd06ae18a81ec3d5a6a95be50d3d0645a1a
|
@@ -0,0 +1 @@
|
|
1
|
+
Purple Campus
|
data/academic_data/stoplist.txt
CHANGED
data/swot.gemspec
CHANGED
data/test/test_swot.rb
CHANGED
@@ -10,7 +10,7 @@ describe Swot do
|
|
10
10
|
assert Swot::is_academic?('lreilly@strath.ac.uk')
|
11
11
|
assert Swot::is_academic?('lreilly@soft-eng.strath.ac.uk')
|
12
12
|
assert Swot::is_academic?('lee@ugr.es')
|
13
|
-
|
13
|
+
assert Swot::is_academic?('lee@uottawa.ca')
|
14
14
|
assert Swot::is_academic?('lee@mother.edu.ru')
|
15
15
|
assert Swot::is_academic?('lee@ucy.ac.cy')
|
16
16
|
assert Swot::is_academic?('dave.kimura@osu.edu')
|
@@ -38,7 +38,7 @@ describe Swot do
|
|
38
38
|
assert Swot::is_academic?('strath.ac.uk')
|
39
39
|
assert Swot::is_academic?('soft-eng.strath.ac.uk')
|
40
40
|
assert Swot::is_academic?('ugr.es')
|
41
|
-
|
41
|
+
assert Swot::is_academic?('uottawa.ca')
|
42
42
|
assert Swot::is_academic?('mother.edu.ru')
|
43
43
|
assert Swot::is_academic?('ucy.ac.cy')
|
44
44
|
|
@@ -66,7 +66,7 @@ describe Swot do
|
|
66
66
|
assert_not Swot::is_academic?('dave@hait.edu.cn')
|
67
67
|
assert_not Swot::is_academic?('dave@stumail.sdut.edu.cn')
|
68
68
|
assert_not Swot::is_academic?('dave@ucsiuniversity.edu.my')
|
69
|
-
|
69
|
+
assert Swot::is_academic?('dave@asu.edu')
|
70
70
|
assert_not Swot::is_academic?('dave@student.ptss.edu.my')
|
71
71
|
assert_not Swot::is_academic?('dave@buc.edu.eg')
|
72
72
|
assert_not Swot::is_academic?('dave@hbtcm.edu.cn')
|
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.20240321
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Kimura
|
@@ -4221,6 +4221,7 @@ files:
|
|
4221
4221
|
- academic_data/com/preciousheritageschool.txt
|
4222
4222
|
- academic_data/com/prettyriveracademy.txt
|
4223
4223
|
- academic_data/com/princepublicschool/ms.txt
|
4224
|
+
- academic_data/com/purple-formation.txt
|
4224
4225
|
- academic_data/com/qegsonline.txt
|
4225
4226
|
- academic_data/com/queensmetro.txt
|
4226
4227
|
- academic_data/com/qyytzx.txt
|