tomo-plugin-sidekiq 1.2.2 → 1.3.1

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: 3901ab36774c6005e191123d9acd1def7b965ce66e10c0b85d02971c369a95d5
4
+ data.tar.gz: 5f5507595b073d4747a8f0d626928136e73f74ce09a8ee66b41b4bb9c9042e3c
5
5
  SHA512:
6
- metadata.gz: 4faeb46df569bd8e62d8f0b75b845682d29a2df3cf31ed78bdf3409cccf72d825cad59bdd1bbd5389b7de0dfe2ceface164a39fc45b47cf975b9d0cac401d517
7
- data.tar.gz: aca93626c469c1cdfe3f8222a926b783ca485ae2144e1dc305a09ce066054ea6476e2856292de84a9361b2669e7ad06c012d27476391f71039d17a2e01f2c4e2
6
+ metadata.gz: bd439553c2f36f0945af701a03bd81c82a58555ce21b2de49751fa382bf2fdac4bf4fafb021e7e13bc62d4a68cca9255204b8399840e1f4f0ccf33362df9b1a7
7
+ data.tar.gz: fbccd088ee04c4373b3883730c6ecb30e38b1644b89eb0360ec132de8e6f20d2ec5d83d7244c81a74d124f952b06fd2a67276bd334dff2b446057a55a6c02dd3
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.1".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.1
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-11-14 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.21
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: sidekiq tasks for tomo