tomo-plugin-sidekiq 1.4.1 → 1.4.2

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: 97d0d365b2ca11999677d04ae51fd1844f1ba9c10deff55689ae07ffb3a17bd9
4
- data.tar.gz: 6f612f7258623fe471de77d4fe8d88b7c61d3ace8feea4a3979bb475143a50e1
3
+ metadata.gz: b3856a467777cf4b23dbf1d11fe40dcb80b49b9b688478dc87a1aef2880cb842
4
+ data.tar.gz: 70617d574dca1a83eb142a33889277ea01fc753adba4f88c717bdd4357e93f14
5
5
  SHA512:
6
- metadata.gz: 666324a3666d035568b74d4487fd4b8ccafdda64af1ede5a41b1dbba62d9bbda9e48be773371c5e2d9ed30af70f2a531df09574b47518960100eba5fcae1e43c
7
- data.tar.gz: c67a11bb706368cedcc57362bf2fb744b3defb30585f192de0e26eee8e4911c7387bc95eb6d899f7dcc2ee7ae08842f7d2797d1aa7f43af53e8db623b88fda8b
6
+ metadata.gz: 3adf5aa7f703cbbe39485742b888d2a6446205277715a8c9efe2e6cf32c04475c24904c08676cd2420155a074ec7c4037f039434e8dfe4662595f9bd9da4764b
7
+ data.tar.gz: b289da44438960af1011c14551d9231a312ff18b7354508a79f45e17aab902e10d6422ec00459265506b1eb0b2164c3ed983f10bde63a5cfddbba1da6cd0ad30
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.2".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.2
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: 2025-01-25 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.3
66
62
  specification_version: 4
67
63
  summary: sidekiq tasks for tomo
68
64
  test_files: []