rubypitaya 3.13.1 → 3.14.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: acbfc0c9d40a771b0634564d80f8ea988a1b2b10ca1237a71d0cc34a862d34bb
4
- data.tar.gz: 0e7bccba6327c1714a8329bf742c6d2bd476e2ca1f5eacad1ecb33515754b175
3
+ metadata.gz: bffdcf22b6825ba0654f97375e06f4910294b5f9690c00b7109fdaba3bf687fe
4
+ data.tar.gz: 5a67d67b4094a7af3d879d0fddb7e23208d2d7bca233178112cfcff75405368a
5
5
  SHA512:
6
- metadata.gz: 4b444d440678cfecd3b261cd58cf1b06bc12fd495170022d9f3db0b5e315a36aeb8b9501aebd5ee776225045cbac0794c2071e7c499f1928aea0dccfd070ff73
7
- data.tar.gz: 0fd78045aa62fcb642f33acdbd5a23bc7af6b559700728ee667478a7e4742c75060c559b8a4566286edc37afb87f17ad27c6eeb070b694891d49d65ad2dd94ac
6
+ metadata.gz: dddf9158f329df422d45dde7066dd3111b5da677d536f3ba25c9238571fddaced05df832728fa21495f40236f896e503307277a3f891032f03b99a6a78645d1f
7
+ data.tar.gz: 88a4266ec4db9532093fac4cddbffccb84475ee37d3c245adfa44db599e10dffbe0bad5222ef76994ae26bc0228773166d5cfe8e289a7993d7cc60ed0d898156
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '3.13.1'
3
+ gem 'rubypitaya', '3.14.0'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.14.2'
@@ -94,7 +94,7 @@ GEM
94
94
  rspec-support (~> 3.12.0)
95
95
  rspec-support (3.12.0)
96
96
  ruby2_keywords (0.0.5)
97
- rubypitaya (3.13.1)
97
+ rubypitaya (3.14.0)
98
98
  activerecord (= 7.0.4)
99
99
  etcdv3 (= 0.11.5)
100
100
  google-protobuf (= 3.21.12)
@@ -132,7 +132,7 @@ DEPENDENCIES
132
132
  listen (= 3.8.0)
133
133
  pry (= 0.14.2)
134
134
  rspec (= 3.12.0)
135
- rubypitaya (= 3.13.1)
135
+ rubypitaya (= 3.14.0)
136
136
  sinatra-contrib (= 3.0.5)
137
137
 
138
138
  BUNDLED WITH
@@ -39,7 +39,7 @@ module RubyPitaya
39
39
 
40
40
  response = yield request
41
41
 
42
- nats_response = NatsResponse.new(data: response)
42
+ nats_response = NatsResponse.new(data: response.force_encoding('ascii-8bit'))
43
43
  nats_response_encoded = NatsResponse.encode(nats_response)
44
44
 
45
45
  @nats.publish(message.reply, nats_response_encoded)
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '3.13.1'
2
+ VERSION = '3.14.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubypitaya
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.13.1
4
+ version: 3.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-11 00:00:00.000000000 Z
11
+ date: 2023-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg