numaflow_ruby 0.4.44-x86_64-linux → 0.5.0-x86_64-linux

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fe22535c25f21e7fe3e5fa9c46ad7856acbf413c61dc6b0bdbb58dd66242cb5
4
- data.tar.gz: 699f3f765da9721abbff01c0755db692636c8f1ac5c2074a394da850dca28bb2
3
+ metadata.gz: 974dcb02be329c8cec7805ff4d22c7f7d3adc5d187ba9de578b84d27b282c79e
4
+ data.tar.gz: 8bc036f1e9d563ffa1ad37c8c18258b2c16c0d30be82c30c830890d2803bd641
5
5
  SHA512:
6
- metadata.gz: 996a901cff6074e68bd61b057e7e5ca45f4936b171dbdcede89fa13f1c923403cac580d9de4372e2ad3f9b9a92be94eced45b9b84f5cca00f02362738e6d8955
7
- data.tar.gz: 27f64c25c735ff60d20faf2ffd14d37c8719f19cb6bc3e9520ddf0dc9456f612e763e1c13ba9a53dd2b3411cd5582e7a3981d4bd50fd94bd8a2d886acbe893b5
6
+ metadata.gz: c15496c4f7d20374a5102e0c839478788c852575aca5e4c2ba39948c50095b04a16da95bb61cc11bb76ff80cb5c792046aedac5baea10cedfcb274dc1faab838
7
+ data.tar.gz: ed91606e7a4fae1efd6c5990a7de0977259b90ac2604469c43f96de0eeece38e05117a1e79fdb888ef0cf6e2cc064a40c3a221f02eacd62cd8c099a44f8ef9b7
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.4.1
1
+ 3.4.10
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NumaflowRuby
4
- VERSION = "0.4.44"
4
+ VERSION = "0.5.0"
5
5
  end
data/lib/numaflow_ruby.rb CHANGED
@@ -22,7 +22,7 @@ module NumaflowRuby
22
22
  NumaflowRuby.rust_respond_to_message(result, responder)
23
23
  rescue NumaflowRuby::ServerStopped
24
24
  break
25
- rescue StandardError
25
+ rescue
26
26
  Kernel.exit 1
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: numaflow_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.44
4
+ version: 0.5.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Kyle Cooke
@@ -46,7 +46,6 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - ".rspec"
49
- - ".rubocop.yml"
50
49
  - ".ruby-version"
51
50
  - README.md
52
51
  - Rakefile
data/.rubocop.yml DELETED
@@ -1,8 +0,0 @@
1
- AllCops:
2
- TargetRubyVersion: 3.0
3
-
4
- Style/StringLiterals:
5
- EnforcedStyle: double_quotes
6
-
7
- Style/StringLiteralsInInterpolation:
8
- EnforcedStyle: double_quotes