truemail-client 0.4.0 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0017ec293e409b63c7067b80612092b529526ad82a67f16975b30dce57dd29d3
4
- data.tar.gz: 92f56feccafd77b19e3f6aa74a9177363e89aae40ffe1d0580ed38729dab39f1
3
+ metadata.gz: 2ba2f7b60012e11a9a814157af4a240b21d0d491cbd0994050909b487b6fd5af
4
+ data.tar.gz: 674c7cb43894b2d6dce31675c6a9c1ded43f5b20d1e46f98aab966ac5d84fb41
5
5
  SHA512:
6
- metadata.gz: 0e08376485ee0d231bd2f4c8ee9d64e303900f85b5e0bc115df76139d20c25b7b450e967085a81372c3726c4e6285e99924c2539c45fa3fe39a923083d6f2d55
7
- data.tar.gz: a7d6a359220232891cc5ebf06e92c6a700acce8de7270b9b87c9ed31db0da15d14d7dca7efb337bb80891377a7689ace364151ea62904b90bf2e70028c2174f3
6
+ metadata.gz: 655480dfe198484b7d1d9295b5903092eebaf1aa60b0edb99cd1417f77868cb307ca2d486e9c01530b2a21414fbce983da8edb9c83edfe23006e88008445d5fd
7
+ data.tar.gz: 44ab3985fff27833478a38ce3a16dbbd2ea7ba26b9a07165382db6b83be4a4b7f8b86b2f34bd6df9d077141a2a92151afc6523708f3a5146f9e6860000ab1222
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.1.0
1
+ ruby-2.5.0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Truemail
4
4
  module Client
5
- VERSION = '0.4.0'
5
+ VERSION = '0.5.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,57 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: truemail-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladislav Trotsenko
8
- autorequire:
9
- bindir: exe
8
+ autorequire:
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-26 00:00:00.000000000 Z
11
+ date: 2023-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: bundler-audit
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: 0.9.0.1
20
- type: :development
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: 0.9.0.1
27
- - !ruby/object:Gem::Dependency
28
- name: fasterer
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: 0.9.0
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: 0.9.0
41
13
  - !ruby/object:Gem::Dependency
42
14
  name: ffaker
43
15
  requirement: !ruby/object:Gem::Requirement
44
16
  requirements:
45
17
  - - "~>"
46
18
  - !ruby/object:Gem::Version
47
- version: '2.20'
19
+ version: '2.21'
48
20
  type: :development
49
21
  prerelease: false
50
22
  version_requirements: !ruby/object:Gem::Requirement
51
23
  requirements:
52
24
  - - "~>"
53
25
  - !ruby/object:Gem::Version
54
- version: '2.20'
26
+ version: '2.21'
55
27
  - !ruby/object:Gem::Dependency
56
28
  name: json_matchers
57
29
  requirement: !ruby/object:Gem::Requirement
@@ -66,34 +38,6 @@ dependencies:
66
38
  - - "~>"
67
39
  - !ruby/object:Gem::Version
68
40
  version: 0.11.1
69
- - !ruby/object:Gem::Dependency
70
- name: overcommit
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - "~>"
74
- - !ruby/object:Gem::Version
75
- version: 0.58.0
76
- type: :development
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - "~>"
81
- - !ruby/object:Gem::Version
82
- version: 0.58.0
83
- - !ruby/object:Gem::Dependency
84
- name: pry-byebug
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - "~>"
88
- - !ruby/object:Gem::Version
89
- version: '3.9'
90
- type: :development
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - "~>"
95
- - !ruby/object:Gem::Version
96
- version: '3.9'
97
41
  - !ruby/object:Gem::Dependency
98
42
  name: rake
99
43
  requirement: !ruby/object:Gem::Requirement
@@ -114,110 +58,40 @@ dependencies:
114
58
  - - ">="
115
59
  - !ruby/object:Gem::Version
116
60
  version: 13.0.6
