tomo-plugin-sidekiq 1.4.0 → 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: 1c91358389727ee524058d9ed07f0d7aad111e9961ad6887b3ee67aced4acc41
4
- data.tar.gz: 375aa7f8dd456d61bbf8ba18de4d64bb6c049858ecaa634ee6ec4d094eac5d5a
3
+ metadata.gz: b3856a467777cf4b23dbf1d11fe40dcb80b49b9b688478dc87a1aef2880cb842
4
+ data.tar.gz: 70617d574dca1a83eb142a33889277ea01fc753adba4f88c717bdd4357e93f14
5
5
  SHA512:
6
- metadata.gz: 88675dc9614d6cd43d109d76c332e8607194907e6459039fa96905a14967a7d4d3ff4af86abe8ac3b5dd855bb0d2f8250fe971d52e9fd17c2ae707c01d542f3a
7
- data.tar.gz: 4be9ebdf848d20dbf0167f13ad2f0b474cc8f59e7429c239e61e3b7293d4dba1257da10c6591dc2b8f3166bb44bb5c94682b6c67f867438af46627c9849f13dc
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.0".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.0
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-07-09 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.11
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: []