Skip to content

Commit 7b2c50e

Browse files
authored
Merge pull request #118 from truemail-rb/develop
Truemail server v0.11.0
2 parents 1dc5604 + 4083ed6 commit 7b2c50e

File tree

5 files changed

+37
-26
lines changed

5 files changed

+37
-26
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-61
12+
channel: rubocop-1-63
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.11.0] - 2024-04-29
6+
7+
### Changed
8+
9+
- Updated application dependencies ( `net-smtp` 0.5.0, `truemail` 3.3.1)
10+
- Updated development dependencies
11+
- Updated application version
12+
513
## [0.10.0] - 2024-03-02
614

715
### Changed

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ source 'https://rubygems.org'
55
ruby(::File.read(::File.join(::File.dirname(__FILE__), '.ruby-version')).strip[/-(.+)/, 1])
66

77
gem 'dry-struct', '~> 1.6'
8-
gem 'net-smtp', '~> 0.4.0.1'
8+
gem 'net-smtp', '~> 0.5.0'
99
gem 'rack', '~> 2.2', '>= 2.2.8.1'
1010
gem 'thin', '~> 1.8', '>= 1.8.2'
11-
gem 'truemail', '~> 3.3'
11+
gem 'truemail', '~> 3.3', '>= 3.3.1'
1212

1313
group :development, :test do
1414
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
@@ -19,9 +19,9 @@ group :development, :test do
1919
gem 'bundler-audit', '~> 0.9.1', require: false
2020
gem 'fasterer', '~> 0.11.0', require: false
2121
gem 'reek', '~> 6.3', require: false
22-
gem 'rubocop', '~> 1.61', require: false
23-
gem 'rubocop-performance', '~> 1.20', '>= 1.20.2', require: false
24-
gem 'rubocop-rspec', '~> 2.27', require: false
22+
gem 'rubocop', '~> 1.63', '>= 1.63.3', require: false
23+
gem 'rubocop-performance', '~> 1.21', require: false
24+
gem 'rubocop-rspec', '~> 2.29', '>= 2.29.1', require: false
2525
end
2626

2727
group :test do

Gemfile.lock

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ast (2.4.2)
5-
bigdecimal (3.1.6)
5+
bigdecimal (3.1.7)
66
bundler-audit (0.9.1)
77
bundler (>= 1.2.0, < 3)
88
thor (~> 1.0)
@@ -48,18 +48,18 @@ GEM
4848
fasterer (0.11.0)
4949
ruby_parser (>= 3.19.1)
5050
ice_nine (0.11.2)
51-
json (2.7.1)
51+
json (2.7.2)
5252
json_matchers (0.11.1)
5353
json_schema
5454
json_schema (0.21.0)
5555
language_server-protocol (3.17.0.3)
56-
method_source (1.0.0)
56+
method_source (1.1.0)
5757
net-protocol (0.2.2)
5858
timeout
59-
net-smtp (0.4.0.1)
59+
net-smtp (0.5.0)
6060
net-protocol
6161
parallel (1.24.0)
62-
parser (3.3.0.5)
62+
parser (3.3.1.0)
6363
ast (~> 2.4.1)
6464
racc
6565
pry (0.14.2)
@@ -69,7 +69,7 @@ GEM
6969
byebug (~> 11.0)
7070
pry (>= 0.13, < 0.15)
7171
racc (1.7.3)
72-
rack (2.2.8.1)
72+
rack (2.2.9)
7373
rack-test (2.1.0)
7474
rack (>= 1.3)
7575
rainbow (3.1.1)
@@ -93,30 +93,33 @@ GEM
9393
diff-lcs (>= 1.2.0, < 2.0)
9494
rspec-support (~> 3.13.0)
9595
rspec-support (3.13.1)
96-
rubocop (1.61.0)
96+
rubocop (1.63.3)
9797
json (~> 2.3)
9898
language_server-protocol (>= 3.17.0)
9999
parallel (~> 1.10)
100100
parser (>= 3.3.0.2)
101101
rainbow (>= 2.2.2, < 4.0)
102102
regexp_parser (>= 1.8, < 3.0)
103103
rexml (>= 3.2.5, < 4.0)
104-
rubocop-ast (>= 1.30.0, < 2.0)
104+
rubocop-ast (>= 1.31.1, < 2.0)
105105
ruby-progressbar (~> 1.7)
106106
unicode-display_width (>= 2.4.0, < 3.0)
107-
rubocop-ast (1.31.1)
107+
rubocop-ast (1.31.2)
108108
parser (>= 3.3.0.4)
109109
rubocop-capybara (2.20.0)
110110
rubocop (~> 1.41)
111111
rubocop-factory_bot (2.25.1)
112112
rubocop (~> 1.41)
113-
rubocop-performance (1.20.2)
113+
rubocop-performance (1.21.0)
114114
rubocop (>= 1.48.1, < 2.0)
115-
rubocop-ast (>= 1.30.0, < 2.0)
116-
rubocop-rspec (2.27.0)
115+
rubocop-ast (>= 1.31.1, < 2.0)
116+
rubocop-rspec (2.29.1)
117117
rubocop (~> 1.40)
118118
rubocop-capybara (~> 2.17)
119119
rubocop-factory_bot (~> 2.22)
120+
rubocop-rspec_rails (~> 2.28)
121+
rubocop-rspec_rails (2.28.3)
122+
rubocop (~> 1.40)
120123
ruby-progressbar (1.13.0)
121124
ruby_parser (3.21.0)
122125
racc (~> 1.5)
@@ -128,15 +131,15 @@ GEM
128131
simplecov_json_formatter (~> 0.1)
129132
simplecov-html (0.12.3)
130133
simplecov_json_formatter (0.1.4)
131-
simpleidn (0.2.1)
134+
simpleidn (0.2.2)
132135
unf (~> 0.1.4)
133136
thin (1.8.2)
134137
daemons (~> 1.0, >= 1.0.9)
135138
eventmachine (~> 1.0, >= 1.0.4)
136139
rack (>= 1, < 3)
137140
thor (1.3.1)
138141
timeout (0.4.1)
139-
truemail (3.3.0)
142+
truemail (3.3.1)
140143
simpleidn (~> 0.2.1)
141144
unf (0.1.4)
142145
unf_ext
@@ -153,18 +156,18 @@ DEPENDENCIES
153156
dry-struct (~> 1.6)
154157
fasterer (~> 0.11.0)
155158
json_matchers (~> 0.11.1)
156-
net-smtp (~> 0.4.0.1)
159+
net-smtp (~> 0.5.0)
157160
pry-byebug (~> 3.10, >= 3.10.1)
158161
rack (~> 2.2, >= 2.2.8.1)
159162
rack-test (~> 2.1)
160163
reek (~> 6.3)
161164
rspec (~> 3.13)
162-
rubocop (~> 1.61)
163-
rubocop-performance (~> 1.20, >= 1.20.2)
164-
rubocop-rspec (~> 2.27)
165+
rubocop (~> 1.63, >= 1.63.3)
166+
rubocop-performance (~> 1.21)
167+
rubocop-rspec (~> 2.29, >= 2.29.1)
165168
simplecov (~> 0.22.0)
166169
thin (~> 1.8, >= 1.8.2)
167-
truemail (~> 3.3)
170+
truemail (~> 3.3, >= 3.3.1)
168171

169172
RUBY VERSION
170173
ruby 3.3.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.10.0'
4+
VERSION = '0.11.0'
55
end

0 commit comments

Comments
 (0)