tomo-plugin-solid_queue 0.0.1 → 0.0.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: 6b0eeb3e1010b46eee073015145bd0747241d144020259d8a3e83f3be4aa14ab
4
- data.tar.gz: 1b91d02b927bccbdabbfeb2db9c229532d9af8f835474251d590de24d1687bc3
3
+ metadata.gz: e0bb24ae7b05e1bb7d8e378e1cf64e5c377ca69552e2a22141804ff2f0c3e3e7
4
+ data.tar.gz: 883cf571e9310dc47d67c3680f9fe578a1a54a8c1369b14119408b63bfbfec11
5
5
  SHA512:
6
- metadata.gz: 96606c598123dd2a12842f56cc47c34d51b2588d528cc969ab2b620e9a30d57435e8c88a2d9afe11bf274c8bb85d1b8c806c197af2faea00b869ab2da8916585
7
- data.tar.gz: 47c56b96b4a9357c7b31bd8baadddab145903de2bed1d112cb6501635ecd399c71b8d02b6166deeefe26e635b0dc7bed63b6fbc475994b60cfd2ab949203ede0
6
+ metadata.gz: c991d2f2c28dc603e5f7b361bae15686cc0524cf77e6a5fa63101490c1184d3c832b774127df12ab17259b273ff8ea7b3296ed999d4ae29a271a4f1f9cb645f7
7
+ data.tar.gz: 8e00e24fc6db4159d8d490db661685356b8ce850511ea9ae8052ca0b58ec2624c279112dd74f3453a16a0251e81705048644525600c609b77392a8ba6c9aa210
@@ -10,8 +10,7 @@ RestartSec=1
10
10
  StandardError=syslog
11
11
  StandardOutput=syslog
12
12
  SyslogIdentifier=%n
13
- Type=notify
14
- WatchdogSec=10
13
+ Type=simple
15
14
  WorkingDirectory=<%= paths.current %>
16
15
 
17
16
  # Greatly reduce Ruby memory fragmentation and heap usage
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::SolidQueue
7
- VERSION = "0.0.1".freeze
7
+ VERSION = "0.0.2".freeze
8
8
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomo-plugin-solid_queue
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Muhammad Usman
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-08-22 00:00:00.000000000 Z
10
+ date: 2025-01-01 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
  - uxman.sherwani@gmail.com
30
28
  executables: []
@@ -46,7 +44,6 @@ metadata:
46
44
  source_code_uri: https://github.com/uxxman/tomo-plugin-solid_queue
47
45
  homepage_uri: https://github.com/uxxman/tomo-plugin-solid_queue
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.2
66
62
  specification_version: 4
67
63
  summary: Solid Queue deployment tasks for tomo
68
64
  test_files: []