tomo-plugin-sidekiq 1.4.3 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c07b84a50e6a5966c741351f27139ac985990210d709a94c1ccbeb32674b2a1
4
- data.tar.gz: 021c15d2e95d4552c8d924c30640744e94c212f2428c9df46df77d3a27a559c0
3
+ metadata.gz: 17aa4fda72e490adb6c912eaa15adff300c0e7c223e04d91af9a5dad503fe231
4
+ data.tar.gz: dd3adf43715f554a12bbf361e414c339a03ed8d675644749ee925fe913e57828
5
5
  SHA512:
6
- metadata.gz: a1034df191569900b77db4776996c6804ede650d92eebea7da170f0259abca683cb914a8b998921ec830366f7d7e94fbe8c14b3086dabd8a9324da737fd033aa
7
- data.tar.gz: 2b2447b07d3e67c8c9dad48fb966b3c97f8b607bf9914325a85e38d0e68435c9e28c1dc1b83aeb7ad4f907203685f9b1a66acde756c28d9ba66edc6c285b568a
6
+ metadata.gz: 548da7f9947e3e0decfd2519000ef766dd6e3ad9a0008600951841130d311c8a3928a970e20c1a05376c8a16f170e318a686c74738a9bf80d862770ada765801
7
+ data.tar.gz: 502c5924faf2ce5df987f3868dd8addef0bc81299373bf238510d79e8ebee0b5ebb3f49baff0d0c50d7aee1133ca5cc01c6c59db2813529afd30e1b5ecc6b4f7
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2025 Matt Brictson
3
+ Copyright (c) 2026 Matt Brictson
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  [![Gem Version](https://img.shields.io/gem/v/tomo-plugin-sidekiq)](https://rubygems.org/gems/tomo-plugin-sidekiq)
4
4
  [![Gem Downloads](https://img.shields.io/gem/dt/tomo-plugin-sidekiq)](https://www.ruby-toolbox.com/projects/tomo-plugin-sidekiq)
5
5
  [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mattbrictson/tomo-plugin-sidekiq/ci.yml)](https://github.com/mattbrictson/tomo-plugin-sidekiq/actions/workflows/ci.yml)
6
- [![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/mattbrictson/tomo-plugin-sidekiq)](https://codeclimate.com/github/mattbrictson/tomo-plugin-sidekiq)
7
6
 
8
7
  This is a [tomo](https://github.com/mattbrictson/tomo) plugin that provides tasks for managing [sidekiq](https://github.com/mperham/sidekiq) via [systemd](https://en.wikipedia.org/wiki/Systemd), based on the recommendations in the sidekiq documentation. This plugin assumes that you are also using the tomo `rbenv` and `env` plugins, and that you are using a systemd-based Linux distribution like Ubuntu 18 LTS.
9
8
 
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Sidekiq
7
- VERSION = "1.4.3".freeze
7
+ VERSION = "1.5.0".freeze
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomo-plugin-sidekiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
@@ -51,14 +51,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '3.1'
54
+ version: '3.2'
55
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  requirements:
57
57
  - - ">="
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
- rubygems_version: 3.6.7
61
+ rubygems_version: 4.0.3
62
62
  specification_version: 4
63
63
  summary: sidekiq tasks for tomo
64
64
  test_files: []