truemail-rspec 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ebf85309e59ff11f0a9bbb91765f27fb18d434174e0957a90e020b273070fa9
4
- data.tar.gz: 5c930279fb803f145eb4cf6696a0e120e15de41cfff0bb9943a65a1e9c7ec77a
3
+ metadata.gz: 0af0d3f7a6e68f38a40b6204ff152160baa41e97170158b69924a6022ea9ebad
4
+ data.tar.gz: dff856d236d958a4bd97a1fb25845c0822bd2ad9a9302ba69999f6478b951b7a
5
5
  SHA512:
6
- metadata.gz: 50675d24c85368c6937b0054361f3b5d4ef3b881a548b0321ce47972935a6dc0d35e50a932e55ccd9dd4d36be3d6b8548081a6302700117f3cbf1586d6c17e91
7
- data.tar.gz: 405fd4652c5ceebdc7c2f94fe9bf5445477805c35edfc85ae12f00ddd8fa92665484ee28ee151cde6273989d417c1184579c298e50ffb76237bcd4411d463410
6
+ metadata.gz: cf85922aeef5d7f85393cd8e7a5f4a182c231c47a1e48c09bf9e47286f5b390afeb8391f118fe0ce554bf9df9affdeb95a18e505e20ec0eddfd19e7e2d4e0053
7
+ data.tar.gz: 475c1a291eba95591c5762636c99f3f3a24bfec2b9fb7c9bcfb269a6e89bf2979b99ea5a8fa67a257913847b70aaab43bde1b3ece1bbe0e3d1349ebd2ac52ae1
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020-2022 Vladislav Trotsenko
3
+ Copyright (c) 2020-2023 Vladislav Trotsenko
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Truemail
4
4
  module RSpec
5
- VERSION = '1.0.0'
5
+ VERSION = '1.1.0'
6
6
  end
7
7
  end
@@ -23,18 +23,15 @@ Gem::Specification.new do |spec|
23
23
  }
24
24
 
25
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']
26
+ spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(bin|lib)/|.ruby-version|truemail-rspec.gemspec|LICENSE}) }
27
+ spec.require_paths = %w[lib]
31
28
 
32
29
  spec.add_runtime_dependency 'ffaker', '~> 2.21'
33
- spec.add_runtime_dependency 'net-smtp', '~> 0.3.2' if ::RUBY_VERSION >= '3.1.0'
34
- spec.add_runtime_dependency 'rspec', '~> 3.11'
30
+ spec.add_runtime_dependency 'net-smtp', '~> 0.3.3' if ::Gem::Version.new(::RUBY_VERSION) >= ::Gem::Version.new('3.1.0')
31
+ spec.add_runtime_dependency 'rspec', '~> 3.12'
35
32
  spec.add_runtime_dependency 'truemail', '~> 3.0'
36
33
 
37
34
  spec.add_development_dependency 'ffaker', '~> 2.21'
38
35
  spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
39
- spec.add_development_dependency 'rspec', '~> 3.11'
36
+ spec.add_development_dependency 'rspec', '~> 3.12'
40
37
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: truemail-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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-10-25 00:00:00.000000000 Z
11
+ date: 2023-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffaker
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '3.11'
33
+ version: '3.12'
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: '3.11'
40
+ version: '3.12'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: truemail
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -92,14 +92,14 @@ dependencies:
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: '3.11'
95
+ version: '3.12'
96
96
  type: :development
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - "~>"
101
101
  - !ruby/object:Gem::Version
102
- version: '3.11'
102
+ version: '3.12'
103
103
  description: Truemail RSpec helpers
104
104
  email:
105
105
  - admin@bestweb.com.ua
@@ -107,32 +107,8 @@ executables: []
107
107
  extensions: []
108
108
  extra_rdoc_files: []
109
109
  files:
110
- - ".circleci/config.yml"
111
- - ".circleci/gemspec_compatible"
112
- - ".circleci/gemspec_latest"
113
- - ".codeclimate.yml"
114
- - ".github/BRANCH_NAMING_CONVENTION.md"
115
- - ".github/DEVELOPMENT_ENVIRONMENT_GUIDE.md"
116
- - ".github/FUNDING.yml"
117
- - ".github/ISSUE_TEMPLATE/bug_report.md"
118
- - ".github/ISSUE_TEMPLATE/feature_request.md"
119
- - ".github/ISSUE_TEMPLATE/issue_report.md"
120
- - ".github/ISSUE_TEMPLATE/question.md"
121
- - ".github/PULL_REQUEST_TEMPLATE.md"
122
- - ".gitignore"
123
- - ".overcommit.yml"
124
- - ".reek.yml"
125
- - ".rspec"
126
- - ".rubocop.yml"
127
- - ".ruby-gemset"
128
110
  - ".ruby-version"