117
- - !ruby/object:Gem::Dependency
118
- name: reek
119
- requirement: !ruby/object:Gem::Requirement
120
- requirements:
121
- - - "~>"
122
- - !ruby/object:Gem::Version
123
- version: '6.1'
124
- type: :development
125
- prerelease: false
126
- version_requirements: !ruby/object:Gem::Requirement
127
- requirements:
128
- - - "~>"
129
- - !ruby/object:Gem::Version
130
- version: '6.1'
131
61
  - !ruby/object:Gem::Dependency
132
62
  name: rspec
133
63
  requirement: !ruby/object:Gem::Requirement
134
64
  requirements:
135
65
  - - "~>"
136
66
  - !ruby/object:Gem::Version
137
- version: '3.10'
67
+ version: '3.12'
138
68
  type: :development
139
69
  prerelease: false
140
70
  version_requirements: !ruby/object:Gem::Requirement
141
71
  requirements:
142
72
  - - "~>"
143
73
  - !ruby/object:Gem::Version
144
- version: '3.10'
74
+ version: '3.12'
145
75
  - !ruby/object:Gem::Dependency
146
- name: rubocop
147
- requirement: !ruby/object:Gem::Requirement
148
- requirements:
149
- - - "~>"
150
- - !ruby/object:Gem::Version
151
- version: '1.25'
152
- type: :development
153
- prerelease: false
154
- version_requirements: !ruby/object:Gem::Requirement
155
- requirements:
156
- - - "~>"
157
- - !ruby/object:Gem::Version
158
- version: '1.25'
159
- - !ruby/object:Gem::Dependency
160
- name: rubocop-performance
76
+ name: webmock
161
77
  requirement: !ruby/object:Gem::Requirement
162
78
  requirements:
163
79
  - - "~>"
164
80
  - !ruby/object:Gem::Version
165
- version: '1.13'
81
+ version: '3.18'
166
82
  - - ">="
167
83
  - !ruby/object:Gem::Version
168
- version: 1.13.2
84
+ version: 3.18.1
169
85
  type: :development
170
86
  prerelease: false
171
87
  version_requirements: !ruby/object:Gem::Requirement
172
88
  requirements:
173
89
  - - "~>"
174
90
  - !ruby/object:Gem::Version
175
- version: '1.13'
91
+ version: '3.18'
176
92
  - - ">="
177
93
  - !ruby/object:Gem::Version
178
- version: 1.13.2
179
- - !ruby/object:Gem::Dependency
180
- name: rubocop-rspec
181
- requirement: !ruby/object:Gem::Requirement
182
- requirements:
183
- - - "~>"
184
- - !ruby/object:Gem::Version
185
- version: '2.8'
186
- type: :development
187
- prerelease: false
188
- version_requirements: !ruby/object:Gem::Requirement
189
- requirements:
190
- - - "~>"
191
- - !ruby/object:Gem::Version
192
- version: '2.8'
193
- - !ruby/object:Gem::Dependency
194
- name: simplecov
195
- requirement: !ruby/object:Gem::Requirement
196
- requirements:
197
- - - "~>"
198
- - !ruby/object:Gem::Version
199
- version: 0.17.1
200
- type: :development
201
- prerelease: false
202
- version_requirements: !ruby/object:Gem::Requirement
203
- requirements:
204
- - - "~>"
205
- - !ruby/object:Gem::Version
206
- version: 0.17.1
207
- - !ruby/object:Gem::Dependency
208
- name: webmock
209
- requirement: !ruby/object:Gem::Requirement
210
- requirements:
211
- - - "~>"
212
- - !ruby/object:Gem::Version
213
- version: '3.14'
214
- type: :development
215
- prerelease: false
216
- version_requirements: !ruby/object:Gem::Requirement
217
- requirements:
218
- - - "~>"
219
- - !ruby/object:Gem::Version
220
- version: '3.14'
94
+ version: 3.18.1
221
95
  description: Truemail web API client library for Ruby
222
96
  email:
223
97
  - admin@bestweb.com.ua
@@ -225,36 +99,14 @@ executables: []
225
99
  extensions: []
226
100
  extra_rdoc_files: []
227
101
  files:
