rubypitaya 3.12.4 → 3.12.5
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 81abe377186f7a6043f0d3f4439790e858db9afc8e0dc2913bf39b8160e97503
|
|
4
|
+
data.tar.gz: 00a677c97fe72523837a68cf711e8b4a8c0c6a5abfedd87a4e6bcfa979766383
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8f65a2c2f6d1eae9347f7139b67ecfea382be2788fb9aebb206aa857e7ec95031a853e4c5fd2166d65800e5f4459682ac5ee3462b3915a6e2539ba95dc227f1
|
|
7
|
+
data.tar.gz: 738919ffa92a89e3c3bc9f90c845110d1205dc6d8d9992f0de20abcf689a32c9f0a63bd4b71afb5227c13d273a96c2018cf1ed997b4810cdbc3630254adab08e
|
|
@@ -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.12.
|
|
97
|
+
rubypitaya (3.12.5)
|
|
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.12.
|
|
135
|
+
rubypitaya (= 3.12.5)
|
|
136
136
|
sinatra-contrib (= 3.0.5)
|
|
137
137
|
|
|
138
138
|
BUNDLED WITH
|
data/lib/rubypitaya/core/main.rb
CHANGED
|
@@ -188,7 +188,7 @@ module RubyPitaya
|
|
|
188
188
|
message: error.message
|
|
189
189
|
}
|
|
190
190
|
rescue Exception => error
|
|
191
|
-
@log.error "INTERNAL ERROR: #{error.
|
|
191
|
+
@log.error "INTERNAL ERROR: #{error.class} | #{error.message} \n #{error.backtrace.join("\n")}"
|
|
192
192
|
response = {
|
|
193
193
|
code: StatusCodes::CODE_INTERNAL_ERROR,
|
|
194
194
|
message: StatusCodes::MESSAGE_INTERNAL_ERROR,
|
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.12.
|
|
4
|
+
version: 3.12.5
|
|
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-
|
|
11
|
+
date: 2023-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pg
|