swot-ruby 1.0.4.20230714 → 1.0.5.20230718

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -4
  3. data/README.md +7 -8
  4. data/Rakefile +0 -2
  5. data/academic_data/at/hak-linz.txt +2 -0
  6. data/academic_data/au/edu/catholic/sctsv.txt +1 -0
  7. data/academic_data/au/edu/qld/northside/students.txt +1 -0
  8. data/academic_data/au/edu/qld/stpeters.txt +2 -0
  9. data/academic_data/bd/edu/diit.txt +1 -0
  10. data/academic_data/ca/qc/cegepsl.txt +1 -0
  11. data/academic_data/ch/ksba/students.txt +1 -0
  12. data/academic_data/cn/ac/amss.txt +2 -0
  13. data/academic_data/co/edu/ceipa/virtual.txt +1 -0
  14. data/academic_data/co/edu/lasallezipaquira.txt +1 -0
  15. data/academic_data/com/fpzornotza.txt +1 -0
  16. data/academic_data/com/hnsoftedu.txt +2 -0
  17. data/academic_data/de/ess-liborius.txt +1 -0
  18. data/academic_data/de/hssfds.txt +1 -0
  19. data/academic_data/de/utn.txt +1 -0
  20. data/academic_data/id/ac/horizon/krw.txt +1 -0
  21. data/academic_data/in/edu/cgrinternationalschool.txt +1 -0
  22. data/academic_data/in/ycce.txt +2 -0
  23. data/academic_data/it/edu/liceoalbertinapoli.txt +1 -0
  24. data/academic_data/md/ceef.txt +2 -0
  25. data/academic_data/mx/edu/cetis108.txt +1 -0
  26. data/academic_data/mx/edu/uptlax.txt +1 -0
  27. data/academic_data/mx/uadeo.txt +2 -0
  28. data/academic_data/ng/edu/fudutsinma.txt +1 -0
  29. data/academic_data/np/edu/hist.txt +1 -0
  30. data/academic_data/org/acarcs.txt +2 -0
  31. data/academic_data/org/gpranchi.txt +1 -0
  32. data/academic_data/org/nonsuchschool.txt +1 -0
  33. data/academic_data/org/owis.txt +1 -0
  34. data/academic_data/org/redlandschristian.txt +2 -0
  35. data/academic_data/org/shsd/student.txt +1 -0
  36. data/academic_data/org/spartandocs.txt +1 -0
  37. data/academic_data/sa/edu/uhb.txt +2 -0
  38. data/academic_data/stoplist.txt +16 -1
  39. data/academic_data/sv/edu/liveusam.txt +2 -0
  40. data/academic_data/th/ac/sf.txt +1 -0
  41. data/academic_data/tn/u-sousse/isgs.txt +2 -0
  42. data/academic_data/tw/edu/takming.txt +2 -0
  43. data/academic_data/ua/dp/kre.txt +2 -0
  44. data/academic_data/uk/ac/abingdon-witney.txt +1 -0
  45. data/academic_data/uk/ac/wbs/mail.txt +1 -0
  46. data/academic_data/uk/sch/sutton/glenthorne.txt +1 -0
  47. data/academic_data/vn/edu/caodangvietmy.txt +2 -0
  48. data/academic_data/vn/edu/vinschool.txt +1 -0
  49. data/academic_data/zw/ac/hit.txt +2 -0
  50. data/data/lib/domains/stoplist.txt +16 -1
  51. data/lib/swot.rb +1 -1
  52. data/swot.gemspec +2 -8
  53. data/test/test_swot.rb +59 -1
  54. metadata +57 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33c30f26076cf99895a043fd8198313196903065a36cb75da7e8b909349bcd5a
4
- data.tar.gz: 1c459691c80629c2c1ab7080ece1e8191b2a0c9b1248818ef45eab154d4b00d7
3
+ metadata.gz: 989413ded407daaeab9b4c6365cffb42707de3abbb6777716de6498859f9050b
4
+ data.tar.gz: 8785a8fdb299d7b3935b6a41637be7b9e67222321c337543c45599eabf2ab93d
5
5
  SHA512:
6
- metadata.gz: 7ab2abceb88bb70d17005761ae300d302d37ac0883a5c368efa31d8348140844a29764a7cc578a16c9768406d2f813837014aeab92b33e5f47aef1fb9e96ae84
7
- data.tar.gz: c11b7bf5cd4f5dbe466e1be23698ab2b64035ae06fc5aeda219117a643c890ed0c2b932430ddb211a200ea6ebc8380d480252adb7d59874fd9e488471fe49294
6
+ metadata.gz: e10d52340a504a01cd98fc9c42fc72c318e52a5c4a3b7bc8a19c0feb17bfcf6fd39e0746a4abd4fbc763c71f0a371f7084b97363144f8f28ffd81d3c2a015af0
7
+ data.tar.gz: 8f88638d29294ca430a9731125299a27fbf77ff45ae5099fdbd460d501132ff240e04f32fb173d4299b392d98c3cbb6dbdd726bbd08fae65ae8434b5c13455e8
data/Gemfile CHANGED
@@ -1,13 +1,12 @@
1
- source "http://rubygems.org"
1
+ source "https://rubygems.org"
2
2
 
3
3
  gem 'public_suffix'
4
4
  gem 'naughty_or_nice', "~> 2.0"
5
5
 
6
6
  group :development do
7
7
  gem "nokogiri", "~> 1.5"