228
- - ".circleci/config.yml"
229
- - ".circleci/gemspec_compatible"
230
- - ".codeclimate.yml"
231
- - ".github/BRANCH_NAMING_CONVENTION.md"
232
- - ".github/ISSUE_TEMPLATE/bug_report.md"
233
- - ".github/ISSUE_TEMPLATE/feature_request.md"
234
- - ".github/ISSUE_TEMPLATE/issue_report.md"
235
- - ".github/ISSUE_TEMPLATE/question.md"
236
- - ".github/PULL_REQUEST_TEMPLATE.md"
237
- - ".gitignore"
238
- - ".overcommit.yml"
239
- - ".reek.yml"
240
- - ".rspec"
241
- - ".rubocop.yml"
242
- - ".ruby-gemset"
243
102
  - ".ruby-version"
244
- - CHANGELOG.md
245
- - CODE_OF_CONDUCT.md
246
- - CONTRIBUTING.md
247
- - Gemfile
248
103
  - LICENSE.txt
249
- - README.md
250
- - Rakefile
251
104
  - bin/console
252
105
  - bin/setup
253
106
  - lib/truemail/client.rb
254
107
  - lib/truemail/client/configuration.rb
255
108
  - lib/truemail/client/http.rb
256
109
  - lib/truemail/client/version.rb
257
- - truemail-client.gemspec
258
110
  homepage: https://github.com/truemail-rb/truemail-ruby-client
259
111
  licenses:
260
112
  - MIT
@@ -264,7 +116,7 @@ metadata:
264
116
  source_code_uri: https://github.com/truemail-rb/truemail-ruby-client
265
117
  documentation_uri: https://truemail-rb.org/truemail-ruby-client
266
118
  bug_tracker_uri: https://github.com/truemail-rb/truemail-ruby-client/issues
267
- post_install_message:
119
+ post_install_message:
268
120
  rdoc_options: []
269
121
  require_paths:
270
122
  - lib
@@ -279,8 +131,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
279
131
  - !ruby/object:Gem::Version
280
132
  version: '0'
281
133
  requirements: []
282
- rubygems_version: 3.3.3
283
- signing_key:
134
+ rubygems_version: 3.2.15
135
+ signing_key:
284
136
  specification_version: 4
285
137
  summary: truemail-client
286
138
  test_files: []
