tomo-plugin-sidekiq 1.2.1 → 1.3.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: 0c69f913c8cb39d3a548712fb4594cac6bae074300f731643d4f2c2166eb9b04
4
- data.tar.gz: ec612fd6fd5addc9da4530de1510e95c02c40ee62b89607211e7f27ac61148fd
3
+ metadata.gz: 861fb3e3469a536fd3db163b66779115d2f61dee1c1c9a31f2a3852b37c0a5b6
4
+ data.tar.gz: 3e85ce6077a8808046451f7a16b9fb35c95c73663cecdf51753fee6ce8a10902
5
5
  SHA512:
6
- metadata.gz: 94855d6cf0ecb9fcef9c40b05f3af73d91fd33d69bccf2e76b1f23d1414a5771713d2a3159b63c4da3567236ee603856bd19352a83cf72b9634922f1a26ebbe8
7
- data.tar.gz: caa8a9eda9a255e50b1c825a825cdd963df0938160577cb15665b10a3c842517b81b483e8f48c36751d870526cf7a251dd7114648905a85afcd81839e9f898dc
6
+ metadata.gz: 1f8db62e7d3459abf09a7b947b9307f3697dcea646cc68e5439196700c35bc04e593fef4ec85a1c286439f226c9e7b52e3e3c59b45e7e7e04132f27cde785eda
7
+ data.tar.gz: 450a6579bc2e3a256511a31c29d9f01417c654aaf6541e65c43408b394393d87d35768ff2316716446bb51c68f66e0b8b51eab47982ef146100ea109fcb49f17
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Matt Brictson
3
+ Copyright (c) 2023 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
@@ -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
- [![Circle](https://circleci.com/gh/mattbrictson/tomo-plugin-sidekiq/tree/main.svg?style=shield)](https://app.circleci.com/pipelines/github/mattbrictson/tomo-plugin-sidekiq?branch=main)
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.1".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.1
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: 2022-11-19 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.3.25
64
+ rubygems_version: 3.4.15
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: sidekiq tasks for tomo