129
- - CHANGELOG.md
130
- - CODE_OF_CONDUCT.md
131
- - CONTRIBUTING.md
132
- - Gemfile
133
111
  - LICENSE.txt
134
- - README.md
135
- - Rakefile
136
112
  - bin/console
137
113
  - bin/setup
138
114
  - lib/truemail/rspec.rb
@@ -150,7 +126,7 @@ metadata:
150
126
  source_code_uri: https://github.com/truemail-rb/truemail-rspec
151
127
  documentation_uri: https://truemail-rb.org/truemail-rspec
152
128
  bug_tracker_uri: https://github.com/truemail-rb/truemail-rspec/issues
153
- post_install_message:
129
+ post_install_message:
154
130
  rdoc_options: []
155
131
  require_paths:
156
132
  - lib
@@ -165,8 +141,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
141
  - !ruby/object:Gem::Version
166
142
  version: '0'
167
143
  requirements: []
168
- rubygems_version: 3.2.20
169
- signing_key:
144
+ rubygems_version: 3.2.15
145
+ signing_key:
170
146
  specification_version: 4
171
147
  summary: truemail-rspec
172
148
  test_files: []
data/.circleci/config.yml DELETED
@@ -1,139 +0,0 @@
1
- version: 2.1
2
-
3
- defaults: &defaults
4
- working_directory: ~/truemail-rspec
5
- docker:
6
- - image: cimg/ruby:<< parameters.ruby-version >>
7
-
8
- orbs:
9
- ruby: circleci/ruby@1.8.0
10
-
11
- references:
12
- restore_bundle_cache: &restore_bundle_cache
13
- restore_cache:
14
- keys:
15
- - truemail-rspec-{{ checksum "truemail-rspec.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-rspec-{{ checksum "truemail-rspec.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-rspec.gemspec
42
-
43
- use_compatible_gemspec: &use_compatible_gemspec
44
- run:
45
- name: Using compatible gemspec
46
- command: |
47
- cp .circleci/gemspec_compatible truemail-rspec.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-rspec/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.24"
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,40 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require_relative 'lib/truemail/rspec/version'
4
-
5
- Gem::Specification.new do |spec|
6
- spec.name = 'truemail-rspec'
7
- spec.version = Truemail::RSpec::VERSION
8
- spec.authors = ['Vladislav Trotsenko']
9
- spec.email = ['admin@bestweb.com.ua']
10
-
11
- spec.summary = %(truemail-rspec)
12
- spec.description = %(Truemail RSpec helpers)
13
-
14
- spec.homepage = 'https://github.com/truemail-rb/truemail-rspec'
15
- spec.license = 'MIT'
16
-
17
- spec.metadata = {
18
- 'homepage_uri' => 'https://truemail-rb.org',
19
- 'changelog_uri' => 'https://github.com/truemail-rb/truemail-rspec/blob/master/CHANGELOG.md',
20
- 'source_code_uri' => 'https://github.com/truemail-rb/truemail-rspec',
21
- 'documentation_uri' => 'https://truemail-rb.org/truemail-rspec',
22
- 'bug_tracker_uri' => 'https://github.com/truemail-rb/truemail-rspec/issues'
23
- }
24
-
25
- spec.required_ruby_version = ['>= 2.5.0', '< 3.1.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_runtime_dependency 'ffaker', '~> 2.21'
33
- spec.add_runtime_dependency 'rspec', '~> 3.11'
34
- spec.add_runtime_dependency 'truemail', '~> 3.0'
35
-
36
- spec.add_development_dependency 'ffaker', '~> 2.21'
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 'rspec', '~> 3.11'
40
- end
@@ -1,49 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require_relative 'lib/truemail/rspec/version'
4
-
5
- Gem::Specification.new do |spec|
6
- spec.name = 'truemail-rspec'
7
- spec.version = Truemail::RSpec::VERSION
8
- spec.authors = ['Vladislav Trotsenko']
9
- spec.email = ['admin@bestweb.com.ua']
10
-
11
- spec.summary = %(truemail-rspec)
12
- spec.description = %(Truemail RSpec helpers)
13
-
14
- spec.homepage = 'https://github.com/truemail-rb/truemail-rspec'
15
- spec.license = 'MIT'
16
-
17
- spec.metadata = {
18
- 'homepage_uri' => 'https://truemail-rb.org',
19
- 'changelog_uri' => 'https://github.com/truemail-rb/truemail-rspec/blob/master/CHANGELOG.md',
20
- 'source_code_uri' => 'https://github.com/truemail-rb/truemail-rspec',
21
- 'documentation_uri' => 'https://truemail-rb.org/truemail-rspec',
22
- 'bug_tracker_uri' => 'https://github.com/truemail-rb/truemail-rspec/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_runtime_dependency 'ffaker', '~> 2.21'
33
- spec.add_runtime_dependency 'net-smtp', '~> 0.3.2'
34
- spec.add_runtime_dependency 'rspec', '~> 3.11'
35
- spec.add_runtime_dependency 'truemail', '~> 3.0'
36
-
37
- spec.add_development_dependency 'bundler-audit', '~> 0.9.1'
38
- spec.add_development_dependency 'fasterer', '~> 0.10.0'
39
- spec.add_development_dependency 'ffaker', '~> 2.21'
40
- spec.add_development_dependency 'overcommit', '~> 0.59.1'
41
- spec.add_development_dependency 'pry-byebug', '~> 3.10', '>= 3.10.1'
42
- spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
43
- spec.add_development_dependency 'reek', '~> 6.1', '>= 6.1.1'
44
- spec.add_development_dependency 'rspec', '~> 3.11'
45
- spec.add_development_dependency 'rubocop', '~> 1.37'
46
- spec.add_development_dependency 'rubocop-performance', '~> 1.15'
47
- spec.add_development_dependency 'rubocop-rspec', '~> 2.13', '>= 2.13.2'
48
- spec.add_development_dependency 'simplecov', '~> 0.21.2'
49
- 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-37
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,26 +0,0 @@
1
- # Development environment guide
2
-
3
- ## Preparing
4
-
5
- Clone `truemail-rspec` repository:
6
-
7
- ```bash
8
- git clone https://github.com/truemail-rb/truemail-rspec.git
9
- cd truemail-rspec
10
- ```
11
-
12
- Configure latest Ruby environment:
13
-
14
- ```bash
15
- echo 'ruby-3.1.1' > .ruby-version
16
- cp .circleci/gemspec_latest truemail.gemspec
17
- ```
18
-
19
- ## Commiting
20
-
21
- Commit your changes excluding `.ruby-version`, `truemail.gemspec`
22
-
23
- ```bash
24
- git add . ':!.ruby-version' ':!truemail.gemspec'
25
- git commit -m 'Your new awesome truemail feature'
26
- ```
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-rspec` to the latest version
15
- - [ ] I have read the [Contribution Guidelines](https://github.com/truemail-rb/truemail-rspec/blob/master/CONTRIBUTING.md)
16
- - [ ] I have read the [documentation](https://truemail-rb.org/truemail-rspec)
17
- - [ ] I have searched for [existing GitHub issues](https://github.com/truemail-rb/truemail-rspec/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-rspec, 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-rspec` to the latest version
15
- - [ ] I have read the [Contribution Guidelines](https://github.com/truemail-rb/truemail-rspec/blob/master/CONTRIBUTING.md)
16
- - [ ] I have read the [documentation](https://truemail-rb.org/truemail-rspec)
17
- - [ ] I have searched for [existing GitHub issues](https://github.com/truemail-rb/truemail-rspec/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-rspec` to the latest version
15
- - [ ] I have read the [Contribution Guidelines](https://github.com/truemail-rb/truemail-rspec/blob/master/CONTRIBUTING.md)
16
- - [ ] I have read the [documentation](https://truemail-rb.org/truemail-rspec)
17
- - [ ] I have searched for [existing GitHub issues](https://github.com/truemail-rb/truemail-rspec/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-rspec, 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-rspec/blob/master/CONTRIBUTING.md)
15
- - [ ] I have read the [documentation](https://truemail-rb.org/truemail-rspec)
16
- - [ ] I have searched for [existing GitHub issues](https://github.com/truemail-rb/truemail-rspec/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-rspec/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
@@ -1,4 +0,0 @@
1
- /.rspec_status
2
- /pkg
3
- /coverage/
4
- Gemfile.lock
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