data/.circleci/config.yml DELETED
@@ -1,131 +0,0 @@
1
- version: 2.1
2
-
3
- defaults: &defaults
4
- working_directory: ~/truemail-ruby-client
5
- docker:
6
- - image: cimg/ruby:<< parameters.ruby-version >>
7
-
8
- orbs:
9
- ruby: circleci/ruby@1.4.0
10
-
11
- references:
12
- restore_bundle_cache: &restore_bundle_cache
13
- restore_cache:
14
- keys:
15
- - truemail-ruby-client-{{ checksum "truemail-client.gemspec" }}
16
-
17
- bundle_install: &bundle_install
18
- run:
19
- name: Installing gems
20
- command: |
21
- bundle config set --local path 'vendor/bundle'
22
- bundle install
23
-
24
- save_bundle_cache: &save_bundle_cache
25
- save_cache:
26
- key: truemail-ruby-client-{{ checksum "truemail-client.gemspec" }}
27
- paths:
28
- - vendor/bundle
29
-
30
- install_codeclimate_reporter: &install_codeclimate_reporter
31
- run:
32
- name: Installing CodeClimate test reporter
33
- command: |
34
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
35
- chmod +x ./cc-test-reporter
36
-
37
- use_compatible_gemspec: &use_compatible_gemspec
38
- run:
39
- name: Use compatible gemspec
40
- command: |
41
- cp .circleci/gemspec_compatible truemail-client.gemspec
42
-
43
- jobs:
44
- linters-ruby:
45
- parameters:
46
- ruby-version:
47
- type: string
48
-
49
- <<: *defaults
50
-
51
- steps:
52
- - checkout
53
-
54
- - <<: *restore_bundle_cache
55
- - <<: *bundle_install
56
- - <<: *save_bundle_cache
57
-
58
- - run:
59
- name: Running Overcommit
60
- command: |
61
- bundle exec overcommit -s
62
- SKIP=AuthorEmail,AuthorName bundle exec overcommit -r
63
-
64
- tests-ruby:
65
- parameters:
66
- ruby-version:
67
- type: string
68
-
69
- <<: *defaults
70
-
71
- steps:
72
- - checkout
73
-
74
- - <<: *restore_bundle_cache
75
- - <<: *bundle_install
76
- - <<: *save_bundle_cache
77
- - <<: *install_codeclimate_reporter
78
-
79
- - run:
80
- name: Running RSpec
81
- command: |
82
- ./cc-test-reporter before-build
83
- bundle exec rspec
84
-
85
- - run:
86
- name: Creating CodeClimate test coverage report
87
- command: |
88
- ./cc-test-reporter format-coverage -t simplecov -o "coverage/codeclimate.$CIRCLE_NODE_INDEX.json"
89
-
90
- - store_artifacts:
91
- name: Saving Simplecov coverage artifacts
92
- path: ~/truemail-ruby-client/coverage
93
- destination: coverage
94
-
95
- - deploy:
96
- name: Uploading CodeClimate test coverage report
97
- command: |
98
- ./cc-test-reporter sum-coverage --output - --parts $CIRCLE_NODE_TOTAL coverage/codeclimate.*.json | ./cc-test-reporter upload-coverage --debug --input -
99
-
100
- compatibility-ruby:
101
- parameters:
102
- ruby-version:
103
- type: string
104
- docker:
105
- - image: cimg/ruby:<< parameters.ruby-version >>
106
- steps:
107
- - checkout
108
- - <<: *use_compatible_gemspec
109
- - ruby/install-deps:
110
- bundler-version: "2.3.5"
111
- with-cache: false
112
- path: './vendor/custom_bundle'
113
- - run:
114
- name: Running compatibility tests
115
- command: bundle exec rspec
116
-
117
- workflows:
118
- build_and_test:
119
- jobs:
120
- - linters-ruby:
121
- matrix:
122
- parameters:
123
- ruby-version: ["3.1"]
124
- - tests-ruby:
125
- matrix:
126
- parameters:
127
- ruby-version: ["3.1"]
128
- - compatibility-ruby:
129
- matrix:
130
- parameters:
131
- ruby-version: ["2.5", "2.6", "2.7", "3.0"]
@@ -1,41 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- lib = ::File.expand_path('lib', __dir__)
4
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
- require 'truemail/client/version'
6
-
7
- Gem::Specification.new do |spec|
8
- spec.name = 'truemail-client'
9
- spec.version = Truemail::Client::VERSION
10
- spec.authors = ['Vladislav Trotsenko']
11
- spec.email = ['admin@bestweb.com.ua']
12
-
13
- spec.summary = %(truemail-client)
14
- spec.description = %(Truemail web API client library for Ruby)
15
-
16
- spec.homepage = 'https://github.com/truemail-rb/truemail-ruby-client'
17
- spec.license = 'MIT'
18
-
19
- spec.metadata = {
20
- 'homepage_uri' => 'https://truemail-rb.org',
21
- 'changelog_uri' => 'https://github.com/truemail-rb/truemail-ruby-client/blob/master/CHANGELOG.md',
22
- 'source_code_uri' => 'https://github.com/truemail-rb/truemail-ruby-client',
23
- 'documentation_uri' => 'https://truemail-rb.org/truemail-ruby-client',
24
- 'bug_tracker_uri' => 'https://github.com/truemail-rb/truemail-ruby-client/issues'
25
- }
26
-
27
- spec.required_ruby_version = '>= 2.5.0'
28
-
29
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
30
- spec.bindir = 'exe'
31
- spec.executables = spec.files.grep(%r{^exe/}) { |f| ::File.basename(f) }
32
- spec.require_paths = ['lib']
33
-
34
- spec.add_development_dependency 'ffaker', '~> 2.20'
35
- spec.add_development_dependency 'json_matchers', '~> 0.11.1'
36
- spec.add_development_dependency 'pry-byebug', '~> 3.9'
37
- spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
38
- spec.add_development_dependency 'rspec', '~> 3.10'
39
- spec.add_development_dependency 'simplecov', '~> 0.17.1'
40
- spec.add_development_dependency 'webmock', '~> 3.14'
41
- end
data/.codeclimate.yml DELETED
@@ -1,13 +0,0 @@
1
- checks:
2
- argument-count:
3
- enabled: false
4
- method-complexity:
5
- enabled: false
6
-
7
- plugins:
8
- rubocop:
9
- enabled: true
10
- channel: rubocop-1-25
11
-
12
- reek:
13
- enabled: true
@@ -1,36 +0,0 @@
1
- # Branch naming convention
2
-
3
- ## Branch naming
4
-
5
- > Please note for new pull requests create new branches from current `develop` branch only.
6
-
7
- Branch name should include type of your contribution and context. Please follow next pattern for naming your branches:
8
-
9
- ```bash
10
- feature/add-some-feature
11
- technical/some-technical-improvements
12
- bugfix/fix-some-bug-name
13
- ```
14
-
15
- ## Before PR actions
16
-
17
- ### Squash commits
18
-
19
- Please squash all branch commits into the one before openning your PR from your fork. It's simple to do with the git:
20
-
21
- ```bash
22
- git rebase -i [hash your first commit of your branch]~1
23
- git rebase -i 6467fe36232401fa740af067cfd8ac9ec932fed2~1 # example
24
- ```
25
-
26
- ### Add commit description
27
-
28
- Please complete your commit description folowing next pattern:
29
-
30
- ```
31
- Technical/Add info files # should be the same name as your branch name
32
-
33
- * Added license, changelog, contributing, code of conduct docs
34
- * Added GitHub templates
35
- * Updated project license link
36
- ```
@@ -1,28 +0,0 @@
1
- ---
2
- name: Bug report
3
- about: Create a report to help us improve
4
- title: "[BUG] Your bug report title here"
5
- labels: bug
6
- assignees: bestwebua
7
-
8
- ---
9
-
10
- <!-- Thanks for helping to make Truemail better! Before submit your bug, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) -->
11
-
12
- ### New bug checklist
13
-
14
- - [ ] I have updated `truemail-ruby-client` to the latest version
15
- - [ ] I have read the [Contribution Guidelines](https://github.com/truemail-rb/truemail-ruby-client/blob/master/CONTRIBUTING.md)
16
- - [ ] I have read the [documentation](https://truemail-rb.org/truemail-ruby-client)
17
- - [ ] I have searched for [existing GitHub issues](https://github.com/truemail-rb/truemail-ruby-client/issues)
18
-
19
- <!-- Please use next pattern for your bug report title: [BUG] Your bug report title here -->
20
-
21
- ### Bug description
22
- <!-- Please include what's happening, expected behavior, and any relevant code samples -->
23
-
24
- ##### Complete output when running truemail, including the stack trace and command used
25
-
26
- <details>
27
- <pre>[INSERT OUTPUT HERE]</pre>
28
- </details>
@@ -1,27 +0,0 @@
1
- ---
2
- name: Feature request
3
- about: Suggest an idea for Truemail
4
- title: "[FEATURE] Your feature request title here"
5
- labels: enhancement
6
- assignees: bestwebua
7
-
8
- ---
9
-
10
- <!-- Thanks for helping to make Truemail better! Before submit your new feature request, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) -->
11
-
12
- ### New feature request checklist
13
-
14
- - [ ] I have updated `truemail-ruby-client` to the latest version
15
- - [ ] I have read the [Contribution Guidelines](https://github.com/truemail-rb/truemail-ruby-client/blob/master/CONTRIBUTING.md)
16
- - [ ] I have read the [documentation](https://truemail-rb.org/truemail-ruby-client)
17
- - [ ] I have searched for [existing GitHub issues](https://github.com/truemail-rb/truemail-ruby-client/issues)
18
-
19
- <!-- Please use next pattern for your feature request title: [FEATURE] Your feature request title here -->
20
-
21
- ### Feature description
22
-
23
- <!-- Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
24
-
25
- Describe the solution you'd like. A clear and concise description of what you want to happen.
26
-
27
- Describe alternatives you've considered. A clear and concise description of any alternative solutions or features you've considered. -->
@@ -1,28 +0,0 @@
1
- ---
2
- name: Issue report
3
- about: Create a report to help us improve
4
- title: "[ISSUE] Your issue report title here"
5
- labels: ''
6
- assignees: bestwebua
7
-
8
- ---
9
-
10
- <!-- Thanks for helping to make Truemail better! Before submit your issue, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) -->
11
-
12
- ### New issue checklist
13
-
14
- - [ ] I have updated `truemail-ruby-client` to the latest version
15
- - [ ] I have read the [Contribution Guidelines](https://github.com/truemail-rb/truemail-ruby-client/blob/master/CONTRIBUTING.md)
16
- - [ ] I have read the [documentation](https://truemail-rb.org/truemail-ruby-client)
17
- - [ ] I have searched for [existing GitHub issues](https://github.com/truemail-rb/truemail-ruby-client/issues)
18
-
19
- <!-- Please use next pattern for your issue report title: [ISSUE] Your issue report title here -->
20
-
21
- ### Issue description
22
- <!-- Please include what's happening, expected behavior, and any relevant code samples -->
23
-
24
- ##### Complete output when running truemail, including the stack trace and command used
25
-
26
- <details>
27
- <pre>[INSERT OUTPUT HERE]</pre>
28
- </details>
@@ -1,22 +0,0 @@
1
- ---
2
- name: Question
3
- about: Ask your question to Truemail team
4
- title: "[QUESTION] Your question title here"
5
- labels: question
6
- assignees: bestwebua
7
-
8
- ---
9
-
10
- <!-- Thanks for helping to make Truemail better! Before submit your question, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) -->
11
-
12
- ### New question checklist
13
-
14
- - [ ] I have read the [Contribution Guidelines](https://github.com/truemail-rb/truemail-ruby-client/blob/master/CONTRIBUTING.md)
15
- - [ ] I have read the [documentation](https://truemail-rb.org/truemail-ruby-client)
16
- - [ ] I have searched for [existing GitHub issues](https://github.com/truemail-rb/truemail-ruby-client/issues)
17
-
18
- <!-- Please use next pattern for your question title: [QUESTION] Your question title here -->
19
-
20
- ### Question
21
-
22
- <!-- Your question context here -->
@@ -1,49 +0,0 @@
1
- # PR Details
2
-
3
- <!-- Provide a general summary of your changes in the Title above -->
4
- <!-- PR name should the same name as your branch name, example: -->
5
- <!-- Branch name is: feature/add-some-feature -->
6
- <!-- PR name should be: Feature/Add some feature -->
7
-
8
- ## Description
9
-
10
- <!--- Describe your changes in detail -->
11
-
12
- ## Related Issue
13
-
14
- <!--- This project only accepts pull requests related to open issues -->
15
- <!--- If suggesting a new feature or change, please discuss it in an issue first -->
16
- <!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
17
- <!--- Please link to the issue here: -->
18
-
19
- ## Motivation and Context
20
-
21
- <!--- Why is this change required? What problem does it solve? -->
22
-
23
- ## How Has This Been Tested
24
-
25
- <!--- Please describe in detail how you tested your changes. -->
26
- <!--- Include details of your testing environment, and the tests you ran to -->
27
- <!--- see how your change affects other areas of the code, etc. -->
28
-
29
- ## Types of changes
30
-
31
- <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
32
-
33
- - [ ] Docs change / refactoring / dependency upgrade
34
- - [ ] Bug fix (non-breaking change which fixes an issue)
35
- - [ ] New feature (non-breaking change which adds functionality)
36
- - [ ] Breaking change (fix or feature that would cause existing functionality to change)
37
-
38
- ## Checklist
39
-
40
- <!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
41
- <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
42
-
43
- - [ ] My code follows the code style of this project
44
- - [ ] My change requires a change to the documentation
45
- - [ ] I have updated the documentation accordingly
46
- - [ ] I have read the [**CONTRIBUTING** document](https://github.com/truemail-rb/truemail-ruby-client/blob/master/CONTRIBUTING.md)
47
- - [ ] I have added tests to cover my changes
48
- - [ ] I have run `bundle exec rspec` from the root directory to see all new and existing tests pass
49
- - [ ] I have run `rubocop` and `reek` to ensure the code style is valid