truemail-client 0.2.1 → 0.3.0
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/.codeclimate.yml +1 -1
- data/.rubocop.yml +3 -0
- data/CHANGELOG.md +10 -0
- data/Gemfile.lock +37 -34
- data/README.md +36 -23
- data/lib/truemail/client/http.rb +1 -1
- data/lib/truemail/client/version.rb +1 -1
- data/truemail-client.gemspec +7 -7
- metadata +24 -24
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3933df107140dc00dc06bd55e77d561365f266c6184fd33e4a521723c124dec2
|
|
4
|
+
data.tar.gz: e09ec25896d687773a757f0546a6aaf2580cb16e4fa54e429b4ba5711862a2df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f6ff1fc708a617da946a957873083ea0228cc461f2736644c42814c383a91ff90f7c97d04a379d1f102d586d16a7ba95f849fd21dd597d8caaf1ba2621f956d
|
|
7
|
+
data.tar.gz: 9b5b04f4571bb8af155d9a3cebaa5236da8490030d5955173be39bd080b2e163a4cdfdb1b3637492b3d1dc553673d547d1d77fd06ac38cb32a57c0d85ec9af2e
|
data/.codeclimate.yml
CHANGED
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
|
+
## [0.3.0] - 2020-10-28
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
Truemail client sends encoded uri params, follows [RFC 3986, sec 2.1](https://tools.ietf.org/html/rfc3986#section-2.1).
|
|
10
|
+
|
|
11
|
+
- Updated `Truemail::Client::Http#request_uri`
|
|
12
|
+
- Updated gem dependencies
|
|
13
|
+
- Updated gem version, changelog, docs
|
|
14
|
+
|
|
5
15
|
## [0.2.1] - 2020-10-05
|
|
6
16
|
|
|
7
17
|
### Fixed
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
truemail-client (0.
|
|
4
|
+
truemail-client (0.3.0)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
@@ -16,15 +16,18 @@ GEM
|
|
|
16
16
|
childprocess (4.0.0)
|
|
17
17
|
coderay (1.1.3)
|
|
18
18
|
colorize (0.8.1)
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
concurrent-ruby (1.1.7)
|
|
20
|
+
crack (0.4.4)
|
|
21
21
|
diff-lcs (1.4.4)
|
|
22
22
|
docile (1.3.2)
|
|
23
|
+
faker (2.14.0)
|
|
24
|
+
i18n (>= 1.6, < 2)
|
|
23
25
|
fasterer (0.8.3)
|
|
24
26
|
colorize (~> 0.7)
|
|
25
27
|
ruby_parser (>= 3.14.1)
|
|
26
|
-
ffaker (2.15.0)
|
|
27
28
|
hashdiff (1.0.1)
|
|
29
|
+
i18n (1.8.5)
|
|
30
|
+
concurrent-ruby (~> 1.0)
|
|
28
31
|
iniparse (1.5.0)
|
|
29
32
|
json (2.3.1)
|
|
30
33
|
json_matchers (0.11.1)
|
|
@@ -32,11 +35,11 @@ GEM
|
|
|
32
35
|
json_schema (0.20.9)
|
|
33
36
|
kwalify (0.7.2)
|
|
34
37
|
method_source (1.0.0)
|
|
35
|
-
overcommit (0.
|
|
38
|
+
overcommit (0.57.0)
|
|
36
39
|
childprocess (>= 0.6.3, < 5)
|
|
37
40
|
iniparse (~> 1.4)
|
|
38
41
|
parallel (1.19.2)
|
|
39
|
-
parser (2.7.
|
|
42
|
+
parser (2.7.2.0)
|
|
40
43
|
ast (~> 2.4.1)
|
|
41
44
|
pry (0.13.1)
|
|
42
45
|
coderay (~> 1.1)
|
|
@@ -44,50 +47,50 @@ GEM
|
|
|
44
47
|
pry-byebug (3.9.0)
|
|
45
48
|
byebug (~> 11.0)
|
|
46
49
|
pry (~> 0.13.0)
|
|
47
|
-
psych (3.
|
|
48
|
-
public_suffix (4.0.
|
|
50
|
+
psych (3.2.0)
|
|
51
|
+
public_suffix (4.0.6)
|
|
49
52
|
rainbow (3.0.0)
|
|
50
53
|
rake (13.0.1)
|
|
51
|
-
reek (6.0.
|
|
54
|
+
reek (6.0.2)
|
|
52
55
|
kwalify (~> 0.7.0)
|
|
53
56
|
parser (>= 2.5.0.0, < 2.8, != 2.5.1.1)
|
|
54
|
-
psych (~> 3.1
|
|
57
|
+
psych (~> 3.1)
|
|
55
58
|
rainbow (>= 2.0, < 4.0)
|
|
56
|
-
regexp_parser (1.
|
|
59
|
+
regexp_parser (1.8.2)
|
|
57
60
|
rexml (3.2.4)
|
|
58
61
|
rspec (3.9.0)
|
|
59
62
|
rspec-core (~> 3.9.0)
|
|
60
63
|
rspec-expectations (~> 3.9.0)
|
|
61
64
|
rspec-mocks (~> 3.9.0)
|
|
62
|
-
rspec-core (3.9.
|
|
65
|
+
rspec-core (3.9.3)
|
|
63
66
|
rspec-support (~> 3.9.3)
|
|
64
|
-
rspec-expectations (3.9.
|
|
67
|
+
rspec-expectations (3.9.3)
|
|
65
68
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
66
69
|
rspec-support (~> 3.9.0)
|
|
67
70
|
rspec-mocks (3.9.1)
|
|
68
71
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
69
72
|
rspec-support (~> 3.9.0)
|
|
70
|
-
rspec-support (3.9.
|
|
71
|
-
rubocop (0.
|
|
73
|
+
rspec-support (3.9.4)
|
|
74
|
+
rubocop (1.0.0)
|
|
72
75
|
parallel (~> 1.10)
|
|
73
|
-
parser (>= 2.7.1.
|
|
76
|
+
parser (>= 2.7.1.5)
|
|
74
77
|
rainbow (>= 2.2.2, < 4.0)
|
|
75
|
-
regexp_parser (>= 1.
|
|
78
|
+
regexp_parser (>= 1.8)
|
|
76
79
|
rexml
|
|
77
|
-
rubocop-ast (>= 0.
|
|
80
|
+
rubocop-ast (>= 0.6.0)
|
|
78
81
|
ruby-progressbar (~> 1.7)
|
|
79
82
|
unicode-display_width (>= 1.4.0, < 2.0)
|
|
80
|
-
rubocop-ast (
|
|
81
|
-
parser (>= 2.7.
|
|
82
|
-
rubocop-performance (1.
|
|
83
|
-
rubocop (>= 0.82.0)
|
|
84
|
-
rubocop-rspec (1.42.0)
|
|
83
|
+
rubocop-ast (1.1.0)
|
|
84
|
+
parser (>= 2.7.1.5)
|
|
85
|
+
rubocop-performance (1.8.1)
|
|
85
86
|
rubocop (>= 0.87.0)
|
|
87
|
+
rubocop-ast (>= 0.4.0)
|
|
88
|
+
rubocop-rspec (2.0.0.pre)
|
|
89
|
+
rubocop (~> 1.0)
|
|
86
90
|
ruby-progressbar (1.10.1)
|
|
87
|
-
ruby_parser (3.
|
|
91
|
+
ruby_parser (3.15.0)
|
|
88
92
|
sexp_processor (~> 4.9)
|
|
89
|
-
|
|
90
|
-
sexp_processor (4.15.0)
|
|
93
|
+
sexp_processor (4.15.1)
|
|
91
94
|
simplecov (0.17.1)
|
|
92
95
|
docile (~> 1.1)
|
|
93
96
|
json (>= 1.8, < 3)
|
|
@@ -95,7 +98,7 @@ GEM
|
|
|
95
98
|
simplecov-html (0.10.2)
|
|
96
99
|
thor (1.0.1)
|
|
97
100
|
unicode-display_width (1.7.0)
|
|
98
|
-
webmock (3.
|
|
101
|
+
webmock (3.9.3)
|
|
99
102
|
addressable (>= 2.3.6)
|
|
100
103
|
crack (>= 0.3.2)
|
|
101
104
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
@@ -106,20 +109,20 @@ PLATFORMS
|
|
|
106
109
|
DEPENDENCIES
|
|
107
110
|
bundler (~> 1.16)
|
|
108
111
|
bundler-audit (~> 0.7.0.1)
|
|
112
|
+
faker (~> 2.14)
|
|
109
113
|
fasterer (~> 0.8.3)
|
|
110
|
-
ffaker (~> 2.15)
|
|
111
114
|
json_matchers (~> 0.11.1)
|
|
112
|
-
overcommit (~> 0.
|
|
115
|
+
overcommit (~> 0.57.0)
|
|
113
116
|
pry-byebug (~> 3.9)
|
|
114
117
|
rake (~> 13.0, >= 13.0.1)
|
|
115
|
-
reek (~> 6.0, >= 6.0.
|
|
118
|
+
reek (~> 6.0, >= 6.0.2)
|
|
116
119
|
rspec (~> 3.9)
|
|
117
|
-
rubocop (~>
|
|
118
|
-
rubocop-performance (~> 1.
|
|
119
|
-
rubocop-rspec (~>
|
|
120
|
+
rubocop (~> 1.0)
|
|
121
|
+
rubocop-performance (~> 1.8, >= 1.8.1)
|
|
122
|
+
rubocop-rspec (~> 2.0.0.pre)
|
|
120
123
|
simplecov (~> 0.17.1)
|
|
121
124
|
truemail-client!
|
|
122
|
-
webmock (~> 3.
|
|
125
|
+
webmock (~> 3.9, >= 3.9.3)
|
|
123
126
|
|
|
124
127
|
BUNDLED WITH
|
|
125
128
|
1.16.6
|
data/README.md
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
# 
|
|
2
2
|
|
|
3
|
-
[](https://codeclimate.com/github/truemail-rb/truemail-ruby-client/maintainability)
|
|
3
|
+
[](https://codeclimate.com/github/truemail-rb/truemail-ruby-client/maintainability)
|
|
4
|
+
[](https://codeclimate.com/github/truemail-rb/truemail-ruby-client/test_coverage)
|
|
5
|
+
[](https://circleci.com/gh/truemail-rb/truemail-ruby-client/tree/develop)
|
|
6
|
+
[](https://badge.fury.io/rb/truemail-client)
|
|
7
|
+
[](https://rubygems.org/gems/truemail-client)
|
|
8
|
+
[](CODE_OF_CONDUCT.md)
|
|
4
9
|
|
|
5
10
|
`truemail-client` gem - [Truemail web API](https://github.com/truemail-rb/truemail-rack) client library for Ruby.
|
|
6
11
|
|
|
7
|
-
|
|
8
12
|
> Actual and maintainable documentation :books: for developers is living [here](https://truemail-rb.org/truemail-ruby-client).
|
|
9
13
|
|
|
10
14
|
## Table of Contents
|
|
11
15
|
|
|
16
|
+
- [Requirements](#requirements)
|
|
12
17
|
- [Installation](#installation)
|
|
13
18
|
- [Usage](#usage)
|
|
14
19
|
- [Setting global configuration](#setting-global-configuration)
|
|
@@ -22,6 +27,10 @@
|
|
|
22
27
|
- [Versioning](#versioning)
|
|
23
28
|
- [Changelog](CHANGELOG.md)
|
|
24
29
|
|
|
30
|
+
## Requirements
|
|
31
|
+
|
|
32
|
+
Ruby MRI 2.5.0+
|
|
33
|
+
|
|
25
34
|
## Installation
|
|
26
35
|
|
|
27
36
|
Add this line to your application's Gemfile:
|
|
@@ -68,24 +77,27 @@ After successful configuration, you can establish connection with Truemail serve
|
|
|
68
77
|
|
|
69
78
|
```ruby
|
|
70
79
|
Truemail::Client.validate('admin@bestweb.com.ua')
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
```json
|
|
83
|
+
{
|
|
84
|
+
"date": "2020-02-26 17:00:56 +0200",
|
|
85
|
+
"email": "admin@bestweb.com.ua",
|
|
86
|
+
"validation_type": "smtp",
|
|
87
|
+
"success": true,
|
|
88
|
+
"errors": null,
|
|
89
|
+
"smtp_debug": null,
|
|
90
|
+
"configuration": {
|
|
91
|
+
"validation_type_by_domain": null,
|
|
92
|
+
"whitelist_validation": false,
|
|
93
|
+
"whitelisted_domains": null,
|
|
94
|
+
"blacklisted_domains": null,
|
|
95
|
+
"smtp_safe_check": false,
|
|
96
|
+
"email_pattern": "default gem value",
|
|
97
|
+
"smtp_error_body_pattern": "default gem value",
|
|
98
|
+
"not_rfc_mx_lookup_flow": false
|
|
99
|
+
}
|
|
100
|
+
}
|
|
89
101
|
```
|
|
90
102
|
|
|
91
103
|
`Truemail::Client.validate` always returns JSON data. If something goes wrong you will receive JSON with error details:
|
|
@@ -150,14 +162,15 @@ Truemail::Client.configuration
|
|
|
150
162
|
|
|
151
163
|
## Truemail family
|
|
152
164
|
|
|
153
|
-
All Truemail
|
|
165
|
+
All Truemail solutions: https://truemail-rb.org
|
|
154
166
|
|
|
155
167
|
| Name | Type | Description |
|
|
156
168
|
| --- | --- | --- |
|
|
157
|
-
| [truemail](https://github.com/
|
|
169
|
+
| [truemail](https://github.com/truemail-rb/truemail) | ruby gem | Configurable framework agnostic plain Ruby email validator, main core |
|
|
158
170
|
| [truemail server](https://github.com/truemail-rb/truemail-rack) | ruby app | Lightweight rack based web API wrapper for Truemail |
|
|
159
171
|
| [truemail-rack-docker](https://github.com/truemail-rb/truemail-rack-docker-image) | docker image | Lightweight rack based web API [dockerized image](https://hub.docker.com/r/truemail/truemail-rack) :whale: of Truemail server |
|
|
160
172
|
| [truemail-crystal-client](https://github.com/truemail-rb/truemail-crystal-client) | crystal shard | Truemail web API client library for Crystal |
|
|
173
|
+
| [truemail-java-client](https://github.com/truemail-rb/truemail-java-client) | java lib | Truemail web API client library for Java |
|
|
161
174
|
| [truemail-rspec](https://github.com/truemail-rb/truemail-rspec) | ruby gem | Truemail configuration and validator RSpec helpers |
|
|
162
175
|
|
|
163
176
|
## Contributing
|
data/lib/truemail/client/http.rb
CHANGED
|
@@ -44,7 +44,7 @@ module Truemail
|
|
|
44
44
|
URI::HTTP.build(
|
|
45
45
|
path: endpoint,
|
|
46
46
|
query: uri_params.empty? ? nil : URI.encode_www_form(uri_params)
|
|
47
|
-
).request_uri
|
|
47
|
+
).request_uri
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
def uri
|
data/truemail-client.gemspec
CHANGED
|
@@ -33,17 +33,17 @@ Gem::Specification.new do |spec|
|
|
|
33
33
|
|
|
34
34
|
spec.add_development_dependency 'bundler', '~> 1.16'
|
|
35
35
|
spec.add_development_dependency 'bundler-audit', '~> 0.7.0.1'
|
|
36
|
+
spec.add_development_dependency 'faker', '~> 2.14'
|
|
36
37
|
spec.add_development_dependency 'fasterer', '~> 0.8.3'
|
|
37
|
-
spec.add_development_dependency 'ffaker', '~> 2.15'
|
|
38
38
|
spec.add_development_dependency 'json_matchers', '~> 0.11.1'
|
|
39
|
-
spec.add_development_dependency 'overcommit', '~> 0.
|
|
39
|
+
spec.add_development_dependency 'overcommit', '~> 0.57.0'
|
|
40
40
|
spec.add_development_dependency 'pry-byebug', '~> 3.9'
|
|
41
41
|
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.1'
|
|
42
|
-
spec.add_development_dependency 'reek', '~> 6.0', '>= 6.0.
|
|
42
|
+
spec.add_development_dependency 'reek', '~> 6.0', '>= 6.0.2'
|
|
43
43
|
spec.add_development_dependency 'rspec', '~> 3.9'
|
|
44
|
-
spec.add_development_dependency 'rubocop', '~>
|
|
45
|
-
spec.add_development_dependency 'rubocop-performance', '~> 1.
|
|
46
|
-
spec.add_development_dependency 'rubocop-rspec', '~>
|
|
44
|
+
spec.add_development_dependency 'rubocop', '~> 1.0'
|
|
45
|
+
spec.add_development_dependency 'rubocop-performance', '~> 1.8', '>= 1.8.1'
|
|
46
|
+
spec.add_development_dependency 'rubocop-rspec', '~> 2.0.0.pre'
|
|
47
47
|
spec.add_development_dependency 'simplecov', '~> 0.17.1'
|
|
48
|
-
spec.add_development_dependency 'webmock', '~> 3.
|
|
48
|
+
spec.add_development_dependency 'webmock', '~> 3.9', '>= 3.9.3'
|
|
49
49
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: truemail-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vladislav Trotsenko
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-10-
|
|
11
|
+
date: 2020-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -39,33 +39,33 @@ dependencies:
|
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: 0.7.0.1
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
|
-
name:
|
|
42
|
+
name: faker
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
47
|
+
version: '2.14'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
54
|
+
version: '2.14'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
|
-
name:
|
|
56
|
+
name: fasterer
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version:
|
|
61
|
+
version: 0.8.3
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version:
|
|
68
|
+
version: 0.8.3
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: json_matchers
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 0.
|
|
89
|
+
version: 0.57.0
|
|
90
90
|
type: :development
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 0.
|
|
96
|
+
version: 0.57.0
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: pry-byebug
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -137,7 +137,7 @@ dependencies:
|
|
|
137
137
|
version: '6.0'
|
|
138
138
|
- - ">="
|
|
139
139
|
- !ruby/object:Gem::Version
|
|
140
|
-
version: 6.0.
|
|
140
|
+
version: 6.0.2
|
|
141
141
|
type: :development
|
|
142
142
|
prerelease: false
|
|
143
143
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -147,7 +147,7 @@ dependencies:
|
|
|
147
147
|
version: '6.0'
|
|
148
148
|
- - ">="
|
|
149
149
|
- !ruby/object:Gem::Version
|
|
150
|
-
version: 6.0.
|
|
150
|
+
version: 6.0.2
|
|
151
151
|
- !ruby/object:Gem::Dependency
|
|
152
152
|
name: rspec
|
|
153
153
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -168,48 +168,48 @@ dependencies:
|
|
|
168
168
|
requirements:
|
|
169
169
|
- - "~>"
|
|
170
170
|
- !ruby/object:Gem::Version
|
|
171
|
-
version:
|
|
171
|
+
version: '1.0'
|
|
172
172
|
type: :development
|
|
173
173
|
prerelease: false
|
|
174
174
|
version_requirements: !ruby/object:Gem::Requirement
|
|
175
175
|
requirements:
|
|
176
176
|
- - "~>"
|
|
177
177
|
- !ruby/object:Gem::Version
|
|
178
|
-
version:
|
|
178
|
+
version: '1.0'
|
|
179
179
|
- !ruby/object:Gem::Dependency
|
|
180
180
|
name: rubocop-performance
|
|
181
181
|
requirement: !ruby/object:Gem::Requirement
|
|
182
182
|
requirements:
|
|
183
183
|
- - "~>"
|
|
184
184
|
- !ruby/object:Gem::Version
|
|
185
|
-
version: '1.
|
|
185
|
+
version: '1.8'
|
|
186
186
|
- - ">="
|
|
187
187
|
- !ruby/object:Gem::Version
|
|
188
|
-
version: 1.
|
|
188
|
+
version: 1.8.1
|
|
189
189
|
type: :development
|
|
190
190
|
prerelease: false
|
|
191
191
|
version_requirements: !ruby/object:Gem::Requirement
|
|
192
192
|
requirements:
|
|
193
193
|
- - "~>"
|
|
194
194
|
- !ruby/object:Gem::Version
|
|
195
|
-
version: '1.
|
|
195
|
+
version: '1.8'
|
|
196
196
|
- - ">="
|
|
197
197
|
- !ruby/object:Gem::Version
|
|
198
|
-
version: 1.
|
|
198
|
+
version: 1.8.1
|
|
199
199
|
- !ruby/object:Gem::Dependency
|
|
200
200
|
name: rubocop-rspec
|
|
201
201
|
requirement: !ruby/object:Gem::Requirement
|
|
202
202
|
requirements:
|
|
203
203
|
- - "~>"
|
|
204
204
|
- !ruby/object:Gem::Version
|
|
205
|
-
version:
|
|
205
|
+
version: 2.0.0.pre
|
|
206
206
|
type: :development
|
|
207
207
|
prerelease: false
|
|
208
208
|
version_requirements: !ruby/object:Gem::Requirement
|
|
209
209
|
requirements:
|
|
210
210
|
- - "~>"
|
|
211
211
|
- !ruby/object:Gem::Version
|
|
212
|
-
version:
|
|
212
|
+
version: 2.0.0.pre
|
|
213
213
|
- !ruby/object:Gem::Dependency
|
|
214
214
|
name: simplecov
|
|
215
215
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -230,20 +230,20 @@ dependencies:
|
|
|
230
230
|
requirements:
|
|
231
231
|
- - "~>"
|
|
232
232
|
- !ruby/object:Gem::Version
|
|
233
|
-
version: '3.
|
|
233
|
+
version: '3.9'
|
|
234
234
|
- - ">="
|
|
235
235
|
- !ruby/object:Gem::Version
|
|
236
|
-
version: 3.
|
|
236
|
+
version: 3.9.3
|
|
237
237
|
type: :development
|
|
238
238
|
prerelease: false
|
|
239
239
|
version_requirements: !ruby/object:Gem::Requirement
|
|
240
240
|
requirements:
|
|
241
241
|
- - "~>"
|
|
242
242
|
- !ruby/object:Gem::Version
|
|
243
|
-
version: '3.
|
|
243
|
+
version: '3.9'
|
|
244
244
|
- - ">="
|
|
245
245
|
- !ruby/object:Gem::Version
|
|
246
|
-
version: 3.
|
|
246
|
+
version: 3.9.3
|
|
247
247
|
description: Truemail web API client library for Ruby
|
|
248
248
|
email:
|
|
249
249
|
- admin@bestweb.com.ua
|