quickemailverification 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. checksums.yaml +5 -5
  2. metadata +17 -17
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 42e1ef168a79708ab9828720f8949801646a5d70f04dbdb78cb036f4784b7457
4
- data.tar.gz: 2bd0b0a352049365676daf77088419ecbe714e5960149ceedc0625656405d935
2
+ SHA1:
3
+ metadata.gz: 4a5f937768d3e4c8c934e489814d1065b2fc4a1d
4
+ data.tar.gz: 9c74416366c549de1ffd790342aefc6112c403bb
5
5
  SHA512:
6
- metadata.gz: f52b7aaa94d0163c85f445ba73aa69fc72f5a8acbd504f6a030b6481d45ca3b41173e9a12b9c632a17cd32bd24edc082fc353f0535c2d003a85742b7093863b6
7
- data.tar.gz: 0f0a7481a3279e8ff499f173bb8f3a8338087d1f35b5876146988d063496a8cfec926dcf0486ac933089a5d091339740ea7dc29e6a7cbea9e2aae01360a77d0a
6
+ metadata.gz: 235662f20cace6d06d4dd6ddc15e3512cdbb42b24690a0542dc83c029fa55298edfbe53f8f71bdd25e2e73a0fe7c7786a156331e6dee117690a98b7458acb5fd
7
+ data.tar.gz: 4089f99424112eece9f7117baf3e19d7d0a4fc496454d196d2834f816a4b8a434dd2c577a76b10e737c7da17334f1fe18805b3620bf373a854564203218ed22a
metadata CHANGED
@@ -1,43 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quickemailverification
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - QuickEmailVerification
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-16 00:00:00.000000000 Z
11
+ date: 2021-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: '0.9'
19
+ version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: '0.9'
26
+ version: '1.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: json
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: '1.8'
33
+ version: '2.5'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
- version: '1.8'
40
+ version: '2.5'
41
41
  description: Official QuickEmailVerification API library client for ruby.
42
42
  email: support@quickemailverification.com
43
43
  executables: []
@@ -46,15 +46,15 @@ extra_rdoc_files: []
46
46
  files:
47
47
  - lib/quickemailverification.rb
48
48
  - lib/quickemailverification/api/quickemailverification.rb
49
+ - lib/quickemailverification/http_client.rb
49
50
  - lib/quickemailverification/client.rb
50
- - lib/quickemailverification/error.rb
51
51
  - lib/quickemailverification/error/client_error.rb
52
- - lib/quickemailverification/http_client.rb
53
- - lib/quickemailverification/http_client/auth_handler.rb
52
+ - lib/quickemailverification/error.rb
54
53
  - lib/quickemailverification/http_client/error_handler.rb
55
- - lib/quickemailverification/http_client/request_handler.rb
56
54
  - lib/quickemailverification/http_client/response.rb
55
+ - lib/quickemailverification/http_client/request_handler.rb
57
56
  - lib/quickemailverification/http_client/response_handler.rb
57
+ - lib/quickemailverification/http_client/auth_handler.rb
58
58
  homepage: https://quickemailverification.com
59
59
  licenses:
60
60
  - MIT
@@ -65,17 +65,17 @@ require_paths:
65
65
  - lib
66
66
  required_ruby_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
- - - ">="
68
+ - - '>='
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ">="
73
+ - - '>='
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.7.4
78
+ rubygems_version: 2.0.14.1
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Official QuickEmailVerification API library client for ruby