email_check 0.1.0 → 0.1.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email_check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darshan Patil
@@ -126,10 +126,14 @@ files:
126
126
  - bin/console
127
127
  - bin/setup
128
128
  - email_check.gemspec
129
+ - gemfiles/activemodel4.gemfile
129
130
  - lib/email_check.rb
130
131
  - lib/email_check/email_address.rb
131
132
  - lib/email_check/email_validator.rb
132
133
  - lib/email_check/version.rb
134
+ - vendor/blacklist.yml
135
+ - vendor/disposable.yml
136
+ - vendor/free.yml
133
137
  homepage: https://github.com/dapatil/email_check
134
138
  licenses:
135
139
  - MIT