8
- gem "rake", "~> 13.0"
9
- gem "rdoc", "~> 3.12"
10
- gem "bundler", "~> 2.2"
8
+ gem "rake"
9
+ gem "bundler"
11
10
  gem "minitest", "~> 4.7.5"
12
11
  end
13
12
 
data/README.md CHANGED
@@ -108,11 +108,10 @@ Hopefully, you'll be surprised by some of this:
108
108
 
109
109
  If you verified this by visiting all of the websites, how long did it take you? Did you have fun? Imagine you had to do this 10 - 100 times every day. Now you know a little something about the inspiration for Swot. Swot can verify them all in a fraction of a second and remove a :poop: part of someone's job.
110
110
 
111
- ### See Also
112
-
113
- * [gman](https://github.com/benbalter/gman) - like swot, but for government emails
114
- * [swotphp](https://github.com/mdwheele/swotphp) - PHP port of Swot
115
- * [swot-js](https://github.com/theotow/swot-js) - JS port of Swot
116
- * [swot-simple](https://github.com/mapbox/swot-simple) - JS port of Swot
117
- * [swot-clj](https://github.com/ipavl/swot-clj) - Clojure port of Swot
118
- * [swot](https://github.com/abadojack/swot) - Go port of Swot
111
+ #### Contributing to Swot
112
+
113
+ ##### Updating the database
114
+
115
+ https://github.com/jetbrains/swot is the canonical source of truth for the list of domains.
116
+ If you want to add a new domain, please submit a pull request there. This database is updated
117
+ periodically based on the information in that repository.
data/Rakefile CHANGED
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  require 'rubygems'
4
2
  require 'bundler'
5
3
  begin
@@ -0,0 +1,2 @@
1
+ HAK.HAS Linz International Business School
2
+ HAK.HAS Linz International Business School
@@ -0,0 +1 @@
1
+ Southern Cross Catholic College Annandale
@@ -0,0 +1 @@
1
+ Northside Christian College
@@ -0,0 +1,2 @@
1
+ St Peters Lutheran College
2
+ St Peters Lutheran College
@@ -0,0 +1 @@
1
+ Daffodil Institute of IT
@@ -0,0 +1 @@
1
+ Cégep de Saint-Laurent
@@ -0,0 +1 @@
1
+ Kantonsschule Baden
@@ -0,0 +1,2 @@
1
+ 中国科学院数学与系统科学研究院
2
+ Academy of Mathematics and Systems Science, Chinese Academy of Sciences
@@ -0,0 +1 @@
1
+ Ceipa Business School
@@ -0,0 +1 @@
1
+ I.E.M. San Juan Bautista De la Salle
@@ -0,0 +1 @@
1
+ FP Zornotza
@@ -0,0 +1,2 @@
1
+ 湖南软件职业技术大学
2
+ Hunan Software Vocational and Technical University
@@ -0,0 +1 @@
1
+ Liborius Gymnasium Dessau
@@ -0,0 +1 @@
1
+ Heinrich-Schickhardt-Schule
@@ -0,0 +1 @@
1
+ Technische Universität Nürnberg
@@ -0,0 +1 @@
1
+ STMIK Horizon Karawang
@@ -0,0 +1 @@
1
+ CGR International School, India
@@ -0,0 +1,2 @@
1
+ Yeshwantrao Chavan College of Engineering (YCCE), Nagpur
2
+ Yeshwantrao Chavan College of Engineering (YCCE), Nagpur
@@ -0,0 +1 @@
1
+ Liceo Scientifico Statale Leon Battista Alberti
@@ -0,0 +1,2 @@
1
+ Centrul de Excelență în Economie și Finanțe
2
+ Center of Excellence in Economics and Finance
@@ -0,0 +1 @@
1
+ Centro de Estudios Tecnológicos Industrial y de Servicios No. 108
@@ -0,0 +1 @@
1
+ Universidad Politécnica de Tlaxcala
@@ -0,0 +1,2 @@
1
+ Universidad Autonoma de Occidente
2
+ Autonomous University of Occident
@@ -0,0 +1 @@
1
+ federal University Dutsin-ma Katsina State Nigeria
@@ -0,0 +1 @@
1
+ Himalayan Institute of Science and Technology
@@ -0,0 +1,2 @@
1
+ Arrowhead Christian Academy
2
+ Redlands Christian Schools
@@ -0,0 +1 @@
1
+ Government Polytechnic Ranchi
@@ -0,0 +1 @@
1
+ Nonsuch High School For Girls
@@ -0,0 +1 @@
1
+ One World International School
@@ -0,0 +1,2 @@
1
+ Arrowhead Christian Academy
2
+ Redlands Christian Schools
@@ -0,0 +1 @@
1
+ Bernards High School
@@ -0,0 +1 @@
1
+ Southern Lehigh High School
@@ -0,0 +1,2 @@
1
+ جامعة حفر الباطن
2
+ University of Hafr Al Batin
@@ -1378,4 +1378,19 @@ duocuc.cl
1378
1378
  cotc.edu
1379
1379
  student.wallacestate.edu
1380
1380
  tecnocomfenalco.edu.co
1381
- live.acibadem.edu.tr
1381
+ live.acibadem.edu.tr
1382
+ alumnos.udg.mx
1383
+ strose.edu
1384
+ mymdc.net
1385
+ ncr1.deped.gov.ph
1386
+ apps.ntpc.edu.tw
1387
+ cuc.edu.co
1388
+ ois.edu.pa
1389
+ uam.edu.pa
1390
+ unah.edu.hn
1391
+ iesdelatuel.edu.ar
1392
+ bjmu.edu.cn
1393
+ mail.uca.es
1394
+ mail.smasidhikarya.sch.id
1395
+ bupt.edu.cn
1396
+ bupt.cn
@@ -0,0 +1,2 @@
1
+ Universidad Salvadoreña Alberto Masferrer
2
+ Alberto Masferrer Salvadoran University
@@ -0,0 +1 @@
1
+ เซนต์ฟรังซีสซาเวียร์คอนแวนต์
@@ -0,0 +1,2 @@
1
+ Institut supérieur de gestion de Sousse
2
+ Sousse Higher Institute of Management
@@ -0,0 +1,2 @@
1
+ 德明財金科技大學
2
+ Takming University of Science and Technology
@@ -0,0 +1,2 @@
1
+ Дніпровський фаховий коледж радіоелектроніки
2
+ Dnipro Applied College of Radio Electronics
@@ -0,0 +1 @@
1
+ Abingdon Witney College
@@ -0,0 +1 @@
1
+ Warwick Business School
@@ -0,0 +1 @@
1
+ Glenthorne Highschool
@@ -0,0 +1,2 @@
1
+ Cao đẳng Việt Mỹ
2
+ American Polytechnic College-APC
@@ -0,0 +1 @@
1
+ VINGROUP school
@@ -0,0 +1,2 @@
1
+ Harare Institute of Technology
2
+ Harare Institute of Technology
@@ -1378,4 +1378,19 @@ duocuc.cl
1378
1378
  cotc.edu
1379
1379
  student.wallacestate.edu
1380
1380
  tecnocomfenalco.edu.co
1381
- live.acibadem.edu.tr
1381
+ live.acibadem.edu.tr
1382
+ alumnos.udg.mx
1383
+ strose.edu
1384
+ mymdc.net
1385
+ ncr1.deped.gov.ph
1386
+ apps.ntpc.edu.tw
1387
+ cuc.edu.co
1388
+ ois.edu.pa
1389
+ uam.edu.pa
1390
+ unah.edu.hn
1391
+ iesdelatuel.edu.ar
1392
+ bjmu.edu.cn
1393
+ mail.uca.es
1394
+ mail.smasidhikarya.sch.id
1395
+ bupt.edu.cn
1396
+ bupt.cn
data/lib/swot.rb CHANGED
@@ -5,7 +5,7 @@ require_relative "swot/collection_methods"
5
5
 
6
6
  class Swot
7
7
 
8
- VERSION = "1.0.4"
8
+ VERSION = "1.0.5"
9
9
 
10
10
  # These are domains that snuck into the edu registry,
11
11
  # but don't pass the education sniff test
data/swot.gemspec CHANGED
@@ -1,18 +1,12 @@
1
- # -*- encoding: utf-8 -*-
2
1
  Gem::Specification.new do |s|
3
2
  s.name = "swot-ruby"
4
- s.version = "1.0.4.20230714"
3
+ s.version = "1.0.5.20230718"
5
4
 
6
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
7
6
  s.authors = ["Dave Kimura", "Lee Reilly"]
8
7
  s.date = "2023-06-10"
9
8
  s.description = "Identify email addresses or domains names that belong to colleges or universities. Help automate the process of approving or rejecting academic discounts."
10
9
  s.email = "dave@k-innovations.net"
11
- s.extra_rdoc_files = [
12
- "LICENSE.txt",
13
- "README.md"
14
- ]
15
-
16
10
  s.files = `git ls-files -z`.split("\x0") + Dir['data/lib/domains/*']
17
11
 
18
12
  s.homepage = "https://github.com/kobaltz/swot"
@@ -23,7 +17,7 @@ Gem::Specification.new do |s|
23
17
  s.summary = "Identify email addresses or domains names that belong to colleges or universities."
24
18
  s.test_files = ["test/helper.rb", "test/test_collection_methods.rb", "test/test_swot.rb"]
25
19
 
26
- s.add_dependency('public_suffix', ">= 0")
27
20
  s.add_dependency('naughty_or_nice', "~> 2.0")
21
+ s.add_dependency('public_suffix', ">= 0")
28
22
  end
29
23
 
data/test/test_swot.rb CHANGED
@@ -46,7 +46,65 @@ describe Swot do
46
46
  assert_not Swot::is_academic?('gmail.com')
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
+ assert_not Swot::is_academic?('dave@faculdadefia.edu.br')
51
+ assert_not Swot::is_academic?('dave@hait.edu.cn')
52
+ assert_not Swot::is_academic?('dave@uteco.edu.do')
53
+ assert_not Swot::is_academic?('dave@uca.edu.ar')
54
+ assert_not Swot::is_academic?('dave@mail.chzu.edu.cn')
55
+ assert_not Swot::is_academic?('dave@my.barstow.edu')
56
+ assert_not Swot::is_academic?('dave@student.ccp.edu')
57
+ assert_not Swot::is_academic?('dave@students.prairiestate.edu')
58
+ assert_not Swot::is_academic?('dave@sinclair.edu')
59
+ assert_not Swot::is_academic?('dave@collin.edu')
60
+ assert_not Swot::is_academic?('dave@buc.blinn.edu')
61
+ assert_not Swot::is_academic?('dave@roxbury.edu')
62
+ assert_not Swot::is_academic?('dave@stchas.edu')
63
+ assert_not Swot::is_academic?('dave@email.tjc.edu')
64
+ assert_not Swot::is_academic?('dave@stud.tjut.edu.cn')
65
+ assert_not Swot::is_academic?('dave@njit.edu.cn')
66
+ assert_not Swot::is_academic?('dave@hait.edu.cn')
67
+ assert_not Swot::is_academic?('dave@stumail.sdut.edu.cn')
68
+ assert_not Swot::is_academic?('dave@ucsiuniversity.edu.my')
69
+ assert_not Swot::is_academic?('dave@asu.edu')
70
+ assert_not Swot::is_academic?('dave@student.ptss.edu.my')
71
+ assert_not Swot::is_academic?('dave@buc.edu.eg')
72
+ assert_not Swot::is_academic?('dave@hbtcm.edu.cn')
73
+ assert_not Swot::is_academic?('dave@campusucc.edu.co')
74
+ assert_not Swot::is_academic?('dave@student.utem.edu.my')
75
+ assert_not Swot::is_academic?('dave@pucgo.edu.br')
76
+ assert_not Swot::is_academic?('dave@mahasiswa.itb.ac.id')
77
+ assert_not Swot::is_academic?('dave@case.edu')
78
+ assert_not Swot::is_academic?('dave@uncp.edu.pe')
79
+ assert_not Swot::is_academic?('dave@edu.azores.gov.pt')
80
+ assert_not Swot::is_academic?('dave@dyptc.edu.in')
81
+ assert_not Swot::is_academic?('dave@mubs.ac.ug')
82
+ assert_not Swot::is_academic?('dave@aluno.unip.br')
83
+ assert_not Swot::is_academic?('dave@jmpaneracollege.com')
84
+ assert_not Swot::is_academic?('dave@dtcc.edu')
85
+ assert_not Swot::is_academic?('dave@wwcc.edu')
86
+ assert_not Swot::is_academic?('dave@aluno.unicarioca.edu.br')
87
+ assert_not Swot::is_academic?('dave@indoamerica.edu.ec')
88
+ assert_not Swot::is_academic?('dave@workschool.ca')
89
+ assert_not Swot::is_academic?('dave@umbc.edu')
90
+ assert_not Swot::is_academic?('dave@azhar.edu.eg')
91
+ assert_not Swot::is_academic?('dave@cibertec.edu.pe')
92
+ assert_not Swot::is_academic?('dave@ivytech.edu')
93
+ assert_not Swot::is_academic?('dave@my.stchas.edu')
94
+ assert_not Swot::is_academic?('dave@student.egcc.edu')
95
+ assert_not Swot::is_academic?('dave@holmescc.edu')
96
+ assert_not Swot::is_academic?('dave@navarrocollege.edu')
97
+ assert_not Swot::is_academic?('dave@alumni.imperial.ac.uk')
98
+ assert_not Swot::is_academic?('dave@cwru.edu')
99
+ assert_not Swot::is_academic?('dave@mec.edu.py')
100
+ assert_not Swot::is_academic?('dave@mu.edu.sa')
101
+ assert_not Swot::is_academic?('dave@itstep.academy')
102
+ assert_not Swot::is_academic?('dave@moe-dl.edu.my')
103
+ assert_not Swot::is_academic?('dave@lau.edu')
104
+ assert_not Swot::is_academic?('dave@os-dkorac.edu.me')
105
+ assert_not Swot::is_academic?('dave@ghanacu.org')
106
+ assert_not Swot::is_academic?('dave@continental.edu.pe')
107
+ assert_not Swot::is_academic?('dave@utch.edu.co')
50
108
  assert_not Swot::is_academic?(nil)
51
109
  assert_not Swot::is_academic?('')
52
110
  assert_not Swot::is_academic?('the')
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.4.20230714
4
+ version: 1.0.5.20230718
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Kimura
@@ -12,41 +12,39 @@ cert_chain: []
12
12
  date: 2023-06-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
- name: public_suffix
15
+ name: naughty_or_nice
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ">="
18
+ - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: '0'
20
+ version: '2.0'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ">="
25
+ - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: '0'
27
+ version: '2.0'
28
28
  - !ruby/object:Gem::Dependency
29
- name: naughty_or_nice
29
+ name: public_suffix
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - "~>"
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
- version: '2.0'
34
+ version: '0'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - "~>"
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
- version: '2.0'
41
+ version: '0'
42
42
  description: Identify email addresses or domains names that belong to colleges or
43
43
  universities. Help automate the process of approving or rejecting academic discounts.
44
44
  email: dave@k-innovations.net
45
45
  executables: []
46
46
  extensions: []
47
- extra_rdoc_files:
48
- - LICENSE.txt
49
- - README.md
47
+ extra_rdoc_files: []
50
48
  files:
51
49
  - ".github/workflows/ruby.yml"
52
50
  - ".github/workflows/update_domains.yml"
@@ -396,6 +394,7 @@ files:
396
394
  - academic_data/at/hak-bregenz.txt
397
395
  - academic_data/at/hak-frk.txt
398
396
  - academic_data/at/hak-liezen.txt
397
+ - academic_data/at/hak-linz.txt
399
398
  - academic_data/at/hak-op.txt
400
399
  - academic_data/at/hakneumarkt.txt
401
400
  - academic_data/at/hakspittal.txt
@@ -508,6 +507,7 @@ files:
508
507
  - academic_data/au/edu/catholic/cardijn.txt
509
508
  - academic_data/au/edu/catholic/parrastu.txt
510
509
  - academic_data/au/edu/catholic/rokstu.txt
510
+ - academic_data/au/edu/catholic/sctsv.txt
511
511
  - academic_data/au/edu/catholic/sydstu.txt
512
512
  - academic_data/au/edu/cdu.txt
513
513
  - academic_data/au/edu/cem.txt
@@ -593,10 +593,12 @@ files:
593
593
  - academic_data/au/edu/qld/jpc.txt
594
594
  - academic_data/au/edu/qld/msm.txt
595
595
  - academic_data/au/edu/qld/mta.txt
596
+ - academic_data/au/edu/qld/northside/students.txt
596
597
  - academic_data/au/edu/qld/saac.txt
597
598
  - academic_data/au/edu/qld/somerset.txt
598
599
  - academic_data/au/edu/qld/stpatricks.txt
599
600
  - academic_data/au/edu/qld/stpauls.txt
601
+ - academic_data/au/edu/qld/stpeters.txt
600
602
  - academic_data/au/edu/qld/thelakes.txt
601
603
  - academic_data/au/edu/qld/tss.txt
602
604
  - academic_data/au/edu/qld/vnc.txt
@@ -749,6 +751,7 @@ files:
749
751
  - academic_data/bd/edu/bup.txt
750
752
  - academic_data/bd/edu/cityuniversity.txt
751
753
  - academic_data/bd/edu/daffodilvarsity.txt
754
+ - academic_data/bd/edu/diit.txt
752
755
  - academic_data/bd/edu/dis.txt
753
756
  - academic_data/bd/edu/easternuni.txt
754
757
  - academic_data/bd/edu/iub.txt
@@ -2153,6 +2156,7 @@ files:
2153
2156
  - academic_data/ca/qc/cegeplapocatiere.txt
2154
2157
  - academic_data/ca/qc/cegepoutaouais.txt
2155
2158
  - academic_data/ca/qc/cegepsherbrooke.txt
2159
+ - academic_data/ca/qc/cegepsl.txt
2156
2160
  - academic_data/ca/qc/cegepst.txt
2157
2161
  - academic_data/ca/qc/cegepsth.txt
2158
2162
  - academic_data/ca/qc/cegeptr.txt
@@ -2463,6 +2467,7 @@ files:
2463
2467
  - academic_data/ch/kme.txt
2464
2468
  - academic_data/ch/kollegistans.txt
2465
2469
  - academic_data/ch/ksb-sg.txt
2470
+ - academic_data/ch/ksba/students.txt
2466
2471
  - academic_data/ch/ksbg.txt
2467
2472
  - academic_data/ch/kshp.txt
2468
2473
  - academic_data/ch/ksimlee/stud.txt
@@ -2668,6 +2673,7 @@ files:
2668
2673
  - academic_data/cm/univ-maroua.txt
2669
2674
  - academic_data/cm/univ-ndere.txt
2670
2675
  - academic_data/cn/ac/aircas.txt
2676
+ - academic_data/cn/ac/amss.txt
2671
2677
  - academic_data/cn/ac/big.txt
2672
2678
  - academic_data/cn/ac/caf.txt
2673
2679
  - academic_data/cn/ac/cea-igp.txt
@@ -3223,6 +3229,7 @@ files:
3223
3229
  - academic_data/co/edu/bellasartes.txt
3224
3230
  - academic_data/co/edu/campusucc.txt
3225
3231
  - academic_data/co/edu/cecar.txt
3232
+ - academic_data/co/edu/ceipa/virtual.txt
3226
3233
  - academic_data/co/edu/ces.txt
3227
3234
  - academic_data/co/edu/cesa.txt
3228
3235
  - academic_data/co/edu/cgb.txt
@@ -3283,6 +3290,7 @@ files:
3283
3290
  - academic_data/co/edu/laarboleda.txt
3284
3291
  - academic_data/co/edu/lakhumbre.txt
3285
3292
  - academic_data/co/edu/lasalle.txt
3293
+ - academic_data/co/edu/lasallezipaquira.txt
3286
3294
  - academic_data/co/edu/lasierra.txt
3287
3295
  - academic_data/co/edu/libertadores.txt
3288
3296
  - academic_data/co/edu/miremington.txt
@@ -3655,6 +3663,7 @@ files:
3655
3663
  - academic_data/com/foundationu.txt
3656
3664
  - academic_data/com/foundationuniversity.txt
3657
3665
  - academic_data/com/fpdrioja.txt
3666
+ - academic_data/com/fpzornotza.txt
3658
3667
  - academic_data/com/frhsd.txt
3659
3668
  - academic_data/com/ftmsglobal.txt
3660
3669
  - academic_data/com/fullsail.txt
@@ -3690,6 +3699,7 @@ files:
3690
3699
  - academic_data/com/hartismere.txt
3691
3700
  - academic_data/com/hbhgkj.txt
3692
3701
  - academic_data/com/hessleacademy.txt
3702
+ - academic_data/com/hnsoftedu.txt
3693
3703
  - academic_data/com/hnxxc.txt
3694
3704
  - academic_data/com/holbertonschool.txt
3695
3705
  - academic_data/com/holbertonstudents.txt
@@ -4665,6 +4675,7 @@ files:
4665
4675
  - academic_data/de/ernestinum-rinteln.txt
4666
4676
  - academic_data/de/ers-hameln.txt
4667
4677
  - academic_data/de/ess-erfurt.txt
4678
+ - academic_data/de/ess-liborius.txt
4668
4679
  - academic_data/de/eufh-mail.txt
4669
4680
  - academic_data/de/eufh.txt
4670
4681
  - academic_data/de/europa-uni.txt
@@ -5010,6 +5021,7 @@ files:
5010
5021
  - academic_data/de/hshl.txt
5011
5022
  - academic_data/de/hss-wi.txt
5012
5023
  - academic_data/de/hss-wiesloch.txt
5024
+ - academic_data/de/hssfds.txt
5013
5025
  - academic_data/de/hsu-hh.txt
5014
5026
  - academic_data/de/hsw-hameln.txt
5015
5027
  - academic_data/de/hsw-stud.txt
@@ -5513,6 +5525,7 @@ files:
5513
5525
  - academic_data/de/uos.txt
5514
5526
  - academic_data/de/upb.txt
5515
5527
  - academic_data/de/ursulinenschule.txt
5528
+ - academic_data/de/utn.txt
5516
5529
  - academic_data/de/vbs-lauterbach.txt
5517
5530
  - academic_data/de/versus-wf/grosse-schule.txt
5518
5531
  - academic_data/de/victoria-hochschule.txt
@@ -9311,6 +9324,7 @@ files:
9311
9324
  - academic_data/id/ac/gunadarma.txt
9312
9325
  - academic_data/id/ac/handayani.txt
9313
9326
  - academic_data/id/ac/handayani/student.txt
9327
+ - academic_data/id/ac/horizon/krw.txt
9314
9328
  - academic_data/id/ac/iailm.txt
9315
9329
  - academic_data/id/ac/ibik.txt
9316
9330
  - academic_data/id/ac/icpa-banyuwangi.txt
@@ -10065,6 +10079,7 @@ files:
10065
10079
  - academic_data/in/edu/aot.txt
10066
10080
  - academic_data/in/edu/cambridge.txt
10067
10081
  - academic_data/in/edu/cet.txt
10082
+ - academic_data/in/edu/cgrinternationalschool.txt
10068
10083
  - academic_data/in/edu/charusat.txt
10069
10084
  - academic_data/in/edu/cit.txt
10070
10085
  - academic_data/in/edu/dituniversity.txt
@@ -10180,6 +10195,7 @@ files:
10180
10195
  - academic_data/in/tnu.txt
10181
10196
  - academic_data/in/veckavali.txt
10182
10197
  - academic_data/in/vnrvjiet.txt
10198
+ - academic_data/in/ycce.txt
10183
10199
  - academic_data/info/128sou-sofia.txt
10184
10200
  - academic_data/info/blathy.txt
10185
10201
  - academic_data/info/cfvw-gymnasium.txt
@@ -10518,6 +10534,7 @@ files:
10518
10534
  - academic_data/it/edu/ittsrimini.txt
10519
10535
  - academic_data/it/edu/ittsscalfaro.txt
10520
10536
  - academic_data/it/edu/ittvt.txt
10537
+ - academic_data/it/edu/liceoalbertinapoli.txt
10521
10538
  - academic_data/it/edu/liceoamaldi.txt
10522
10539
  - academic_data/it/edu/liceoaselli.txt
10523
10540
  - academic_data/it/edu/liceochinimichelangelo.txt
@@ -11810,6 +11827,7 @@ files:
11810
11827
  - academic_data/ma/usms.txt
11811
11828
  - academic_data/ma/youcode/student.txt
11812
11829
  - academic_data/md/ase.txt
11830
+ - academic_data/md/ceef.txt
11813
11831
  - academic_data/md/ceiti.txt
11814
11832
  - academic_data/md/kdu.txt
11815
11833
  - academic_data/md/ltpetrestefanuca.txt
@@ -11973,6 +11991,7 @@ files:
11973
11991
  - academic_data/mx/edu/cenyca.txt
11974
11992
  - academic_data/mx/edu/cesun.txt
11975
11993
  - academic_data/mx/edu/cesunbc.txt
11994
+ - academic_data/mx/edu/cetis108.txt
11976
11995
  - academic_data/mx/edu/cetys.txt
11977
11996
  - academic_data/mx/edu/ceu.txt
11978
11997
  - academic_data/mx/edu/cgcarmen.txt
@@ -12139,6 +12158,7 @@ files:
12139
12158
  - academic_data/mx/edu/upsrj.txt
12140
12159
  - academic_data/mx/edu/upt.txt
12141
12160
  - academic_data/mx/edu/uptecamac.txt
12161
+ - academic_data/mx/edu/uptlax.txt
12142
12162
  - academic_data/mx/edu/uptlaxponiente/sise.txt
12143
12163
  - academic_data/mx/edu/upv.txt
12144
12164
  - academic_data/mx/edu/upvm.txt
@@ -12227,6 +12247,7 @@ files:
12227
12247
  - academic_data/mx/uach.txt
12228
12248
  - academic_data/mx/uacj.txt
12229
12249
  - academic_data/mx/uadec.txt
12250
+ - academic_data/mx/uadeo.txt
12230
12251
  - academic_data/mx/uady.txt
12231
12252
  - academic_data/mx/uaem.txt
12232
12253
  - academic_data/mx/uaemex.txt
@@ -12880,6 +12901,7 @@ files:
12880
12901
  - academic_data/ng/edu/flyingdoveinstitute.txt
12881
12902
  - academic_data/ng/edu/fptb.txt
12882
12903
  - academic_data/ng/edu/fud.txt
12904
+ - academic_data/ng/edu/fudutsinma.txt
12883
12905
  - academic_data/ng/edu/fugusau.txt
12884
12906
  - academic_data/ng/edu/fukashere.txt
12885
12907
  - academic_data/ng/edu/fulafia/student.txt
@@ -13364,6 +13386,7 @@ files:
13364
13386
  - academic_data/np/edu/heraldintlcollege.txt
13365
13387
  - academic_data/np/edu/hetaudacitycollege.txt
13366
13388
  - academic_data/np/edu/himalayacollege.txt
13389
+ - academic_data/np/edu/hist.txt
13367
13390
  - academic_data/np/edu/hsm.txt
13368
13391
  - academic_data/np/edu/ica/s.txt
13369
13392
  - academic_data/np/edu/icp.txt
@@ -13593,6 +13616,7 @@ files:
13593
13616
  - academic_data/org/aabfs.txt
13594
13617
  - academic_data/org/aacps.txt
13595
13618
  - academic_data/org/abschools.txt
13619
+ - academic_data/org/acarcs.txt
13596
13620
  - academic_data/org/acitech.txt
13597
13621
  - academic_data/org/acwhcc.txt
13598
13622
  - academic_data/org/adams-central.txt
@@ -13980,6 +14004,7 @@ files:
13980
14004
  - academic_data/org/gniindia.txt
13981
14005
  - academic_data/org/gocommodores.txt
13982
14006
  - academic_data/org/gouldacademy.txt
14007
+ - academic_data/org/gpranchi.txt
13983
14008
  - academic_data/org/gpsne.txt
13984
14009
  - academic_data/org/graniteschools.txt
13985
14010
  - academic_data/org/granitesd.txt
@@ -14350,6 +14375,7 @@ files:
14350
14375
  - academic_data/org/nimsuniversity.txt
14351
14376
  - academic_data/org/nkcschools.txt
14352
14377
  - academic_data/org/nlpanthers.txt
14378
+ - academic_data/org/nonsuchschool.txt
14353
14379
  - academic_data/org/nordakademie.txt
14354
14380
  - academic_data/org/norfolkacademy.txt
14355
14381
  - academic_data/org/northeastacademy.txt
@@ -14382,6 +14408,7 @@ files:
14382
14408
  - academic_data/org/orchardview/students.txt
14383
14409
  - academic_data/org/ousd.txt
14384
14410
  - academic_data/org/ovidunivconstanta-edu.txt
14411
+ - academic_data/org/owis.txt
14385
14412
  - academic_data/org/oxfordpublicschools/apps.txt
14386
14413
  - academic_data/org/oxfordspiresacademy.txt
14387
14414
  - academic_data/org/paadultschool.txt
@@ -14447,6 +14474,7 @@ files:
14447
14474
  - academic_data/org/rawsonsaunders.txt
14448
14475
  - academic_data/org/rdale.txt
14449
14476
  - academic_data/org/redcad.txt
14477
+ - academic_data/org/redlandschristian.txt
14450
14478
  - academic_data/org/redmondschools.txt
14451
14479
  - academic_data/org/region16ct.txt
14452
14480
  - academic_data/org/regis.txt
@@ -14522,6 +14550,7 @@ files:
14522
14550
  - academic_data/org/shenschools.txt
14523
14551
  - academic_data/org/shriswaminarayanmission.txt
14524
14552
  - academic_data/org/shschools.txt
14553
+ - academic_data/org/shsd/student.txt
14525
14554
  - academic_data/org/siai.txt
14526
14555
  - academic_data/org/siasindia.txt
14527
14556
  - academic_data/org/sibadi.txt
@@ -14540,6 +14569,7 @@ files:
14540
14569
  - academic_data/org/sonomaacademy.txt
14541
14570
  - academic_data/org/southasia-uni.txt
14542
14571
  - academic_data/org/southwestcoloradoeschool.txt
14572
+ - academic_data/org/spartandocs.txt
14543
14573
  - academic_data/org/spartanmed.txt
14544
14574
  - academic_data/org/spencerportschools.txt
14545
14575
  - academic_data/org/spjain.txt
@@ -16825,6 +16855,7 @@ files:
16825
16855
  - academic_data/sa/edu/tvtc.txt
16826
16856
  - academic_data/sa/edu/ucj.txt
16827
16857
  - academic_data/sa/edu/ud.txt
16858
+ - academic_data/sa/edu/uhb.txt
16828
16859
  - academic_data/sa/edu/uoh.txt
16829
16860
  - academic_data/sa/edu/upm.txt
16830
16861
  - academic_data/sa/edu/uqu.txt
@@ -17250,6 +17281,7 @@ files:
17250
17281
  - academic_data/sv/edu/esen.txt
17251
17282
  - academic_data/sv/edu/itca.txt
17252
17283
  - academic_data/sv/edu/itcha.txt
17284
+ - academic_data/sv/edu/liveusam.txt
17253
17285
  - academic_data/sv/edu/uae.txt
17254
17286
  - academic_data/sv/edu/uca.txt
17255
17287
  - academic_data/sv/edu/ucad.txt
@@ -17419,6 +17451,7 @@ files:
17419
17451
  - academic_data/th/ac/satriwit3.txt
17420
17452
  - academic_data/th/ac/sau.txt
17421
17453
  - academic_data/th/ac/sd/student.txt
17454
+ - academic_data/th/ac/sf.txt
17422
17455
  - academic_data/th/ac/sg.txt
17423
17456
  - academic_data/th/ac/siamtech.txt
17424
17457
  - academic_data/th/ac/siamtechno.txt
@@ -17557,6 +17590,7 @@ files:
17557
17590
  - academic_data/tn/u-sfax/isimsf.txt
17558
17591
  - academic_data/tn/u-sousse/eniso.txt
17559
17592
  - academic_data/tn/u-sousse/essths.txt
17593
+ - academic_data/tn/u-sousse/isgs.txt
17560
17594
  - academic_data/tn/u-sousse/isitc.txt
17561
17595
  - academic_data/tn/u-sousse/issatso.txt
17562
17596
  - academic_data/tn/u-tunis/ensit.txt
@@ -18029,6 +18063,7 @@ files:
18029
18063
  - academic_data/tw/edu/stust.txt
18030
18064
  - academic_data/tw/edu/stut.txt
18031
18065
  - academic_data/tw/edu/tajen/student.txt
18066
+ - academic_data/tw/edu/takming.txt
18032
18067
  - academic_data/tw/edu/takming/cc.txt
18033
18068
  - academic_data/tw/edu/takming/gs.txt
18034
18069
  - academic_data/tw/edu/tas.txt
@@ -18144,6 +18179,7 @@ files:
18144
18179
  - academic_data/ua/dp/dnulive/ftf.txt
18145
18180
  - academic_data/ua/dp/dsma.txt
18146
18181
  - academic_data/ua/dp/dstu.txt
18182
+ - academic_data/ua/dp/kre.txt
18147
18183
  - academic_data/ua/dp/pgasa/365.txt
18148
18184
  - academic_data/ua/dp/umsf.txt
18149
18185
  - academic_data/ua/edu/auk.txt
@@ -18400,6 +18436,7 @@ files:
18400
18436
  - academic_data/uk/ac/abdn.txt
18401
18437
  - academic_data/uk/ac/aber.txt
18402
18438
  - academic_data/uk/ac/abertay.txt
18439
+ - academic_data/uk/ac/abingdon-witney.txt
18403
18440
  - academic_data/uk/ac/activatelearning.txt
18404
18441
  - academic_data/uk/ac/ada.txt
18405
18442
  - academic_data/uk/ac/anglia.txt
@@ -18727,6 +18764,7 @@ files:
18727
18764
  - academic_data/uk/ac/wales.txt
18728
18765
  - academic_data/uk/ac/warwick.txt
18729
18766
  - academic_data/uk/ac/warwickshire.txt
18767
+ - academic_data/uk/ac/wbs/mail.txt
18730
18768
  - academic_data/uk/ac/westherts/student.txt
18731
18769
  - academic_data/uk/ac/westminster.txt
18732
18770
  - academic_data/uk/ac/wimbledon.txt
@@ -19042,6 +19080,7 @@ files:
19042
19080
  - academic_data/uk/sch/surrey/claremont.txt
19043
19081
  - academic_data/uk/sch/surrey/stjohns.txt
19044
19082
  - academic_data/uk/sch/sutton/cheam.txt
19083
+ - academic_data/uk/sch/sutton/glenthorne.txt
19045
19084
  - academic_data/uk/sch/worcs/droitwichspahigh.txt
19046
19085
  - academic_data/uk/sch/worcs/southbromsgrove.txt
19047
19086
  - academic_data/uk/starmat/tgs.txt
@@ -19393,6 +19432,7 @@ files:
19393
19432
  - academic_data/vn/edu/c3chuvanan.txt
19394
19433
  - academic_data/vn/edu/c3lqdon-khanhhoa.txt
19395
19434
  - academic_data/vn/edu/cantho.txt
19435
+ - academic_data/vn/edu/caodangvietmy.txt
19396
19436
  - academic_data/vn/edu/caothang.txt
19397
19437
  - academic_data/vn/edu/cdythadong.txt
19398
19438
  - academic_data/vn/edu/chuyenthaibinh.txt
@@ -19636,6 +19676,7 @@ files:
19636
19676
  - academic_data/vn/edu/vietbac.txt
19637
19677
  - academic_data/vn/edu/vimaru.txt
19638
19678
  - academic_data/vn/edu/vinhuni.txt
19679
+ - academic_data/vn/edu/vinschool.txt
19639
19680
  - academic_data/vn/edu/vinuni.txt
19640
19681
  - academic_data/vn/edu/vjis.txt
19641
19682
  - academic_data/vn/edu/vlu.txt
@@ -19732,6 +19773,7 @@ files:
19732
19773
  - academic_data/zm/unza.txt
19733
19774
  - academic_data/zm/unza/www.txt
19734
19775
  - academic_data/zw/ac/cut.txt
19776
+ - academic_data/zw/ac/hit.txt
19735
19777
  - academic_data/zw/ac/msu.txt
19736
19778
  - academic_data/zw/ac/nust.txt
19737
19779
  - academic_data/zw/ac/riversidecollege.txt
@@ -19766,7 +19808,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
19766
19808
  - !ruby/object:Gem::Version
19767
19809
  version: '0'
19768
19810
  requirements: []
19769
- rubygems_version: 3.4.16
19811
+ rubygems_version: 3.4.17
19770
19812
  signing_key:
19771
19813
  specification_version: 4
19772
19814
  summary: Identify email addresses or domains names that belong to colleges or universities.