Skip to content

Commit

Permalink
Feature/Independent configuration instance (#56)
Browse files Browse the repository at this point in the history
* Added ability to create new Truemail::Configuration instance with block, updated tests
* Updated Truemail::Wrapper, tests
* Updated Truemail::Validate::Base
* Updated Truemail::Validator, tests
* Updated Truemail::Validator::Result, tests
* Updated Truemail::Validate::Regex, tests
* Updated Truemail::Validate::Mx, tests
* Updated Truemail::Validate::Smtp, tests
* Updated Truemail::Validate::Smtp::Request, tests
* Added Truemail::Validate::Smtp::Request::Configuration, tests
* Updated Truemail::Audit::Base
* Updated Truemail::Auditor, tests
* Updated Truemail::Audit::Ptr, tests
* Updated ::Truemail module, tests
* Updated readme
* Updated gem version, gem description
  • Loading branch information
bestwebua committed Sep 16, 2019
1 parent db5d59d commit 8678125
Show file tree
Hide file tree
Showing 29 changed files with 808 additions and 463 deletions.
3 changes: 3 additions & 0 deletions .reek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ detectors:
TooManyInstanceVariables:
exclude:
- Truemail::Configuration
- Truemail::Validate::Smtp::Request

Attribute:
exclude:
Expand All @@ -40,11 +41,13 @@ detectors:
- Truemail::Worker#success
- Truemail#raise_unless
- Truemail::Configuration#raise_unless
- Truemail#determine_configuration

FeatureEnvy:
exclude:
- Truemail::Validate::Smtp#not_includes_user_not_found_errors
- Truemail::GenerateEmailHelper#prepare_user_name
- Truemail::ConfigurationHelper#create_configuration

NilCheck:
exclude:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
truemail (1.2.1)
truemail (1.3.0)

GEM
remote: https://rubygems.org/
Expand Down
Loading

0 comments on commit 8678125

Please sign in to comment.