swot-ruby 1.0.5.20230909 → 1.0.5.20230911

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09a80ddd1f842f5090b0569fd7031f55623079a592f2858d954402a2067dfa0d'
4
- data.tar.gz: fbfd0ed0f0560dcee4fc2737a0ee44d016aad105100bed094524467a61b7c96a
3
+ metadata.gz: e4f8328258748549b596d56c7dd3eb2225acae9f6894af6c6dc9eaa7e9efa03d
4
+ data.tar.gz: a276c9cdcf59fbc78b4f4071f568746ddf8795c9b711fc519941dd01b1157df3
5
5
  SHA512:
6
- metadata.gz: 0fdab28f1d9613c3fdfcab671f35597b7aec445318474b7efd90620e9bd173c101ba6701af0f4fc4b6ebfa247cd25a248eeb103c121cf579ddbe5f32befeb740
7
- data.tar.gz: 67e5a6395c71f98e3bac8dc0e50c5d3979610b59b688761eaf5868e22d3a67225f1b5e59d93aa5040552392d86d432a0d95a0ab192a9de36b618af1a9d061a9a
6
+ metadata.gz: 39ef2f75f3e40c8e57ccf309fee27c25287ce159ad8f53b3d809e1e2947296881afa6c186a0d267099446b96fa30a9a068391e63c4121c470253b4fe500fea9b
7
+ data.tar.gz: 727aa9a9939fe356e25be243df39629aaf82b840565a045f7323f7df5694dda0e8a1ff4b239626a056a1854415083ee0007452bc968152b9fcd2308351a1e5f6
@@ -1720,4 +1720,5 @@ provo.edu
1720
1720
  mpgu.edu
1721
1721
  mahidol.ac.th
1722
1722
  svkmmumbai.onmicrosoft.com
1723
- barsanti.edu.it
1723
+ barsanti.edu.it
1724
+ e.ntu.edu.sg
@@ -1720,4 +1720,5 @@ provo.edu
1720
1720
  mpgu.edu
1721
1721
  mahidol.ac.th
1722
1722
  svkmmumbai.onmicrosoft.com
1723
- barsanti.edu.it
1723
+ barsanti.edu.it
1724
+ e.ntu.edu.sg
data/swot.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "swot-ruby"
3
- s.version = "1.0.5.20230909"
3
+ s.version = "1.0.5.20230911"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Dave Kimura", "Lee Reilly"]
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
- assert Swot::is_academic?('lee@uottawa.ca')
13
+ assert_not 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
- assert Swot::is_academic?('uottawa.ca')
41
+ assert_not 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
 
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.20230909
4
+ version: 1.0.5.20230911
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Kimura