Skip to content

Commit a9c1409

Browse files
authored
Merge pull request #101 from truemail-rb/develop
Truemail server v0.8.1
2 parents 7ebcc64 + e9f2c55 commit a9c1409

File tree

6 files changed

+50
-35
lines changed

6 files changed

+50
-35
lines changed

.codeclimate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ checks:
99
plugins:
1010
rubocop:
1111
enabled: true
12-
channel: rubocop-1-48
12+
channel: rubocop-1-54
1313

1414
reek:
1515
enabled: true

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## [0.8.1] - 2023-07-25
6+
7+
### Changed
8+
9+
- Updated application dependencies (`truemail` 3.0.9)
10+
- Updated development dependencies
11+
- Updated application version
12+
513
## [0.8.0] - 2023-03-28
614

715
### Fixed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at admin@bestweb.com.ua. All
58+
reported by contacting the project team at <admin@bestweb.com.ua>. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'dry-struct', '~> 1.6'
88
gem 'net-smtp', '~> 0.3.3'
99
gem 'rack', '~> 2.2', '>= 2.2.6.4'
1010
gem 'thin', '~> 1.8', '>= 1.8.1'
11-
gem 'truemail', '~> 3.0', '>= 3.0.7'
11+
gem 'truemail', '~> 3.0', '>= 3.0.9'
1212

1313
group :development, :test do
1414
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
@@ -17,11 +17,11 @@ group :development, :test do
1717

1818
# Code quality
1919
gem 'bundler-audit', '~> 0.9.1', require: false
20-
gem 'fasterer', '~> 0.10.0', require: false
20+
gem 'fasterer', '~> 0.10.1', require: false
2121
gem 'reek', '~> 6.1', '>= 6.1.4', require: false
22-
gem 'rubocop', '~> 1.48', '>= 1.48.1', require: false
23-
gem 'rubocop-performance', '~> 1.16', require: false
24-
gem 'rubocop-rspec', '~> 2.19', require: false
22+
gem 'rubocop', '~> 1.54', '>= 1.54.2', require: false
23+
gem 'rubocop-performance', '~> 1.18', require: false
24+
gem 'rubocop-rspec', '~> 2.22', require: false
2525
end
2626

2727
group :test do

Gemfile.lock

