tomo-plugin-sidekiq 1.4.3 → 1.4.4

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: 7658879b9c305058fa3dc660b3688b28cf9e7590b146fb88f07abff6c77de191
4
+ data.tar.gz: 529e9d7b97e071e186841e3cfbf1b5a75d22f853bca3ee8ebdbf8b1f768c7fb6
5
5
  SHA512:
6
- metadata.gz: a1034df191569900b77db4776996c6804ede650d92eebea7da170f0259abca683cb914a8b998921ec830366f7d7e94fbe8c14b3086dabd8a9324da737fd033aa
7
- data.tar.gz: 2b2447b07d3e67c8c9dad48fb966b3c97f8b607bf9914325a85e38d0e68435c9e28c1dc1b83aeb7ad4f907203685f9b1a66acde756c28d9ba66edc6c285b568a
6
+ metadata.gz: 97cdac8046f992bdef1df87d8cfb4133617a5a2c06c043641d1e94f64068fcf921f428ec5bdd9d7bb07d506608be777c271e7b7ad0d8ee0b138b7cd38ea20243
7
+ data.tar.gz: 948a9584e8d39191df4afd611d67a18fb1459a8164fa14da75b004c9a87847c6ddfb05289e796a4af10bb8748e1e4875b9cee7de75d61a1be1a1d1d181659002
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.4.4".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.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
- rubygems_version: 3.6.7
61
+ rubygems_version: 3.6.9
62
62
  specification_version: 4
63
63
  summary: sidekiq tasks for tomo
64
64
  test_files: []