Skip to content

Commit

Permalink
Merge pull request #1 from gemhome/extract_sidekiq_delay
Browse files Browse the repository at this point in the history
Extract Sidekiq::DelayExtensions
  • Loading branch information
bf4 committed Feb 8, 2022
2 parents 9627cbb + a86614c commit 302b895
Show file tree
Hide file tree
Showing 175 changed files with 153 additions and 20,791 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -15,6 +15,7 @@ Please include your initializer, sidekiq.yml, and any error message with the ful

If you are using an old version, have you checked the changelogs to see if your issue has been fixed in a later version?

https://github.com/gemhome/sidekiq-delay_extensions/blob/main/Changes.md
https://github.com/mperham/sidekiq/blob/main/Changes.md
https://github.com/mperham/sidekiq/blob/main/Pro-Changes.md
https://github.com/mperham/sidekiq/blob/main/Ent-Changes.md
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,3 +11,4 @@ vendor/
tmp/
pkg/*.gem
.byebug_history
Gemfile.lock
4 changes: 1 addition & 3 deletions .standard.yml
Expand Up @@ -5,9 +5,7 @@ ignore:
- test/**/*
- examples/**/*
- myapp/**/*
- 'lib/sidekiq.rb':
- Lint/InheritException
- 'lib/sidekiq/extensions/**/*':
- 'lib/sidekiq/delay_extensions/**/*':
- Style/MissingRespondToMissing
- 'lib/**/*':
- Lint/RescueException
Expand Down
70 changes: 0 additions & 70 deletions 3.0-Upgrade.md

This file was deleted.

53 changes: 0 additions & 53 deletions 4.0-Upgrade.md

This file was deleted.

56 changes: 0 additions & 56 deletions 5.0-Upgrade.md

This file was deleted.

72 changes: 0 additions & 72 deletions 6.0-Upgrade.md

This file was deleted.

0 comments on commit 302b895

Please sign in to comment.