Skip to content

Commit

Permalink
Merge pull request #262 from truemail-rb/develop
Browse files Browse the repository at this point in the history
Truemail v3.0.8
  • Loading branch information
bestwebua committed May 11, 2023
2 parents 2893b1d + 07599bb commit fa75a71
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .circleci/gemspecs/latest
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler-audit', '~> 0.9.1'
spec.add_development_dependency 'dns_mock', '~> 1.5', '>= 1.5.15'
spec.add_development_dependency 'fasterer', '~> 0.10.0'
spec.add_development_dependency 'fasterer', '~> 0.10.1'
spec.add_development_dependency 'ffaker', '~> 2.21'
spec.add_development_dependency 'json_matchers', '~> 0.11.1'
spec.add_development_dependency 'pry-byebug', '~> 3.10', '>= 3.10.1'
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
spec.add_development_dependency 'reek', '~> 6.1', '>= 6.1.4'
spec.add_development_dependency 'rspec', '~> 3.12'
spec.add_development_dependency 'rubocop', '~> 1.48'
spec.add_development_dependency 'rubocop-performance', '~> 1.16'
spec.add_development_dependency 'rubocop-rspec', '~> 2.19'
spec.add_development_dependency 'rubocop', '~> 1.50', '>= 1.50.2'
spec.add_development_dependency 'rubocop-performance', '~> 1.17', '>= 1.17.1'
spec.add_development_dependency 'rubocop-rspec', '~> 2.22'
spec.add_development_dependency 'simplecov', '~> 0.22.0'
spec.add_development_dependency 'smtp_mock', '~> 1.3', '>= 1.3.4'
spec.add_development_dependency 'truemail-rspec', '~> 1.1'
Expand Down
3 changes: 3 additions & 0 deletions .circleci/linter_configs/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,6 @@ RSpec/SubjectStub:

RSpec/VerifiedDoubleReference:
Enabled: false

RSpec/IndexedLet:
Enabled: false
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ checks:
plugins:
rubocop:
enabled: true
channel: rubocop-1-48
channel: rubocop-1-50
config:
file: .circleci/linter_configs/.rubocop.yml

Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.8] - 2023.05.11

### Updated

- Updated development dependencies
- Updated gemspecs
- Updated `codeclimate` config
- Updated gem version

## [3.0.7] - 2023.03.11

### Updated
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [email protected]. All
reported by contacting the project team at <[email protected]>. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
2 changes: 1 addition & 1 deletion lib/truemail/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Truemail
VERSION = '3.0.7'
VERSION = '3.0.8'
end

0 comments on commit fa75a71

Please sign in to comment.