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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +6 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5856aeca30b3821f1b1a47b74c0ac1061d90cbf46f8031c4361a297a1107092b
4
- data.tar.gz: 0fd2f80068a7fc1d5283962517220c4513133ac2587890c5eeca6a0091c6b0f1
3
+ metadata.gz: bbc8c6de73dc731e3639ff8acb4fcf4c8fe960938e41e7a9c114ae56923281c7
4
+ data.tar.gz: d41c6c04fe54bd661a87da7673599719f37fda9a97dd3daae61a0212937e03a5
5
5
  SHA512:
6
- metadata.gz: 73efab447a2042899de9abd71fcc5cd7127333054275b3d6b00fae45a05403c6dc86d8b385f4df5025fb1aefd199fad6b3c9a4e9b1cfa13f9e5846896ea6a2bf
7
- data.tar.gz: d81e25c638b6b86118030b5aa0b9d3af20d8dc72d2941ac2552a9833dde74f806ce68a94db35c14b47862f639bb4fc050fbdc37891e44c3241c265b63706b256
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.1
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
- This validator uses modern email validation with URI to handle the nuances of checking email \
72
- throughout your application. Rather than customizing a bunch of random regex that you found \
73
- on various stack overflow pages, this lets you include a single validator throughout your \
74
- entire application. It can handle single emails, or even the odd case of multiple emails in a long \
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: []