truemail-client 0.4.1 → 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 +4 -4
- data/lib/truemail/client/version.rb +1 -1
- metadata +19 -39
- data/.circleci/config.yml +0 -139
- data/.circleci/gemspec_compatible +0 -37
- data/.circleci/gemspec_latest +0 -46
- data/.codeclimate.yml +0 -13
- data/.github/BRANCH_NAMING_CONVENTION.md +0 -36
- data/.github/DEVELOPMENT_ENVIRONMENT_GUIDE.md +0 -32
- data/.github/FUNDING.yml +0 -1
- data/.github/ISSUE_TEMPLATE/bug_report.md +0 -28
- data/.github/ISSUE_TEMPLATE/feature_request.md +0 -27
- data/.github/ISSUE_TEMPLATE/issue_report.md +0 -28
- data/.github/ISSUE_TEMPLATE/question.md +0 -22
- data/.github/PULL_REQUEST_TEMPLATE.md +0 -49
- data/.gitignore +0 -11
- data/.overcommit.yml +0 -32
- data/.reek.yml +0 -21
- data/.rspec +0 -2
- data/.rubocop.yml +0 -416
- data/.ruby-gemset +0 -1
- data/CHANGELOG.md +0 -113
- data/CODE_OF_CONDUCT.md +0 -74
- data/CONTRIBUTING.md +0 -47
- data/Gemfile +0 -5
- data/README.md +0 -195
- data/Rakefile +0 -8
- data/truemail-client.gemspec +0 -37
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ba2f7b60012e11a9a814157af4a240b21d0d491cbd0994050909b487b6fd5af
|
4
|
+
data.tar.gz: 674c7cb43894b2d6dce31675c6a9c1ded43f5b20d1e46f98aab966ac5d84fb41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 655480dfe198484b7d1d9295b5903092eebaf1aa60b0edb99cd1417f77868cb307ca2d486e9c01530b2a21414fbce983da8edb9c83edfe23006e88008445d5fd
|
7
|
+
data.tar.gz: 44ab3985fff27833478a38ce3a16dbbd2ea7ba26b9a07165382db6b83be4a4b7f8b86b2f34bd6df9d077141a2a92151afc6523708f3a5146f9e6860000ab1222
|
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.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vladislav Trotsenko
|
8
|
-
autorequire:
|
9
|
-
bindir:
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffaker
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '2.
|
19
|
+
version: '2.21'
|
20
20
|
type: :development
|
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: '2.
|
26
|
+
version: '2.21'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: json_matchers
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -64,28 +64,34 @@ dependencies:
|
|
64
64
|
requirements:
|
65
65
|
- - "~>"
|
66
66
|
- !ruby/object:Gem::Version
|
67
|
-
version: '3.
|
67
|
+
version: '3.12'
|
68
68
|
type: :development
|
69
69
|
prerelease: false
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - "~>"
|
73
73
|
- !ruby/object:Gem::Version
|
74
|
-
version: '3.
|
74
|
+
version: '3.12'
|
75
75
|
- !ruby/object:Gem::Dependency
|
76
76
|
name: webmock
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|
78
78
|
requirements:
|
79
79
|
- - "~>"
|
80
80
|
- !ruby/object:Gem::Version
|
81
|
-
version: '3.
|
81
|
+
version: '3.18'
|
82
|
+
- - ">="
|
83
|
+
- !ruby/object:Gem::Version
|
84
|
+
version: 3.18.1
|
82
85
|
type: :development
|
83
86
|
prerelease: false
|
84
87
|
version_requirements: !ruby/object:Gem::Requirement
|
85
88
|
requirements:
|
86
89
|
- - "~>"
|
87
90
|
- !ruby/object:Gem::Version
|
88
|
-
version: '3.
|
91
|
+
version: '3.18'
|
92
|
+
- - ">="
|
93
|
+
- !ruby/object:Gem::Version
|
94
|
+
version: 3.18.1
|
89
95
|
description: Truemail web API client library for Ruby
|
90
96
|
email:
|
91
97
|
- admin@bestweb.com.ua
|
@@ -93,39 +99,14 @@ executables: []
|
|
93
99
|
extensions: []
|
94
100
|
extra_rdoc_files: []
|
95
101
|
files:
|
96
|
-
- ".circleci/config.yml"
|
97
|
-
- ".circleci/gemspec_compatible"
|
98
|
-
- ".circleci/gemspec_latest"
|
99
|
-
- ".codeclimate.yml"
|
100
|
-
- ".github/BRANCH_NAMING_CONVENTION.md"
|
101
|
-
- ".github/DEVELOPMENT_ENVIRONMENT_GUIDE.md"
|
102
|
-
- ".github/FUNDING.yml"
|
103
|
-
- ".github/ISSUE_TEMPLATE/bug_report.md"
|
104
|
-
- ".github/ISSUE_TEMPLATE/feature_request.md"
|
105
|
-
- ".github/ISSUE_TEMPLATE/issue_report.md"
|
106
|
-
- ".github/ISSUE_TEMPLATE/question.md"
|
107
|
-
- ".github/PULL_REQUEST_TEMPLATE.md"
|
108
|
-
- ".gitignore"
|
109
|
-
- ".overcommit.yml"
|
110
|
-
- ".reek.yml"
|
111
|
-
- ".rspec"
|
112
|
-
- ".rubocop.yml"
|
113
|
-
- ".ruby-gemset"
|
114
102
|
- ".ruby-version"
|
115
|
-
- CHANGELOG.md
|
116
|
-
- CODE_OF_CONDUCT.md
|
117
|
-
- CONTRIBUTING.md
|
118
|
-
- Gemfile
|
119
103
|
- LICENSE.txt
|
120
|
-
- README.md
|
121
|
-
- Rakefile
|
122
104
|
- bin/console
|
123
105
|
- bin/setup
|
124
106
|
- lib/truemail/client.rb
|
125
107
|
- lib/truemail/client/configuration.rb
|
126
108
|
- lib/truemail/client/http.rb
|
127
109
|
- lib/truemail/client/version.rb
|
128
|
-
- truemail-client.gemspec
|
129
110
|
homepage: https://github.com/truemail-rb/truemail-ruby-client
|
130
111
|
licenses:
|
131
112
|
- MIT
|
@@ -135,7 +116,7 @@ metadata:
|
|
135
116
|
source_code_uri: https://github.com/truemail-rb/truemail-ruby-client
|
136
117
|
documentation_uri: https://truemail-rb.org/truemail-ruby-client
|
137
118
|
bug_tracker_uri: https://github.com/truemail-rb/truemail-ruby-client/issues
|
138
|
-
post_install_message:
|
119
|
+
post_install_message:
|
139
120
|
rdoc_options: []
|
140
121
|
require_paths:
|
141
122
|
- lib
|
@@ -150,9 +131,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
131
|
- !ruby/object:Gem::Version
|
151
132
|
version: '0'
|
152
133
|
requirements: []
|
153
|
-
|
154
|
-
|
155
|
-
signing_key:
|
134
|
+
rubygems_version: 3.2.15
|
135
|
+
signing_key:
|
156
136
|
specification_version: 4
|
157
137
|
summary: truemail-client
|
158
138
|
test_files: []
|
data/.circleci/config.yml
DELETED
@@ -1,139 +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_latest_gemspec: &use_latest_gemspec
|
38
|
-
run:
|
39
|
-
name: Using latest gemspec
|
40
|
-
command: |
|
41
|
-
cp .circleci/gemspec_latest truemail-client.gemspec
|
42
|
-
|
43
|
-
use_compatible_gemspec: &use_compatible_gemspec
|
44
|
-
run:
|
45
|
-
name: Using compatible gemspec
|
46
|
-
command: |
|
47
|
-
cp .circleci/gemspec_compatible truemail-client.gemspec
|
48
|
-
|
49
|
-
jobs:
|
50
|
-
linters-ruby:
|
51
|
-
parameters:
|
52
|
-
ruby-version:
|
53
|
-
type: string
|
54
|
-
|
55
|
-
<<: *defaults
|
56
|
-
|
57
|
-
steps:
|
58
|
-
- checkout
|
59
|
-
|
60
|
-
- <<: *use_latest_gemspec
|
61
|
-
- <<: *restore_bundle_cache
|
62
|
-
- <<: *bundle_install
|
63
|
-
- <<: *save_bundle_cache
|
64
|
-
|
65
|
-
- run:
|
66
|
-
name: Running Overcommit
|
67
|
-
command: |
|
68
|
-
bundle exec overcommit -s
|
69
|
-
SKIP=AuthorEmail,AuthorName bundle exec overcommit -r
|
70
|
-
|
71
|
-
tests-ruby:
|
72
|
-
parameters:
|
73
|
-
ruby-version:
|
74
|
-
type: string
|
75
|
-
|
76
|
-
<<: *defaults
|
77
|
-
|
78
|
-
steps:
|
79
|
-
- checkout
|
80
|
-
|
81
|
-
- <<: *use_latest_gemspec
|
82
|
-
- <<: *restore_bundle_cache
|
83
|
-
- <<: *bundle_install
|
84
|
-
- <<: *save_bundle_cache
|
85
|
-
- <<: *install_codeclimate_reporter
|
86
|
-
|
87
|
-
- run:
|
88
|
-
name: Running RSpec
|
89
|
-
command: |
|
90
|
-
./cc-test-reporter before-build
|
91
|
-
bundle exec rspec
|
92
|
-
|
93
|
-
- run:
|
94
|
-
name: Creating CodeClimate test coverage report
|
95
|
-
command: |
|
96
|
-
./cc-test-reporter format-coverage -t simplecov -o "coverage/codeclimate.$CIRCLE_NODE_INDEX.json"
|
97
|
-
|
98
|
-
- store_artifacts:
|
99
|
-
name: Saving Simplecov coverage artifacts
|
100
|
-
path: ~/truemail-ruby-client/coverage
|
101
|
-
destination: coverage
|
102
|
-
|
103
|
-
- deploy:
|
104
|
-
name: Uploading CodeClimate test coverage report
|
105
|
-
command: |
|
106
|
-
./cc-test-reporter sum-coverage --output - --parts $CIRCLE_NODE_TOTAL coverage/codeclimate.*.json | ./cc-test-reporter upload-coverage --debug --input -
|
107
|
-
|
108
|
-
compatibility-ruby:
|
109
|
-
parameters:
|
110
|
-
ruby-version:
|
111
|
-
type: string
|
112
|
-
docker:
|
113
|
-
- image: cimg/ruby:<< parameters.ruby-version >>
|
114
|
-
steps:
|
115
|
-
- checkout
|
116
|
-
- <<: *use_compatible_gemspec
|
117
|
-
- ruby/install-deps:
|
118
|
-
bundler-version: "2.3.9"
|
119
|
-
with-cache: false
|
120
|
-
path: './vendor/custom_bundle'
|
121
|
-
- run:
|
122
|
-
name: Running compatibility tests
|
123
|
-
command: bundle exec rspec
|
124
|
-
|
125
|
-
workflows:
|
126
|
-
build_and_test:
|
127
|
-
jobs:
|
128
|
-
- linters-ruby:
|
129
|
-
matrix:
|
130
|
-
parameters:
|
131
|
-
ruby-version: ["3.1"]
|
132
|
-
- tests-ruby:
|
133
|
-
matrix:
|
134
|
-
parameters:
|
135
|
-
ruby-version: ["3.1"]
|
136
|
-
- compatibility-ruby:
|
137
|
-
matrix:
|
138
|
-
parameters:
|
139
|
-
ruby-version: ["2.5", "2.6", "2.7", "3.0"]
|
@@ -1,37 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require_relative 'lib/truemail/client/version'
|
4
|
-
|
5
|
-
Gem::Specification.new do |spec|
|
6
|
-
spec.name = 'truemail-client'
|
7
|
-
spec.version = Truemail::Client::VERSION
|
8
|
-
spec.authors = ['Vladislav Trotsenko']
|
9
|
-
spec.email = ['admin@bestweb.com.ua']
|
10
|
-
|
11
|
-
spec.summary = %(truemail-client)
|
12
|
-
spec.description = %(Truemail web API client library for Ruby)
|
13
|
-
|
14
|
-
spec.homepage = 'https://github.com/truemail-rb/truemail-ruby-client'
|
15
|
-
spec.license = 'MIT'
|
16
|
-
|
17
|
-
spec.metadata = {
|
18
|
-
'homepage_uri' => 'https://truemail-rb.org',
|
19
|
-
'changelog_uri' => 'https://github.com/truemail-rb/truemail-ruby-client/blob/master/CHANGELOG.md',
|
20
|
-
'source_code_uri' => 'https://github.com/truemail-rb/truemail-ruby-client',
|
21
|
-
'documentation_uri' => 'https://truemail-rb.org/truemail-ruby-client',
|
22
|
-
'bug_tracker_uri' => 'https://github.com/truemail-rb/truemail-ruby-client/issues'
|
23
|
-
}
|
24
|
-
|
25
|
-
spec.required_ruby_version = '>= 2.5.0'
|
26
|
-
|
27
|
-
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
28
|
-
spec.bindir = 'exe'
|
29
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| ::File.basename(f) }
|
30
|
-
spec.require_paths = ['lib']
|
31
|
-
|
32
|
-
spec.add_development_dependency 'ffaker', '~> 2.20'
|
33
|
-
spec.add_development_dependency 'json_matchers', '~> 0.11.1'
|
34
|
-
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
|
35
|
-
spec.add_development_dependency 'rspec', '~> 3.11'
|
36
|
-
spec.add_development_dependency 'webmock', '~> 3.14'
|
37
|
-
end
|
data/.circleci/gemspec_latest
DELETED
@@ -1,46 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require_relative 'lib/truemail/client/version'
|
4
|
-
|
5
|
-
Gem::Specification.new do |spec|
|
6
|
-
spec.name = 'truemail-client'
|
7
|
-
spec.version = Truemail::Client::VERSION
|
8
|
-
spec.authors = ['Vladislav Trotsenko']
|
9
|
-
spec.email = ['admin@bestweb.com.ua']
|
10
|
-
|
11
|
-
spec.summary = %(truemail-client)
|
12
|
-
spec.description = %(Truemail web API client library for Ruby)
|
13
|
-
|
14
|
-
spec.homepage = 'https://github.com/truemail-rb/truemail-ruby-client'
|
15
|
-
spec.license = 'MIT'
|
16
|
-
|
17
|
-
spec.metadata = {
|
18
|
-
'homepage_uri' => 'https://truemail-rb.org',
|
19
|
-
'changelog_uri' => 'https://github.com/truemail-rb/truemail-ruby-client/blob/master/CHANGELOG.md',
|
20
|
-
'source_code_uri' => 'https://github.com/truemail-rb/truemail-ruby-client',
|
21
|
-
'documentation_uri' => 'https://truemail-rb.org/truemail-ruby-client',
|
22
|
-
'bug_tracker_uri' => 'https://github.com/truemail-rb/truemail-ruby-client/issues'
|
23
|
-
}
|
24
|
-
|
25
|
-
spec.required_ruby_version = '>= 2.5.0'
|
26
|
-
|
27
|
-
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
28
|
-
spec.bindir = 'exe'
|
29
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| ::File.basename(f) }
|
30
|
-
spec.require_paths = ['lib']
|
31
|
-
|
32
|
-
spec.add_development_dependency 'bundler-audit', '~> 0.9.0.1'
|
33
|
-
spec.add_development_dependency 'fasterer', '~> 0.9.0'
|
34
|
-
spec.add_development_dependency 'ffaker', '~> 2.20'
|
35
|
-
spec.add_development_dependency 'json_matchers', '~> 0.11.1'
|
36
|
-
spec.add_development_dependency 'overcommit', '~> 0.58.0'
|
37
|
-
spec.add_development_dependency 'pry-byebug', '~> 3.9'
|
38
|
-
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
|
39
|
-
spec.add_development_dependency 'reek', '~> 6.1'
|
40
|
-
spec.add_development_dependency 'rspec', '~> 3.11'
|
41
|
-
spec.add_development_dependency 'rubocop', '~> 1.26', '>= 1.26.1'
|
42
|
-
spec.add_development_dependency 'rubocop-performance', '~> 1.13', '>= 1.13.3'
|
43
|
-
spec.add_development_dependency 'rubocop-rspec', '~> 2.9'
|
44
|
-
spec.add_development_dependency 'simplecov', '~> 0.21.2'
|
45
|
-
spec.add_development_dependency 'webmock', '~> 3.14'
|
46
|
-
end
|
data/.codeclimate.yml
DELETED
@@ -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,32 +0,0 @@
|
|
1
|
-
# Development environment guide
|
2
|
-
|
3
|
-
## Preparing
|
4
|
-
|
5
|
-
Clone `truemail-ruby-client` repository:
|
6
|
-
|
7
|
-
```bash
|
8
|
-
git clone https://github.com/truemail-rb/truemail-ruby-client.git
|
9
|
-
cd truemail-ruby-client
|
10
|
-
```
|
11
|
-
|
12
|
-
Configure latest Ruby environment:
|
13
|
-
|
14
|
-
```bash
|
15
|
-
echo 'ruby-3.1.1' > .ruby-version
|
16
|
-
cp .circleci/gemspec_latest truemail-client.gemspec
|
17
|
-
```
|
18
|
-
|
19
|
-
## Installing dependencies
|
20
|
-
|
21
|
-
```bash
|
22
|
-
bundle install
|
23
|
-
```
|
24
|
-
|
25
|
-
## Commiting
|
26
|
-
|
27
|
-
Commit your changes excluding `.ruby-version`, `truemail-client.gemspec`
|
28
|
-
|
29
|
-
```bash
|
30
|
-
git add . ':!.ruby-version' ':!truemail-client.gemspec'
|
31
|
-
git commit -m 'Your new awesome truemail-client feature'
|
32
|
-
```
|
data/.github/FUNDING.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
github: [bestwebua]
|
@@ -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
|
data/.gitignore
DELETED
data/.overcommit.yml
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
PreCommit:
|
2
|
-
AuthorEmail:
|
3
|
-
enabled: true
|
4
|
-
required: false
|
5
|
-
|
6
|
-
AuthorName:
|
7
|
-
enabled: false
|
8
|
-
|
9
|
-
BundleAudit:
|
10
|
-
enabled: true
|
11
|
-
|
12
|
-
Fasterer:
|
13
|
-
enabled: true
|
14
|
-
include: '**/*.rb'
|
15
|
-
|
16
|
-
TrailingWhitespace:
|
17
|
-
enabled: true
|
18
|
-
|
19
|
-
RuboCop:
|
20
|
-
enabled: true
|
21
|
-
flags: ['--format=emacs', '--force-exclusion', '--display-cop-names']
|
22
|
-
|
23
|
-
Reek:
|
24
|
-
enabled: true
|
25
|
-
flags: ['--force-exclusion']
|
26
|
-
|
27
|
-
PostCheckout:
|
28
|
-
ALL:
|
29
|
-
quiet: true
|
30
|
-
|
31
|
-
IndexTags:
|
32
|
-
enabled: true
|