Skip to content

Commit

Permalink
Merge pull request #118 from truemail-rb/develop
Browse files Browse the repository at this point in the history
Truemail server v0.11.0
  • Loading branch information
bestwebua authored Apr 29, 2024
2 parents 1dc5604 + 4083ed6 commit 7b2c50e
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 26 deletions.
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-61
channel: rubocop-1-63

reek:
enabled: true
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.11.0] - 2024-04-29

### Changed

- Updated application dependencies ( `net-smtp` 0.5.0, `truemail` 3.3.1)
- Updated development dependencies
- Updated application version

## [0.10.0] - 2024-03-02

### Changed
Expand Down
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ source 'https://rubygems.org'
ruby(::File.read(::File.join(::File.dirname(__FILE__), '.ruby-version')).strip[/-(.+)/, 1])

gem 'dry-struct', '~> 1.6'
gem 'net-smtp', '~> 0.4.0.1'
gem 'net-smtp', '~> 0.5.0'
gem 'rack', '~> 2.2', '>= 2.2.8.1'
gem 'thin', '~> 1.8', '>= 1.8.2'
gem 'truemail', '~> 3.3'
gem 'truemail', '~> 3.3', '>= 3.3.1'

group :development, :test do
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
Expand All @@ -19,9 +19,9 @@ group :development, :test do
gem 'bundler-audit', '~> 0.9.1', require: false
gem 'fasterer', '~> 0.11.0', require: false
gem 'reek', '~> 6.3', require: false
gem 'rubocop', '~> 1.61', require: false
gem 'rubocop-performance', '~> 1.20', '>= 1.20.2', require: false
gem 'rubocop-rspec', '~> 2.27', require: false
gem 'rubocop', '~> 1.63', '>= 1.63.3', require: false
gem 'rubocop-performance', '~> 1.21', require: false
gem 'rubocop-rspec', '~> 2.29', '>= 2.29.1', require: false
end

group :test do
Expand Down
41 changes: 22 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
bigdecimal (3.1.6)
bigdecimal (3.1.7)
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
Expand Down Expand Up @@ -48,18 +48,18 @@ GEM
fasterer (0.11.0)
ruby_parser (>= 3.19.1)
ice_nine (0.11.2)
json (2.7.1)
json (2.7.2)
json_matchers (0.11.1)
json_schema
json_schema (0.21.0)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
method_source (1.1.0)
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -69,7 +69,7 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.3)
rack (2.2.8.1)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
Expand All @@ -93,30 +93,33 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.61.0)
rubocop (1.63.3)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.20.2)
rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.27.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.29.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
ruby_parser (3.21.0)
racc (~> 1.5)
Expand All @@ -128,15 +131,15 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
simpleidn (0.2.1)
simpleidn (0.2.2)
unf (~> 0.1.4)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.3.1)
timeout (0.4.1)
truemail (3.3.0)
truemail (3.3.1)
simpleidn (~> 0.2.1)
unf (0.1.4)
unf_ext
Expand All @@ -153,18 +156,18 @@ DEPENDENCIES
dry-struct (~> 1.6)
fasterer (~> 0.11.0)
json_matchers (~> 0.11.1)
net-smtp (~> 0.4.0.1)
net-smtp (~> 0.5.0)
pry-byebug (~> 3.10, >= 3.10.1)
rack (~> 2.2, >= 2.2.8.1)
rack-test (~> 2.1)
reek (~> 6.3)
rspec (~> 3.13)
rubocop (~> 1.61)
rubocop-performance (~> 1.20, >= 1.20.2)
rubocop-rspec (~> 2.27)
rubocop (~> 1.63, >= 1.63.3)
rubocop-performance (~> 1.21)
rubocop-rspec (~> 2.29, >= 2.29.1)
simplecov (~> 0.22.0)
thin (~> 1.8, >= 1.8.2)
truemail (~> 3.3)
truemail (~> 3.3, >= 3.3.1)

RUBY VERSION
ruby 3.3.0p0
Expand Down
2 changes: 1 addition & 1 deletion app/truemail_server/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TruemailServer
VERSION = '0.10.0'
VERSION = '0.11.0'
end

0 comments on commit 7b2c50e

Please sign in to comment.