email_valid8 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbc8c6de73dc731e3639ff8acb4fcf4c8fe960938e41e7a9c114ae56923281c7
|
4
|
+
data.tar.gz: d41c6c04fe54bd661a87da7673599719f37fda9a97dd3daae61a0212937e03a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f240e8bc9ed9436414e8adef66c002481064d0bf5724c2573ae90c7484a18b42fb3c88c82119c9927e5bd1e70d9ca9d0d30b5dda3e3d1e76ba75bd9b23d5fd9
|
7
|
+
data.tar.gz: 56fd85bc0dd6f3be8b4bae96a54571b43f3eab5a3e52e42928b9c7ca0a9b89b242c3c037156b1e3bf7316feba942a8575945b72e6214def9ea50ed49a3595c35
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: email_valid8
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Boyd
|
@@ -67,12 +67,11 @@ dependencies:
|
|
67
67
|
- - "~>"
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: '3.7'
|
70
|
-
description:
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
string.
|
70
|
+
description: This validator uses modern email validation with URI to handle the nuances
|
71
|
+
of checking email throughout your application. Rather than customizing a bunch of
|
72
|
+
random regex that you found on various stack overflow pages, this lets you include
|
73
|
+
a single validator throughout your entire application. It can handle single emails,
|
74
|
+
or even the odd case of multiple emails in a long string.
|
76
75
|
email: mikeallenboyd@gmail.com
|
77
76
|
executables: []
|
78
77
|
extensions: []
|