tomo-plugin-sidekiq 1.2.2 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ec8e022dc9c4c91cd369019143caa7d2bed771433c2f76ad9d9f54c449786f7
4
- data.tar.gz: 781d05a6ef9d4e8ba80019404a413a4c3b47b77f42e68d29d0aaaf09c93db90f
3
+ metadata.gz: 861fb3e3469a536fd3db163b66779115d2f61dee1c1c9a31f2a3852b37c0a5b6
4
+ data.tar.gz: 3e85ce6077a8808046451f7a16b9fb35c95c73663cecdf51753fee6ce8a10902
5
5
  SHA512:
6
- metadata.gz: 4faeb46df569bd8e62d8f0b75b845682d29a2df3cf31ed78bdf3409cccf72d825cad59bdd1bbd5389b7de0dfe2ceface164a39fc45b47cf975b9d0cac401d517
7
- data.tar.gz: aca93626c469c1cdfe3f8222a926b783ca485ae2144e1dc305a09ce066054ea6476e2856292de84a9361b2669e7ad06c012d27476391f71039d17a2e01f2c4e2
6
+ metadata.gz: 1f8db62e7d3459abf09a7b947b9307f3697dcea646cc68e5439196700c35bc04e593fef4ec85a1c286439f226c9e7b52e3e3c59b45e7e7e04132f27cde785eda
7
+ data.tar.gz: 450a6579bc2e3a256511a31c29d9f01417c654aaf6541e65c43408b394393d87d35768ff2316716446bb51c68f66e0b8b51eab47982ef146100ea109fcb49f17
data/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # tomo-plugin-sidekiq
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/tomo-plugin-sidekiq.svg)](https://rubygems.org/gems/tomo-plugin-sidekiq)
4
- [![Build Status](https://mattbrictson.semaphoreci.com/badges/tomo-plugin-sidekiq/branches/main.svg?style=shields)](https://mattbrictson.semaphoreci.com/projects/tomo-plugin-sidekiq)
5
- [![Code Climate](https://codeclimate.com/github/mattbrictson/tomo-plugin-sidekiq/badges/gpa.svg)](https://codeclimate.com/github/mattbrictson/tomo-plugin-sidekiq)
3
+ [![Gem Version](https://img.shields.io/gem/v/tomo-plugin-sidekiq)](https://rubygems.org/gems/tomo-plugin-sidekiq)
4
+ [![Gem Downloads](https://img.shields.io/gem/dt/tomo-plugin-sidekiq)](https://www.ruby-toolbox.com/projects/tomo-plugin-sidekiq)
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)
6
7
 
7
8
  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.
8
9
 
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Sidekiq
7
- VERSION = "1.2.2".freeze
7
+ VERSION = "1.3.0".freeze
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomo-plugin-sidekiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-21 00:00:00.000000000 Z
11
+ date: 2023-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tomo
@@ -54,14 +54,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - ">="
56
56
  - !ruby/object:Gem::Version
57
- version: '2.6'
57
+ version: '3.0'
58
58
  required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - - ">="
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  requirements: []
64
- rubygems_version: 3.4.7
64
+ rubygems_version: 3.4.15
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: sidekiq tasks for tomo