blackstack-core 1.2.8 → 1.2.9

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/extend_string.rb +14 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec4a7f0ff79d1a2d5b75fcfec7b550b0d1bc488cc5d53b5fa38a4c6c56e8988f
4
- data.tar.gz: 0544bda4b8b7d0ee1c041c34244dfc77c775a45775c7b846cf5213f59cd14950
3
+ metadata.gz: 5c877e577233283db175f62ba92c4975a4cdac81f9ea44ecc76cdc1645ab30d6
4
+ data.tar.gz: 92f6bc2e8a72b0b56caed5a323c518066392be8a3a6fd9fd258a5e0faadadd95
5
5
  SHA512:
6
- metadata.gz: 74c684e58c57dac13ad568cad95e1319fb1bc7db9f0e247fd169bbf6862ac205db5ba9a759111ba62c9bb87c5988753e330dbd685a67368847ea7af4aa15290f
7
- data.tar.gz: 3b51ad3b02c831291832e8e8ac5544ec71be93d52aa222840baf603b461019e25c6395441ade0d953224ade193c3692c3b71598111d2768312ceb81c0ccd1708
6
+ metadata.gz: 38fbaf98892cbafc15d7e94ded840677e5fe1082531be91768fff2fbbee2e0475bb1a09be6541686d4be90c56118ac303a37b8286bca5f7689a29abdb6661b66
7
+ data.tar.gz: fd957c0c43e294885b08ef3805136c2a4acc720339d9fcfeba54f3da642ca141f5cc7b159643a6216cc4a8b28a0d20e99773f8168a76ea09d59416e4be70632b
data/lib/extend_string.rb CHANGED
@@ -23,6 +23,20 @@ class String
23
23
  return false
24
24
  end
25
25
 
26
+ # raise an exception if `email` is not a valid email address.
27
+ # return if the email domain is gmail, hotmail, outlook, yahoo, comcast, aol, msn or sbcglobal.
28
+ def personal_email?
29
+ BlackStack::Netting.isPersonalEmail?(self.to_s)
30
+ end
31
+
32
+ # raise an exception if `email` is not a valid email address.
33
+ # return an array with the companies who are hosting an email address, by running the linux command `host`.
34
+ def mail_handler
35
+ BlackStack::Netting.getMailHandler(self.to_s)
36
+ end
37
+
38
+
39
+
26
40
  # returns true if the string match with the regex of a domain
27
41
  def domain?
28
42
  return true if self.to_s =~ /^#{BlackStack::Strings::MATCH_DOMAIN}$/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackstack-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.8
4
+ version: 1.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Daniel Sardi