rubypitaya 3.13.0 → 3.13.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acbfc0c9d40a771b0634564d80f8ea988a1b2b10ca1237a71d0cc34a862d34bb
|
4
|
+
data.tar.gz: 0e7bccba6327c1714a8329bf742c6d2bd476e2ca1f5eacad1ecb33515754b175
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b444d440678cfecd3b261cd58cf1b06bc12fd495170022d9f3db0b5e315a36aeb8b9501aebd5ee776225045cbac0794c2071e7c499f1928aea0dccfd070ff73
|
7
|
+
data.tar.gz: 0fd78045aa62fcb642f33acdbd5a23bc7af6b559700728ee667478a7e4742c75060c559b8a4566286edc37afb87f17ad27c6eeb070b694891d49d65ad2dd94ac
|
@@ -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.
|
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.
|
135
|
+
rubypitaya (= 3.13.1)
|
136
136
|
sinatra-contrib (= 3.0.5)
|
137
137
|
|
138
138
|
BUNDLED WITH
|
data/lib/rubypitaya/core/main.rb
CHANGED
@@ -195,7 +195,7 @@ module RubyPitaya
|
|
195
195
|
}
|
196
196
|
end
|
197
197
|
|
198
|
-
response_json = JSON.generate(response
|
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}"
|
data/lib/rubypitaya/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2023-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pg
|