snov 0.2.0 → 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
  SHA256:
3
- metadata.gz: aec74bea1292e576ef497f2250c1833593742504c74834d05749bb8efdb88884
4
- data.tar.gz: b85b04071c54d309c0dfa22c9b5c77e3a2273b4d370f0449e0b4952c2b295f6c
3
+ metadata.gz: 7d173da2b062a8395a5f8cc69fb15684301681d6e12a1b0f4ebfb5303d3b1ba0
4
+ data.tar.gz: 0d98bea7fc7cfbd676df5f7955fd018abf7ddbd07674930285667e2d92a85e25
5
5
  SHA512:
6
- metadata.gz: 0a509e0cdf66cb198c734a94fd81ef667506a4f96686b6d7c1e5720f4b26ba5389812894201bc11cc2b537bd45cc02d92ab4d1d9bf2f7856cc63c22077de6153
7
- data.tar.gz: cc4f5022bca9c9f8e3a2fca2a04bc1b8435e4d6afbc3dd568fabce50168fdbca1dafa5397894dd63e899e564bbf66375fda450f64d6112505124435645342c2a
6
+ metadata.gz: 032da28c906a395ead2fcc76be6437727e5e7f83872fb1119d327b955077a5bc1fb5227c74cfbe6ecc787b64e1b435effa9c773ec74b8e49a5d309951b2c4e0e
7
+ data.tar.gz: a8d0b907aa3795c8078b2a8f1d24cde80e8a1018d12a2c7d8d10ee8cbe270fba91323723ffcc579da7026b690259dd927ace7a7ead478d1a014f662b93875b73
@@ -1,3 +1,6 @@
1
+ ## [0.2.1]
2
+ * DomainSearch fake example data
3
+
1
4
  ## [0.2.0]
2
5
  * DomainSearch
3
6
 
@@ -0,0 +1,21 @@
1
+ {
2
+ "success": true,
3
+ "domain": "octagon.com",
4
+ "webmail": false,
5
+ "result": 84,
6
+ "lastId": 1823487525,
7
+ "limit": 100,
8
+ "companyName": "Octagon",
9
+ "emails": [
10
+ {
11
+ "email": "ben.gillespie@octagon.com",
12
+ "firstName": "Ben",
13
+ "lastName": "Gillespie",
14
+ "position": "Senior Account Executive",
15
+ "sourcePage": "https://www.linkedin.com/pub/ben-gillespie/7/73/809",
16
+ "companyName": "Octagon",
17
+ "type": "prospect",
18
+ "status": "verified"
19
+ }
20
+ ]
21
+ }
@@ -1,3 +1,3 @@
1
1
  module Snov
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grant Petersen-Speelman
@@ -138,6 +138,7 @@ files:
138
138
  - lib/snov/fake_client/post_v1_get-profile-by-email.json
139
139
  - lib/snov/fake_client/post_v1_get-prospects-by-email.json
140
140
  - lib/snov/fake_client/post_v1_prospect-list.json
141
+ - lib/snov/fake_client/post_v2_domain-emails-with-info.json
141
142
  - lib/snov/get_all_prospects_from_list.rb
142
143
  - lib/snov/get_profile_by_email.rb
143
144
  - lib/snov/get_prospect_list.rb