emailhunter 0.7.0 → 0.7.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 +4 -4
- data/README.md +2 -2
- data/lib/email_hunter/count.rb +1 -1
- data/lib/email_hunter/finder.rb +1 -1
- data/lib/email_hunter/search.rb +1 -1
- data/lib/email_hunter/verify.rb +1 -1
- data/lib/email_hunter/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0a7a357d1a9dd42a23bb6af0e8c1b1f6d7cc365
|
4
|
+
data.tar.gz: 5ce12facae168b1896a27c455cafbb8c23d0ce1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 179f292846bcbb83e56cdf008f739e473ecb52c730a89db459eeb49bb09c20795b66dc7eebd9f47c006fd5c6a8e7581c29b7fb6046a43c123069774da2c82789
|
7
|
+
data.tar.gz: 4ec17e01021a59e42821290b6895da9b78488dd664ced8b52052ad133cbed5e4b097524de756e94a26e327ea70811e5ed54d3b7462474e29730580354379a205
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Emailhunter
|
2
2
|
|
3
|
-
A tiny ruby wrapper around Email Hunter API. Direct access to all the web's email addresses.
|
3
|
+
A tiny ruby wrapper around Hunter (former Email Hunter) API. Direct access to all the web's email addresses.
|
4
4
|
|
5
5
|
UPDATE (2016-12-02): gem updated with V2 API.
|
6
6
|
|
@@ -27,7 +27,7 @@ require 'emailhunter'
|
|
27
27
|
email_hunter = EmailHunter.new('Your secret API key')
|
28
28
|
|
29
29
|
```
|
30
|
-
Your secret API key. You can generate it in your dashboard from https://
|
30
|
+
Your secret API key. You can generate it in your dashboard from https://hunter.io
|
31
31
|
|
32
32
|
## Domain search API
|
33
33
|
Returns all the email addresses found using one given domain name, with our sources.
|
data/lib/email_hunter/count.rb
CHANGED
data/lib/email_hunter/finder.rb
CHANGED
data/lib/email_hunter/search.rb
CHANGED
data/lib/email_hunter/verify.rb
CHANGED
data/lib/email_hunter/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: emailhunter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Davide Santangelo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
156
156
|
version: '0'
|
157
157
|
requirements: []
|
158
158
|
rubyforge_project:
|
159
|
-
rubygems_version: 2.6.
|
159
|
+
rubygems_version: 2.6.10
|
160
160
|
signing_key:
|
161
161
|
specification_version: 4
|
162
162
|
summary: A tiny ruby wrapper around Email Hunter API
|