email_assessor 0.2 → 0.2.1

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: c2e86b0145f0a1eadce4c8df87b7c1172974e284
4
- data.tar.gz: b226714891f60a08facb4c93f4185ad723d3d9be
3
+ metadata.gz: 0b062226fbe0f1a213b49179aaf6e986f5dfed6f
4
+ data.tar.gz: 3f46d3807934367d3762aa7e163b314a52bf2d2a
5
5
  SHA512:
6
- metadata.gz: f0e0af20e1ec8ae109b88120c97cdb754a453771d6eecb90e88bff09897ffd2f1354ee4564353c4034923ad6ddc6b66e3db39d6d0d4f04f13df6fab689bcf93c
7
- data.tar.gz: 459aa3cb6b2234535c5470930f08549064fab9eb079cf590b287cb38df26027a32df16b16771f4e73c30ea5e327da5b1302a08962e611c524912cd144db52061
6
+ metadata.gz: 93a11b96ec1a773e71f76299ae61f729a40b71d6a5bda59fe35fbcea10fcc7e93828a33d0a0e25b94640b77fae0d4ed7f8854676e133a2f7ad381a67ace2b0d7
7
+ data.tar.gz: f1597c569b67261bab09298eb40f3c2e1ab5db514fe5f1a0e99c46e0e57be5dadd9732b39eefe85f4ca712aa76476725f3d7707e43d80a032389ae2ced074aab
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # ValidEmail2
2
- [![Build Status](https://travis-ci.org/lisinge/email_assessor.png?branch=master)](https://travis-ci.org/lisinge/email_assessor)
2
+ [![Build Status](https://travis-ci.org/wolfemm/email_assessor.png?branch=master)](https://travis-ci.org/wolfemm/email_assessor)
3
3
  [![Gem Version](https://badge.fury.io/rb/email_assessor.png)](http://badge.fury.io/rb/email_assessor)
4
4
 
5
5
  A fork of of the wonderful [ValidEmail2](https://github.com/lisinge/valid_email2) by [Micke Lisinge](https://github.com/lisinge).
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "email_assessor"
8
8
  spec.version = EmailAssessor::VERSION
9
9
  spec.summary = "Advanced ActiveModel email validation"
10
- spec.description = "ActiveModel email validation with MX lookups, domain blacklisting and disposable email-domain blocking"
10
+ spec.description = "Advanced ActiveModel email validation with MX lookups, domain blacklisting and disposable email blocking"
11
11
 
12
12
  spec.license = "MIT"
13
13
 
@@ -10,7 +10,7 @@ module EmailAssessor
10
10
  end
11
11
 
12
12
  def self.configuration
13
- @@configuration ||= Configuration.new
13
+ @configuration ||= Configuration.new
14
14
  end
15
15
 
16
16
  def self.configure
@@ -1,3 +1,3 @@
1
1
  module EmailAssessor
2
- VERSION = "0.2"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email_assessor
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Wolfe Millard
@@ -80,8 +80,8 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '3.2'
83
- description: ActiveModel email validation with MX lookups, domain blacklisting and
84
- disposable email-domain blocking
83
+ description: Advanced ActiveModel email validation with MX lookups, domain blacklisting
84
+ and disposable email blocking
85
85
  email: wolfemm.development@gmail.com
86
86
  executables: []
87
87
  extensions: []