sqewer 6.4.1 → 6.5.0

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: be8cc2c0e7ee4782db12019bd4590c661434be3c96987c3f3c79c052999dadaa
4
- data.tar.gz: b9f0e5c17f48e7d8ca7eed9cd7b7386c29d389d0178ee2fa7a3e5a077746a0e4
3
+ metadata.gz: a69e4c565c8d9532e871d74b077188f617fe513519fdc4f72f03ad25ba8c67d2
4
+ data.tar.gz: 92b73c32b4f9535fc53868f9ba61a3e579bfbba1244c191fc6c34c5a64bd7e2c
5
5
  SHA512:
6
- metadata.gz: e9ec134731dd5df33666b9b75d1745549f68c33856c6a466a3e2485c046c2b936898065df5dc7ed6ad3b1286bf23db585df2603b65be9f19756f62e0782529fa
7
- data.tar.gz: 58ab8dbecd3bf578c358142c922775afa8333f777f2d79cdeeb4e50ebad0fd9839fca8bffa2e543346091196ce9ca855994fb618268aaf13cb14d748d334f563
6
+ metadata.gz: 339e77231c3b905a5b3477c2bb933d5fadcbb3f6291f30f12b5e4682bc0d858ee9bb1b8da44e1ba59b46b4647cb3bb877b200f180fd78b91e2c775f0c7103755
7
+ data.tar.gz: 16eb06ee13263bd2af1ce18af5c8c4c5da20bf95bca329644a7ccce9fbbe77c54ea18769b3d2819e13f7f7c0374be293ec7beaa6f324ded588a1f2313591154b
@@ -1,5 +1,8 @@
1
+ ### 6.5.0
2
+ - Adds `$stdout.sync = true` to CLI to flush the logs to STDOUT
3
+
1
4
  ### 6.4.1
2
- - Retrieve attributes when receiving messages from SQS
5
+ - Retrieve attributes when receiving messages from SQS
3
6
 
4
7
  ### 6.4.0
5
8
  - Raise an exception in submit! if the job serializes to a message that is
@@ -1,3 +1,4 @@
1
+ $stdout.sync = true
1
2
  # Wraps a Worker object in a process-wide commanline handler. Once the `start` method is
2
3
  # called, signal handlers will be installed for the following signals:
3
4
  #
@@ -1,3 +1,3 @@
1
1
  module Sqewer
2
- VERSION = '6.4.1'
2
+ VERSION = '6.5.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqewer
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.1
4
+ version: 6.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julik Tarkhanov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-05-22 00:00:00.000000000 Z
12
+ date: 2020-09-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk-sqs