Skip to content

Commit

Permalink
Upgrade to kicks gem. (#28)
Browse files Browse the repository at this point in the history
- Looks like we can easily move to new https://github.com/ruby-amqp/kicks
- Need to check that everything works.
  • Loading branch information
skirushkin authored Oct 23, 2024
1 parent f291751 commit de2b8aa
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 137 deletions.
9 changes: 6 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ AllCops:
- bin/console
- environments/*.rb

RSpec/ReceiveMessages:
Enabled: false

RSpec/VerifiedDoubleReference:
EnforcedStyle: string

Style/Alias:
EnforcedStyle: prefer_alias_method

Style/HashConversion:
Exclude:
- spec/**/*

RSpec/VerifiedDoubleReference:
EnforcedStyle: string
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.0] - 2024-10-23
### Changed
- Remove `sneakers` gem in favour of [kicks](https://github.com/ruby-amqp/kicks)

## [0.15.0] - 2024-06-05
### Added
- Support for custom reciving handler via `Rabbit.config.handler_resolver_callable` config;
Expand All @@ -23,7 +27,7 @@ All notable changes to this project will be documented in this file.
- `Gemfile.lock` added

### Fixed
- `unless Sneakers.logger` was never executed
- `unless Sneakers.logger` was never executed

## [0.11.0] - 2021-05-05
### Added
Expand Down
Loading

0 comments on commit de2b8aa

Please sign in to comment.