tomo-plugin-sidekiq 1.4.1 → 1.4.3

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: 97d0d365b2ca11999677d04ae51fd1844f1ba9c10deff55689ae07ffb3a17bd9
4
- data.tar.gz: 6f612f7258623fe471de77d4fe8d88b7c61d3ace8feea4a3979bb475143a50e1
3
+ metadata.gz: 0c07b84a50e6a5966c741351f27139ac985990210d709a94c1ccbeb32674b2a1
4
+ data.tar.gz: 021c15d2e95d4552c8d924c30640744e94c212f2428c9df46df77d3a27a559c0
5
5
  SHA512:
6
- metadata.gz: 666324a3666d035568b74d4487fd4b8ccafdda64af1ede5a41b1dbba62d9bbda9e48be773371c5e2d9ed30af70f2a531df09574b47518960100eba5fcae1e43c
7
- data.tar.gz: c67a11bb706368cedcc57362bf2fb744b3defb30585f192de0e26eee8e4911c7387bc95eb6d899f7dcc2ee7ae08842f7d2797d1aa7f43af53e8db623b88fda8b
6
+ metadata.gz: a1034df191569900b77db4776996c6804ede650d92eebea7da170f0259abca683cb914a8b998921ec830366f7d7e94fbe8c14b3086dabd8a9324da737fd033aa
7
+ data.tar.gz: 2b2447b07d3e67c8c9dad48fb966b3c97f8b607bf9914325a85e38d0e68435c9e28c1dc1b83aeb7ad4f907203685f9b1a66acde756c28d9ba66edc6c285b568a
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 Matt Brictson
3
+ Copyright (c) 2025 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
@@ -7,8 +7,6 @@ ConditionPathExists=<%= paths.current %>
7
7
  ExecStart=/bin/bash -lc 'exec bundle exec sidekiq'
8
8
  Restart=always
9
9
  RestartSec=1
10
- StandardError=syslog
11
- StandardOutput=syslog
12
10
  SyslogIdentifier=%n
13
11
  Type=notify
14
12
  WatchdogSec=10
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Sidekiq
7
- VERSION = "1.4.1".freeze
7
+ VERSION = "1.4.3".freeze
8
8
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomo-plugin-sidekiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-10-28 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: tomo
@@ -24,7 +23,6 @@ dependencies:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
25
  version: '1.0'
27
- description:
28
26
  email:
29
27
  - opensource@mattbrictson.com
30
28
  executables: []
@@ -46,7 +44,6 @@ metadata:
46
44
  source_code_uri: https://github.com/mattbrictson/tomo-plugin-sidekiq
47
45
  homepage_uri: https://github.com/mattbrictson/tomo-plugin-sidekiq
48
46
  rubygems_mfa_required: 'true'
49
- post_install_message:
50
47
  rdoc_options: []
51
48
  require_paths:
52
49
  - lib
@@ -61,8 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
58
  - !ruby/object:Gem::Version
62
59
  version: '0'
63
60
  requirements: []
64
- rubygems_version: 3.5.21
65
- signing_key:
61
+ rubygems_version: 3.6.7
66
62
  specification_version: 4
67
63
  summary: sidekiq tasks for tomo
68
64
  test_files: []