tomo-plugin-sidekiq 1.2.1 → 1.2.2

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: 3ec8e022dc9c4c91cd369019143caa7d2bed771433c2f76ad9d9f54c449786f7
4
+ data.tar.gz: 781d05a6ef9d4e8ba80019404a413a4c3b47b77f42e68d29d0aaaf09c93db90f
5
5
  SHA512:
6
- metadata.gz: 94855d6cf0ecb9fcef9c40b05f3af73d91fd33d69bccf2e76b1f23d1414a5771713d2a3159b63c4da3567236ee603856bd19352a83cf72b9634922f1a26ebbe8
7
- data.tar.gz: caa8a9eda9a255e50b1c825a825cdd963df0938160577cb15665b10a3c842517b81b483e8f48c36751d870526cf7a251dd7114648905a85afcd81839e9f898dc
6
+ metadata.gz: 4faeb46df569bd8e62d8f0b75b845682d29a2df3cf31ed78bdf3409cccf72d825cad59bdd1bbd5389b7de0dfe2ceface164a39fc45b47cf975b9d0cac401d517
7
+ data.tar.gz: aca93626c469c1cdfe3f8222a926b783ca485ae2144e1dc305a09ce066054ea6476e2856292de84a9361b2669e7ad06c012d27476391f71039d17a2e01f2c4e2
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,7 +1,7 @@
1
1
  # tomo-plugin-sidekiq
2
2
 
3
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)
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
5
  [![Code Climate](https://codeclimate.com/github/mattbrictson/tomo-plugin-sidekiq/badges/gpa.svg)](https://codeclimate.com/github/mattbrictson/tomo-plugin-sidekiq)
6
6
 
7
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.
@@ -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.2.2".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.2.2
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-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tomo
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  requirements: []
64
- rubygems_version: 3.3.25
64
+ rubygems_version: 3.4.7
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: sidekiq tasks for tomo