Lines changed: 34 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -41,67 +41,74 @@ GEM
4141
json_schema
4242
json_schema (0.21.0)
4343
kwalify (0.7.2)
44+
language_server-protocol (3.17.0.3)
4445
method_source (1.0.0)
4546
net-protocol (0.2.1)
4647
timeout
4748
net-smtp (0.3.3)
4849
net-protocol
49-
parallel (1.22.1)
50-
parser (3.2.1.1)
50+
parallel (1.23.0)
51+
parser (3.2.2.3)
5152
ast (~> 2.4.1)
53+
racc
5254
pry (0.14.2)
5355
coderay (~> 1.1)
5456
method_source (~> 1.0)
5557
pry-byebug (3.10.1)
5658
byebug (~> 11.0)
5759
pry (>= 0.13, < 0.15)
58-
rack (2.2.6.4)
60+
racc (1.7.1)
61+
rack (2.2.7)
5962
rack-test (2.1.0)
6063
rack (>= 1.3)
6164
rainbow (3.1.1)
6265
reek (6.1.4)
6366
kwalify (~> 0.7.0)
6467
parser (~> 3.2.0)
6568
rainbow (>= 2.0, < 4.0)
66-
regexp_parser (2.7.0)
69+
regexp_parser (2.8.1)
6770
rexml (3.2.5)
6871
rspec (3.12.0)
6972
rspec-core (~> 3.12.0)
7073
rspec-expectations (~> 3.12.0)
7174
rspec-mocks (~> 3.12.0)
72-
rspec-core (3.12.1)
75+
rspec-core (3.12.2)
7376
rspec-support (~> 3.12.0)
74-
rspec-expectations (3.12.2)
77+
rspec-expectations (3.12.3)
7578
diff-lcs (>= 1.2.0, < 2.0)
7679
rspec-support (~> 3.12.0)
77-
rspec-mocks (3.12.4)
80+
rspec-mocks (3.12.6)
7881
diff-lcs (>= 1.2.0, < 2.0)
7982
rspec-support (~> 3.12.0)
80-
rspec-support (3.12.0)
81-
rubocop (1.48.1)
83+
rspec-support (3.12.1)
84+
rubocop (1.54.2)
8285
json (~> 2.3)
86+
language_server-protocol (>= 3.17.0)
8387
parallel (~> 1.10)
84-
parser (>= 3.2.0.0)
88+
parser (>= 3.2.2.3)
8589
rainbow (>= 2.2.2, < 4.0)
8690
regexp_parser (>= 1.8, < 3.0)
8791
rexml (>= 3.2.5, < 4.0)
88-
rubocop-ast (>= 1.26.0, < 2.0)
92+
rubocop-ast (>= 1.28.0, < 2.0)
8993
ruby-progressbar (~> 1.7)
9094
unicode-display_width (>= 2.4.0, < 3.0)
91-
rubocop-ast (1.28.0)
95+
rubocop-ast (1.29.0)
9296
parser (>= 3.2.1.0)
93-
rubocop-capybara (2.17.1)
97+
rubocop-capybara (2.18.0)
9498
rubocop (~> 1.41)
95-
rubocop-performance (1.16.0)
99+
rubocop-factory_bot (2.23.1)
100+
rubocop (~> 1.33)
101+
rubocop-performance (1.18.0)
96102
rubocop (>= 1.7.0, < 2.0)
97103
rubocop-ast (>= 0.4.0)
98-
rubocop-rspec (2.19.0)
104+
rubocop-rspec (2.22.0)
99105
rubocop (~> 1.33)
100106
rubocop-capybara (~> 2.17)
107+
rubocop-factory_bot (~> 2.22)
101108
ruby-progressbar (1.13.0)
102-
ruby_parser (3.20.0)
109+
ruby_parser (3.20.3)
103110
sexp_processor (~> 4.16)
104-
sexp_processor (4.16.1)
111+
sexp_processor (4.17.0)
105112
simplecov (0.22.0)
106113
docile (~> 1.1)
107114
simplecov-html (~> 0.11)
@@ -110,40 +117,40 @@ GEM
110117
simplecov_json_formatter (0.1.4)
111118
simpleidn (0.2.1)
112119
unf (~> 0.1.4)
113-
thin (1.8.1)
120+
thin (1.8.2)
114121
daemons (~> 1.0, >= 1.0.9)
115122
eventmachine (~> 1.0, >= 1.0.4)
116123
rack (>= 1, < 3)
117-
thor (1.2.1)
118-
timeout (0.3.2)
119-
truemail (3.0.7)
124+
thor (1.2.2)
125+
timeout (0.4.0)
126+
truemail (3.0.9)
120127
simpleidn (~> 0.2.1)
121128
unf (0.1.4)
122129
unf_ext
123130
unf_ext (0.0.8.2)
124131
unicode-display_width (2.4.2)
125-
zeitwerk (2.6.7)
132+
zeitwerk (2.6.8)
126133

127134
PLATFORMS
128135
arm64-darwin-22
129136

130137
DEPENDENCIES
131138
bundler-audit (~> 0.9.1)
132139
dry-struct (~> 1.6)
133-
fasterer (~> 0.10.0)
140+
fasterer (~> 0.10.1)
134141
json_matchers (~> 0.11.1)
135142
net-smtp (~> 0.3.3)
136143
pry-byebug (~> 3.10, >= 3.10.1)
137144
rack (~> 2.2, >= 2.2.6.4)
138145
rack-test (~> 2.1)
139146
reek (~> 6.1, >= 6.1.4)
140147
rspec (~> 3.12)
141-
rubocop (~> 1.48, >= 1.48.1)
142-
rubocop-performance (~> 1.16)
143-
rubocop-rspec (~> 2.19)
148+
rubocop (~> 1.54, >= 1.54.2)
149+
rubocop-performance (~> 1.18)
150+
rubocop-rspec (~> 2.22)
144151
simplecov (~> 0.22.0)
145152
thin (~> 1.8, >= 1.8.1)
146-
truemail (~> 3.0, >= 3.0.7)
153+
truemail (~> 3.0, >= 3.0.9)
147154

148155
RUBY VERSION
149156
ruby 3.2.0p0

app/truemail_server/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TruemailServer
4-
VERSION = '0.8.0'
4+
VERSION = '0.8.1'
55
end

0 commit comments

Comments
 (0)