valid_email2 1.2.5 → 1.2.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2235319b89ed7d774e155eb8a52f49b30e402ae9
4
- data.tar.gz: e0a9f418ed18aa7d81846536956ee887667efb2e
3
+ metadata.gz: 672d70effef388653da6b00cc32173f2547843fc
4
+ data.tar.gz: f2722f8b303a4822c6c79464946c9bd3f466a386
5
5
  SHA512:
6
- metadata.gz: fb6281396e8e7111b371f7eaf6ef892109f079abf1449ec1fb410f8ac3edc4b69099c7bf4858f213c31679eb4e72bebbae317cad4be3941d558b86221f4c7a72
7
- data.tar.gz: 04f68d173b9f4b7030b0a27c0b81bdd7b688ea2c77b1bf1393adef216919df7204a4c6fb8d7be5228587bd6c5fa96534a67545c28c6a50e547323fc9667f62d5
6
+ metadata.gz: 4dc29b2c0d06fdb904aac1c0540197e02d025b80c89e45e9f14d37ec3450654b6e7ee788c6b321f24625430d92d6d49ffd7537247ab00190582a3caa70eb43a9
7
+ data.tar.gz: 6a206ae77b3d9ea78a3d6b3863e115e696100a300f9afd17f2280f528df7d5f480470a1e3957a68b665388c726d7e3fa6ebd7b584c4597865de201379c5c332d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## Version 1.2.6
2
+ Remove nus.edu.sg as it's a valid domain (https://github.com/lisinge/valid_email2/pull/54)
1
3
  ## Version 1.2.5
2
4
  Added more disposable email domains (https://github.com/lisinge/valid_email2/pull/51, https://github.com/lisinge/valid_email2/pull/52 and https://github.com/lisinge/valid_email2/pull/53)
3
5
 
@@ -1,3 +1,3 @@
1
1
  module ValidEmail2
2
- VERSION = "1.2.5"
2
+ VERSION = "1.2.6"
3
3
  end
@@ -1321,7 +1321,6 @@
1321
1321
  - nubescontrol.com
1322
1322
  - nullbox.info
1323
1323
  - nurfuerspam.de
1324
- - nus.edu.sg
1325
1324
  - nuts2trade.com
1326
1325
  - nwldx.com
1327
1326
  - ny7.me
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valid_email2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micke Lisinge
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-31 00:00:00.000000000 Z
11
+ date: 2016-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler