rubypitaya 3.13.0 → 3.13.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca410e84259e7e471daaba964b839b16b485b49ecd9c731bd85327509333e935
4
- data.tar.gz: 1b093150751824e11e70351511805b5210dcf2006eb813b5762fb225d1c71662
3
+ metadata.gz: acbfc0c9d40a771b0634564d80f8ea988a1b2b10ca1237a71d0cc34a862d34bb
4
+ data.tar.gz: 0e7bccba6327c1714a8329bf742c6d2bd476e2ca1f5eacad1ecb33515754b175
5
5
  SHA512:
6
- metadata.gz: 5d35d1aba56088818e89230f8818ff6793df72a13dc3bc9a4347b6eedfe7a376705234a3d16a2ca1c8353bf0205d4b2538e285f8d48c5e171c5164d2e6417497
7
- data.tar.gz: 325448b2369351408224add4751e8d9b9e572ca67840bf9645151b8ba2866bda602aba15811be16832ab66b87ccf90f77437057e6523fb6553b00baeb9c08e0b
6
+ metadata.gz: 4b444d440678cfecd3b261cd58cf1b06bc12fd495170022d9f3db0b5e315a36aeb8b9501aebd5ee776225045cbac0794c2071e7c499f1928aea0dccfd070ff73
7
+ data.tar.gz: 0fd78045aa62fcb642f33acdbd5a23bc7af6b559700728ee667478a7e4742c75060c559b8a4566286edc37afb87f17ad27c6eeb070b694891d49d65ad2dd94ac
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '3.13.0'
3
+ gem 'rubypitaya', '3.13.1'
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.0)
97
+ rubypitaya (3.13.1)
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.0)
135
+ rubypitaya (= 3.13.1)
136
136
  sinatra-contrib (= 3.0.5)
137
137
 
138
138
  BUNDLED WITH
@@ -195,7 +195,7 @@ module RubyPitaya
195
195
  }
196
196
  end
197
197
 
198
- response_json = JSON.generate(response.to_json)
198
+ response_json = JSON.generate(response)
199
199
  delta_time_seconds = ((Time.now.to_f - start_time_seconds) * 1000).round(2)
200
200
 
201
201
  @log.info "response [#{delta_time_seconds}ms] -> #{response_json}"
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '3.13.0'
2
+ VERSION = '3.13.1'
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.0
4
+ version: 3.13.1
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-06 00:00:00.000000000 Z
11
+ date: 2023-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg