tomo-plugin-sidekiq 1.3.2 → 1.4.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: 4cc430ca1af6cf88cf076dc56278a4fe836eb8d9a8dc30d8852821bda3fdf353
4
- data.tar.gz: 1aae939e49e6774a1ae4cc9deaafe19ef376ec2e165dee844b19aba8535c0d4f
3
+ metadata.gz: 1c91358389727ee524058d9ed07f0d7aad111e9961ad6887b3ee67aced4acc41
4
+ data.tar.gz: 375aa7f8dd456d61bbf8ba18de4d64bb6c049858ecaa634ee6ec4d094eac5d5a
5
5
  SHA512:
6
- metadata.gz: 145b77bd8af3c173b1459a6601e6bccd530370032d8a9d68685a4e88c7e90132fd5abae94a2fc087816c5e2c4a942a82748799b892e7eb8f03c6e28d3c481d3e
7
- data.tar.gz: fe14a3470e59143277e07b9ab4b25e3eb0b2260ec5ac450badcbc50344633a8f69bfb093c7c48ca76c2e9235e00010f9bede27585dd2f51a6df08f94c324f4ad
6
+ metadata.gz: 88675dc9614d6cd43d109d76c332e8607194907e6459039fa96905a14967a7d4d3ff4af86abe8ac3b5dd855bb0d2f8250fe971d52e9fd17c2ae707c01d542f3a
7
+ data.tar.gz: 4be9ebdf848d20dbf0167f13ad2f0b474cc8f59e7429c239e61e3b7293d4dba1257da10c6591dc2b8f3166bb44bb5c94682b6c67f867438af46627c9849f13dc
data/README.md CHANGED
@@ -79,7 +79,7 @@ Configures systemd to manage sidekiq. This means that sidekiq will automatically
79
79
 
80
80
  Note that these units will be installed and run for the deploy user. You can use `:sidekiq_systemd_service_template_path` to provide your own template and customize how sidekiq and systemd are configured.
81
81
 
82
- `sidekiq:setup_systemd` is intended for use as a [setup](https://tomo-deploy.com/commands/setup/) task. It must be run before sidekiq can be started during a deploy.
82
+ `sidekiq:setup_systemd` is intended for use as a [setup](https://tomo.mattbrictson.com/commands/setup/) task. It must be run before sidekiq can be started during a deploy.
83
83
 
84
84
  ### sidekiq:restart
85
85
 
@@ -115,7 +115,7 @@ systemctl --user status sidekiq.service
115
115
 
116
116
  ### sidekiq:log
117
117
 
118
- Uses `journalctl` (part of systemd) to view the log output of the sidekiq service. This task is intended for use as a [run](https://tomo-deploy.com/commands/run/) task and accepts command-line arguments. The arguments are passed through to the `journalctl` command. For example:
118
+ Uses `journalctl` (part of systemd) to view the log output of the sidekiq service. This task is intended for use as a [run](https://tomo.mattbrictson.com/commands/run/) task and accepts command-line arguments. The arguments are passed through to the `journalctl` command. For example:
119
119
 
120
120
  ```
121
121
  $ tomo run -- sidekiq:log -f
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Sidekiq
7
- VERSION = "1.3.2".freeze
7
+ VERSION = "1.4.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.3.2
4
+ version: 1.4.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: 2024-03-10 00:00:00.000000000 Z
11
+ date: 2024-07-09 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: '3.0'
57
+ version: '3.1'
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.5.6
64
+ rubygems_version: 3.5.11
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: sidekiq tasks for tomo