sbmt-outbox 6.4.0 → 6.4.1
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 +4 -4
- data/lib/sbmt/outbox/cli.rb +7 -0
- data/lib/sbmt/outbox/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f4bad1209d38b5bc078043b5f70ebb021709b6fb6ec46ea21f07469e361c96c
|
|
4
|
+
data.tar.gz: 239b12886db166a8e1eecc77418c18a3da324220877ebec1a26071916675630a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b279fdac2c90a1e52c93c6f6bf500dea62329b3fd1c3fa7de348a7931ac92c653addb462cf7e66521f4566017a13aaaa0e0541ebc0b9c144868caf3904f1c4f4
|
|
7
|
+
data.tar.gz: 852f86d9894830a4e4e5ac9943647b05769ded665abfb65590470f9f3114b2acb86fe52cf58adaf74ce34cf9caf529765f10675eda9c02e07e1be709a754d826
|
data/lib/sbmt/outbox/cli.rb
CHANGED
|
@@ -137,6 +137,13 @@ module Sbmt
|
|
|
137
137
|
$stdout.puts "Going to shut down..."
|
|
138
138
|
worker.stop
|
|
139
139
|
end
|
|
140
|
+
|
|
141
|
+
# normal kill with number 3
|
|
142
|
+
Signal.trap("SIGQUIT") do
|
|
143
|
+
$stdout.puts AsciiArt.shutdown
|
|
144
|
+
$stdout.puts "Going to shut down..."
|
|
145
|
+
worker.stop
|
|
146
|
+
end
|
|
140
147
|
end
|
|
141
148
|
end
|
|
142
149
|
end
|
data/lib/sbmt/outbox/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sbmt-outbox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.4.
|
|
4
|
+
version: 6.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sbermarket Ruby-Platform Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-05-
|
|
11
|
+
date: 2024-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|