dns_mock 1.5.5 → 1.5.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/dns_mock.gemspec +3 -2
- data/lib/dns_mock/version.rb +1 -1
- metadata +4 -28
- data/.circleci/config.yml +0 -139
- data/.circleci/gemspec_compatible +0 -38
- data/.circleci/gemspec_latest +0 -48
- data/.codeclimate.yml +0 -13
- data/.github/BRANCH_NAMING_CONVENTION.md +0 -36
- data/.github/DEVELOPMENT_ENVIRONMENT_GUIDE.md +0 -26
- 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 -65
- data/.rspec +0 -2
- data/.rubocop.yml +0 -123
- data/.ruby-gemset +0 -1
- data/CHANGELOG.md +0 -381
- data/CODE_OF_CONDUCT.md +0 -74
- data/CONTRIBUTING.md +0 -48
- data/Gemfile +0 -5
- data/README.md +0 -201
- data/Rakefile +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c67ddc09473dc09b17caf9fa907240a9d92f3f48b30cb4fe38353904c7001aa
|
4
|
+
data.tar.gz: 7941f16905e6ff8a8a6b7372e40996476a54edcd79691e00ef64e9e398f3cfbd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8ef12db3a6da5b66f61ebb71e1711e394890395f34846fa7408bd99c119a7f512d46f6c4451663423e4eafd82c53f16c6a54c6f1fccfc14e7e5f6414d6006f1
|
7
|
+
data.tar.gz: 2f0c86bd02070af08d1f4ef6d4b9053c0169c290c34802048d0f0a49eda83401aaf66c9c154ca11f0de26e6870c4edfb1b2253e0c3ae74a6ad1d20e9f6f1a389
|
data/dns_mock.gemspec
CHANGED
@@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.required_ruby_version = '>= 2.5.0'
|
26
26
|
|
27
27
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
28
|
+
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(bin|lib)/|.ruby-version|dns_mock.gemspec|LICENSE}) }
|
28
29
|
spec.bindir = 'exe'
|
29
30
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| ::File.basename(f) }
|
30
31
|
spec.require_paths = ['lib']
|
@@ -32,8 +33,8 @@ Gem::Specification.new do |spec|
|
|
32
33
|
spec.add_runtime_dependency 'simpleidn', '~> 0.2.1'
|
33
34
|
|
34
35
|
spec.add_development_dependency 'ffaker', '~> 2.21'
|
35
|
-
spec.add_development_dependency 'net-ftp', '~> 0.
|
36
|
+
spec.add_development_dependency 'net-ftp', '~> 0.2.0' if ::Gem::Version.new(::RUBY_VERSION) >= ::Gem::Version.new('3.1.0')
|
36
37
|
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
|
37
|
-
spec.add_development_dependency 'rspec', '~> 3.
|
38
|
+
spec.add_development_dependency 'rspec', '~> 3.12'
|
38
39
|
spec.add_development_dependency 'rspec-dns', '~> 0.1.8'
|
39
40
|
end
|
data/lib/dns_mock/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dns_mock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vladislav Trotsenko
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: simpleidn
|
@@ -64,14 +64,14 @@ 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: rspec-dns
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|
@@ -94,32 +94,8 @@ executables: []
|
|
94
94
|
extensions: []
|
95
95
|
extra_rdoc_files: []
|
96
96
|
files:
|
97
|
-
- ".circleci/config.yml"
|
98
|
-
- ".circleci/gemspec_compatible"
|
99
|
-
- ".circleci/gemspec_latest"
|
100
|
-
- ".codeclimate.yml"
|
101
|
-
- ".github/BRANCH_NAMING_CONVENTION.md"
|
102
|
-
- ".github/DEVELOPMENT_ENVIRONMENT_GUIDE.md"
|
103
|
-
- ".github/FUNDING.yml"
|
104
|
-
- ".github/ISSUE_TEMPLATE/bug_report.md"
|
105
|
-
- ".github/ISSUE_TEMPLATE/feature_request.md"
|
106
|
-
- ".github/ISSUE_TEMPLATE/issue_report.md"
|
107
|
-
- ".github/ISSUE_TEMPLATE/question.md"
|
108
|
-
- ".github/PULL_REQUEST_TEMPLATE.md"
|
109
|
-
- ".gitignore"
|
110
|
-
- ".overcommit.yml"
|
111
|
-
- ".reek.yml"
|
112
|
-
- ".rspec"
|
113
|
-
- ".rubocop.yml"
|
114
|
-
- ".ruby-gemset"
|
115
97
|
- ".ruby-version"
|
116
|
-
- CHANGELOG.md
|
117
|
-
- CODE_OF_CONDUCT.md
|
118
|
-
- CONTRIBUTING.md
|
119
|
-
- Gemfile
|
120
98
|
- LICENSE.txt
|
121
|
-
- README.md
|
122
|
-
- Rakefile
|
123
99
|
- bin/console
|
124
100
|
- bin/setup
|
125
101
|
- dns_mock.gemspec
|
data/.circleci/config.yml
DELETED
@@ -1,139 +0,0 @@
|
|
1
|
-
version: 2.1
|
2
|
-
|
3
|
-
defaults: &defaults
|
4
|
-
working_directory: ~/ruby-dns-mock
|
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
|
-
- ruby-dns-mock-{{ checksum "dns_mock.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: ruby-dns-mock-{{ checksum "dns_mock.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 dns_mock.gemspec
|
42
|
-
|
43
|
-
use_compatible_gemspec: &use_compatible_gemspec
|
44
|
-
run:
|
45
|
-
name: Using compatible gemspec
|
46
|
-
command: |
|
47
|
-
cp .circleci/gemspec_compatible dns_mock.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: ~/ruby-dns-mock/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.22"
|
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,38 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require_relative 'lib/dns_mock/version'
|
4
|
-
|
5
|
-
Gem::Specification.new do |spec|
|
6
|
-
spec.name = 'dns_mock'
|
7
|
-
spec.version = DnsMock::VERSION
|
8
|
-
spec.authors = ['Vladislav Trotsenko']
|
9
|
-
spec.email = ['admin@bestweb.com.ua']
|
10
|
-
|
11
|
-
spec.summary = %(dns_mock)
|
12
|
-
spec.description = %(💎 Ruby DNS mock. Mimic any DNS records for your test environment and even more.)
|
13
|
-
|
14
|
-
spec.homepage = 'https://github.com/mocktools/ruby-dns-mock'
|
15
|
-
spec.license = 'MIT'
|
16
|
-
|
17
|
-
spec.metadata = {
|
18
|
-
'homepage_uri' => 'https://github.com/mocktools/ruby-dns-mock',
|
19
|
-
'changelog_uri' => 'https://github.com/mocktools/ruby-dns-mock/blob/master/CHANGELOG.md',
|
20
|
-
'source_code_uri' => 'https://github.com/mocktools/ruby-dns-mock',
|
21
|
-
'documentation_uri' => 'https://github.com/mocktools/ruby-dns-mock/blob/master/README.md',
|
22
|
-
'bug_tracker_uri' => 'https://github.com/mocktools/ruby-dns-mock/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 'simpleidn', '~> 0.2.1'
|
33
|
-
|
34
|
-
spec.add_development_dependency 'ffaker', '~> 2.21'
|
35
|
-
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
|
36
|
-
spec.add_development_dependency 'rspec', '~> 3.11'
|
37
|
-
spec.add_development_dependency 'rspec-dns', '~> 0.1.8'
|
38
|
-
end
|
data/.circleci/gemspec_latest
DELETED
@@ -1,48 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require_relative 'lib/dns_mock/version'
|
4
|
-
|
5
|
-
Gem::Specification.new do |spec|
|
6
|
-
spec.name = 'dns_mock'
|
7
|
-
spec.version = DnsMock::VERSION
|
8
|
-
spec.authors = ['Vladislav Trotsenko']
|
9
|
-
spec.email = ['admin@bestweb.com.ua']
|
10
|
-
|
11
|
-
spec.summary = %(dns_mock)
|
12
|
-
spec.description = %(💎 Ruby DNS mock. Mimic any DNS records for your test environment and even more.)
|
13
|
-
|
14
|
-
spec.homepage = 'https://github.com/mocktools/ruby-dns-mock'
|
15
|
-
spec.license = 'MIT'
|
16
|
-
|
17
|
-
spec.metadata = {
|
18
|
-
'homepage_uri' => 'https://github.com/mocktools/ruby-dns-mock',
|
19
|
-
'changelog_uri' => 'https://github.com/mocktools/ruby-dns-mock/blob/master/CHANGELOG.md',
|
20
|
-
'source_code_uri' => 'https://github.com/mocktools/ruby-dns-mock',
|
21
|
-
'documentation_uri' => 'https://github.com/mocktools/ruby-dns-mock/blob/master/README.md',
|
22
|
-
'bug_tracker_uri' => 'https://github.com/mocktools/ruby-dns-mock/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 'simpleidn', '~> 0.2.1'
|
33
|
-
|
34
|
-
spec.add_development_dependency 'bundler-audit', '~> 0.9.1'
|
35
|
-
spec.add_development_dependency 'fasterer', '~> 0.10.0'
|
36
|
-
spec.add_development_dependency 'ffaker', '~> 2.21'
|
37
|
-
spec.add_development_dependency 'net-ftp', '~> 0.1.3'
|
38
|
-
spec.add_development_dependency 'overcommit', '~> 0.59.1'
|
39
|
-
spec.add_development_dependency 'pry-byebug', '~> 3.10', '>= 3.10.1'
|
40
|
-
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
|
41
|
-
spec.add_development_dependency 'reek', '~> 6.1', '>= 6.1.1'
|
42
|
-
spec.add_development_dependency 'rspec', '~> 3.11'
|
43
|
-
spec.add_development_dependency 'rspec-dns', '~> 0.1.8'
|
44
|
-
spec.add_development_dependency 'rubocop', '~> 1.36'
|
45
|
-
spec.add_development_dependency 'rubocop-performance', '~> 1.15'
|
46
|
-
spec.add_development_dependency 'rubocop-rspec', '~> 2.13', '>= 2.13.2'
|
47
|
-
spec.add_development_dependency 'simplecov', '~> 0.21.2'
|
48
|
-
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,26 +0,0 @@
|
|
1
|
-
# Development environment guide
|
2
|
-
|
3
|
-
## Preparing
|
4
|
-
|
5
|
-
Clone `dns_mock` repository:
|
6
|
-
|
7
|
-
```bash
|
8
|
-
git clone https://github.com/mocktools/ruby-dns-mock.git
|
9
|
-
cd ruby-dns-mock
|
10
|
-
```
|
11
|
-
|
12
|
-
Configure latest Ruby environment:
|
13
|
-
|
14
|
-
```bash
|
15
|
-
echo 'ruby-3.1.2' > .ruby-version
|
16
|
-
cp .circleci/gemspec_latest dns_mock.gemspec
|
17
|
-
```
|
18
|
-
|
19
|
-
## Commiting
|
20
|
-
|
21
|
-
Commit your changes excluding `.ruby-version`, `dns_mock.gemspec`
|
22
|
-
|
23
|
-
```bash
|
24
|
-
git add . ':!.ruby-version' ':!dns_mock.gemspec'
|
25
|
-
git commit -m 'Your new awesome dns_mock 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 DnsMock 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 `dns_mock` to the latest version
|
15
|
-
- [ ] I have read the [Contribution Guidelines](https://github.com/mocktools/ruby-dns-mock/blob/master/CONTRIBUTING.md)
|
16
|
-
- [ ] I have read the [documentation](https://github.com/mocktools/ruby-dns-mock/blob/master/README.md)
|
17
|
-
- [ ] I have searched for [existing GitHub issues](https://github.com/mocktools/ruby-dns-mock/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 dns_mock, 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 DnsMock
|
4
|
-
title: "[FEATURE] Your feature request title here"
|
5
|
-
labels: enhancement
|
6
|
-
assignees: bestwebua
|
7
|
-
|
8
|
-
---
|
9
|
-
|
10
|
-
<!-- Thanks for helping to make DnsMock 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 `dns_mock` to the latest version
|
15
|
-
- [ ] I have read the [Contribution Guidelines](https://github.com/mocktools/ruby-dns-mock/blob/master/CONTRIBUTING.md)
|
16
|
-
- [ ] I have read the [documentation](https://github.com/mocktools/ruby-dns-mock/blob/master/README.md)
|
17
|
-
- [ ] I have searched for [existing GitHub issues](https://github.com/mocktools/ruby-dns-mock/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 DnsMock 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 `dns_mock` to the latest version
|
15
|
-
- [ ] I have read the [Contribution Guidelines](https://github.com/mocktools/ruby-dns-mock/blob/master/CONTRIBUTING.md)
|
16
|
-
- [ ] I have read the [documentation](https://github.com/mocktools/ruby-dns-mock/blob/master/README.md)
|
17
|
-
- [ ] I have searched for [existing GitHub issues](https://github.com/mocktools/ruby-dns-mock/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 dns_mock, 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 DnsMock team
|
4
|
-
title: "[QUESTION] Your question title here"
|
5
|
-
labels: question
|
6
|
-
assignees: bestwebua
|
7
|
-
|
8
|
-
---
|
9
|
-
|
10
|
-
<!-- Thanks for helping to make DnsMock 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/mocktools/ruby-dns-mock/blob/master/CONTRIBUTING.md)
|
15
|
-
- [ ] I have read the [documentation](https://github.com/mocktools/ruby-dns-mock/blob/master/README.md)
|
16
|
-
- [ ] I have searched for [existing GitHub issues](https://github.com/mocktools/ruby-dns-mock/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/mocktools/ruby-dns-mock/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
|