Skip to content

Commit

Permalink
Merge pull request #103 from truemail-rb/develop
Browse files Browse the repository at this point in the history
Truemail server v0.9.0
  • Loading branch information
bestwebua authored Nov 1, 2023
2 parents a9c1409 + e4d5f05 commit 9ecbbbd
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 36 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-54
channel: rubocop-1-57

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.9.0] - 2023-11-01

### Changed

- Updated runtime dependencies (`truemail`, `net-smtp`, `rack`, `thin`)
- Updated development dependencies
- Updated application version

## [0.8.1] - 2023-07-25

### Changed
Expand Down
14 changes: 7 additions & 7 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.3.3'
gem 'rack', '~> 2.2', '>= 2.2.6.4'
gem 'thin', '~> 1.8', '>= 1.8.1'
gem 'truemail', '~> 3.0', '>= 3.0.9'
gem 'net-smtp', '~> 0.4.0'
gem 'rack', '~> 2.2', '>= 2.2.8'
gem 'thin', '~> 1.8', '>= 1.8.2'
gem 'truemail', '~> 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.10.1', require: false
gem 'reek', '~> 6.1', '>= 6.1.4', require: false
gem 'rubocop', '~> 1.54', '>= 1.54.2', require: false
gem 'rubocop-performance', '~> 1.18', require: false
gem 'rubocop-rspec', '~> 2.22', require: false
gem 'rubocop', '~> 1.57', '>= 1.57.2', require: false
gem 'rubocop-performance', '~> 1.19', '>= 1.19.1', require: false
gem 'rubocop-rspec', '~> 2.25', require: false
end

group :test do
Expand Down
54 changes: 27 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
daemons (1.4.1)
diff-lcs (1.5.0)
docile (1.4.0)
dry-core (1.0.0)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
Expand Down Expand Up @@ -45,10 +45,10 @@ GEM
method_source (1.0.0)
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-smtp (0.4.0)
net-protocol
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -57,17 +57,17 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.1)
rack (2.2.7)
racc (1.7.2)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
reek (6.1.4)
kwalify (~> 0.7.0)
parser (~> 3.2.0)
rainbow (>= 2.0, < 4.0)
regexp_parser (2.8.1)
rexml (3.2.5)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -81,28 +81,28 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.54.2)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-performance (1.18.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rspec (2.22.0)
rubocop (~> 1.33)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
Expand All @@ -121,15 +121,15 @@ GEM
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.2)
thor (1.3.0)
timeout (0.4.0)
truemail (3.0.9)
truemail (3.1.0)
simpleidn (~> 0.2.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.4.2)
zeitwerk (2.6.8)
unicode-display_width (2.5.0)
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-22
Expand All @@ -139,18 +139,18 @@ DEPENDENCIES
dry-struct (~> 1.6)
fasterer (~> 0.10.1)
json_matchers (~> 0.11.1)
net-smtp (~> 0.3.3)
net-smtp (~> 0.4.0)
pry-byebug (~> 3.10, >= 3.10.1)
rack (~> 2.2, >= 2.2.6.4)
rack (~> 2.2, >= 2.2.8)
rack-test (~> 2.1)
reek (~> 6.1, >= 6.1.4)
rspec (~> 3.12)
rubocop (~> 1.54, >= 1.54.2)
rubocop-performance (~> 1.18)
rubocop-rspec (~> 2.22)
rubocop (~> 1.57, >= 1.57.2)
rubocop-performance (~> 1.19, >= 1.19.1)
rubocop-rspec (~> 2.25)
simplecov (~> 0.22.0)
thin (~> 1.8, >= 1.8.1)
truemail (~> 3.0, >= 3.0.9)
thin (~> 1.8, >= 1.8.2)
truemail (~> 3.1)

RUBY VERSION
ruby 3.2.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.8.1'
VERSION = '0.9.0'
end

0 comments on commit 9ecbbbd

Please sign in to comment.