swot-ruby 1.0.2.20230706 → 1.0.2.20230712
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/data/lib/domains/stoplist.txt +3 -2
- data/swot.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c800d1ddc9bbf7114cad239cb882a2256c4d05dc4d5eba7b2b41f72480413c7
|
4
|
+
data.tar.gz: 435b6ce509ca7330d905cbc9c0126a9e333e46be2ec02e7254ffb435d0ab2c50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c27f5832e05691b06d7100b21d23ea084d1203c3589bda31d062151fed93a6ed6a2d7b656d8efe8fffc8796cf6d242de7185279788a4b21af47389ac9a1af14
|
7
|
+
data.tar.gz: 1f532a77e72b76a1f9c192071d46e65058bc42c528b38c5fc2ee5427e7286c3047532477227f945e134b4fb72599abe9c59939a8cda3a7895cabd20cc0db657a
|
@@ -84,7 +84,6 @@ ecust.edu.cn
|
|
84
84
|
educn.ac.cn
|
85
85
|
edu.icoremail.net
|
86
86
|
edu.moi
|
87
|
-
edu.tanta.edu.eg
|
88
87
|
edu.uca.ma
|
89
88
|
edu.umi.ac.ma
|
90
89
|
email
|
@@ -1377,4 +1376,6 @@ estudante.sed.sc.gov.br
|
|
1377
1376
|
presidency.edu.in
|
1378
1377
|
duocuc.cl
|
1379
1378
|
cotc.edu
|
1380
|
-
student.wallacestate.edu
|
1379
|
+
student.wallacestate.edu
|
1380
|
+
tecnocomfenalco.edu.co
|
1381
|
+
live.acibadem.edu.tr
|
data/swot.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.name = "swot-ruby"
|
4
|
-
s.version = "1.0.2.
|
4
|
+
s.version = "1.0.2.20230712"
|
5
5
|
|
6
6
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
7
7
|
s.authors = ["Dave Kimura", "Lee Reilly"]
|
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.2.
|
4
|
+
version: 1.0.2.20230712
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Kimura
|
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
86
|
- !ruby/object:Gem::Version
|
87
87
|
version: '0'
|
88
88
|
requirements: []
|
89
|
-
rubygems_version: 3.4.
|
89
|
+
rubygems_version: 3.4.16
|
90
90
|
signing_key:
|
91
91
|
specification_version: 4
|
92
92
|
summary: Identify email addresses or domains names that belong to colleges or universities.
|