Skip to content

Commit 8450137

Browse files
authored
Merge pull request #48 from truemail-rb/develop
truemail-client v0.5.1
2 parents 372f305 + 878971e commit 8450137

File tree

9 files changed

+23
-11
lines changed

9 files changed

+23
-11
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defaults: &defaults
88
- image: cimg/ruby:<< parameters.ruby-version >>
99

1010
orbs:
11-
ruby: circleci/ruby@2.0.0
11+
ruby: circleci/ruby@2.1.0
1212

1313
references:
1414
bundle_install: &bundle_install

.circleci/gemspecs/latest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ Gem::Specification.new do |spec|
2727
spec.require_paths = %w[lib]
2828

2929
spec.add_development_dependency 'bundler-audit', '~> 0.9.1'
30-
spec.add_development_dependency 'fasterer', '~> 0.10.0'
30+
spec.add_development_dependency 'fasterer', '~> 0.10.1'
3131
spec.add_development_dependency 'ffaker', '~> 2.21'
3232
spec.add_development_dependency 'json_matchers', '~> 0.11.1'
3333
spec.add_development_dependency 'pry-byebug', '~> 3.10', '>= 3.10.1'
3434
spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
3535
spec.add_development_dependency 'reek', '~> 6.1', '>= 6.1.4'
3636
spec.add_development_dependency 'rspec', '~> 3.12'
37-
spec.add_development_dependency 'rubocop', '~> 1.45', '>= 1.45.1'
38-
spec.add_development_dependency 'rubocop-performance', '~> 1.16'
39-
spec.add_development_dependency 'rubocop-rspec', '~> 2.18', '>= 2.18.1'
37+
spec.add_development_dependency 'rubocop', '~> 1.56'
38+
spec.add_development_dependency 'rubocop-performance', '~> 1.19'
39+
spec.add_development_dependency 'rubocop-rspec', '~> 2.23', '>= 2.23.2'
4040
spec.add_development_dependency 'simplecov', '~> 0.22.0'
4141
spec.add_development_dependency 'webmock', '~> 3.18', '>= 3.18.1'
4242
end

.circleci/linter_configs/.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ Gemspec/RequireMFA:
110110
Gemspec/RubyVersionGlobalsUsage:
111111
Enabled: false
112112

113+
Gemspec/DevelopmentDependencies:
114+
Enabled: false
115+
113116
# RSpec -----------------------------------------------------------------------
114117

115118
RSpec/ExampleLength:

.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-45
12+
channel: rubocop-1-56
1313
config:
1414
file: .circleci/linter_configs/.rubocop.yml
1515

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.5.1] - 2023-08-14
6+
7+
### Updated
8+
9+
- Updated development dependencies
10+
- Updated gemspecs
11+
- Updated `rubocop`/`codeclimate`/`circleci` configs
12+
- Updated gem version
13+
514
## [0.5.0] - 2023-02-18
615

716
### Added

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include:
2323
Examples of unacceptable behavior by participants include:
2424

2525
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
26+
advances
2727
* Trolling, insulting/derogatory comments, and personal or political attacks
2828
* Public or private harassment
2929
* Publishing others' private information, such as a physical or electronic
@@ -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.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020-2022 Vladislav Trotsenko
3+
Copyright (c) 2020-2023 Vladislav Trotsenko
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/truemail/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Truemail
44
module Client
5-
VERSION = '0.5.0'
5+
VERSION = '0.5.1'
66
end
77
end

spec/support/helpers/request_helper_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def request(secure_connection:, host:, port:, token:, accept:, content_type:, us
3737
path = ::URI::HTTP.build(
3838
path: endpoint,
3939
query: params.empty? ? nil : ::URI.encode_www_form(params)
40-
).request_uri.gsub(/%40/, '@')
40+
).request_uri.gsub('%40', '@')
4141
request = ::Net::HTTP::Get.new(URI("#{secure_connection ? 'https' : 'http'}://#{host}:#{port}#{path}"))
4242
request['User-Agent'] = user_agent
4343
request['Accept'] = accept

0 commit comments

Comments
 (0)