rubypitaya 2.19.1 → 2.20.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: 63a4b9efb72dc065c543c844c34f18109ecd16c6a037595dcaee92269600294a
4
- data.tar.gz: 825ffcf632ca4152c92f859cc73075b7b25d47bdc0b82dcc047833cc8f2f5744
3
+ metadata.gz: a6dfc8681449f1ffcae12145b9fb3533f04d82aa42ed663ddac513d16eb57c79
4
+ data.tar.gz: 3176f5f30664abbd2f9464eedec8c7f004412d6d4c5391528f17ae35932cecb7
5
5
  SHA512:
6
- metadata.gz: 88f7e8a0224d7e119a1f1660a82a57fa71a419a8d33ad190136f2b3796b03176ee6eb198d2528985fe30461dfde33f28e47f049f6df4ade56740c6bbf881cb9b
7
- data.tar.gz: 5cc1afdaf5c20cb7ebcf809a833b6243cc3d064bfb47443ec8ba116678fb19bb385698bbb567f94e76d22d3b4185d2707593ef6df8cd4dffce1dd538bcf4a97a
6
+ metadata.gz: c2c31cbe23ea840ba2fb5c0dd59c29a3bdf204bd017d06aa772a3213bf0ce7b99536bafaa60494edb2e462176f3b001125a2c707ee7e387ad5d3cd0fc6aa64bc
7
+ data.tar.gz: 59cf7321c84bd05e5727a38236cbec7e6ee4d32f9b02c3ef7349a65e09a327885294de37eeb04e6f2740dbbf5d4c14d9cc93aeb593c2c4ae5cbbe53f0c4bde9a
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '2.19.1'
3
+ gem 'rubypitaya', '2.20.0'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.14.0'
@@ -51,13 +51,13 @@ GEM
51
51
  grpc (~> 1.17)
52
52
  eventmachine (1.2.7)
53
53
  ffi (1.15.0)
54
- google-protobuf (3.15.5)
54
+ google-protobuf (3.15.8)
55
55
  googleapis-common-protos-types (1.0.6)
56
56
  google-protobuf (~> 3.14)
57
- grpc (1.36.0)
58
- google-protobuf (~> 3.14)
57
+ grpc (1.37.0)
58
+ google-protobuf (~> 3.15)
59
59
  googleapis-common-protos-types (~> 1.0)
60
- i18n (1.8.9)
60
+ i18n (1.8.10)
61
61
  concurrent-ruby (~> 1.0)
62
62
  listen (3.4.1)
63
63
  rb-fsevent (~> 0.10, >= 0.10.3)
@@ -108,10 +108,9 @@ GEM
108
108
  rspec-support (~> 3.10.0)
109
109
  rspec-support (3.10.2)
110
110
  ruby2_keywords (0.0.4)
111
- rubypitaya (2.19.1)
111
+ rubypitaya (2.20.0)
112
112
  activerecord (= 6.1.3)
113
113
  etcdv3 (= 0.10.2)
114
- eventmachine (= 1.2.7)
115
114
  nats (= 0.11.0)
116
115
  ostruct (= 0.3.3)
117
116
  pg (= 1.2.3)
@@ -5,6 +5,7 @@ ENV LC_ALL=C.UTF-8
5
5
 
6
6
  RUN apt update && \
7
7
  apt install -y --no-install-recommends \
8
+ git \
8
9
  netcat \
9
10
  libpq-dev \
10
11
  build-essential \
@@ -18,6 +18,7 @@ module RubyPitaya
18
18
 
19
19
  if @has_config_core_override
20
20
  result = @config_core_override[key]
21
+ result = @config_core[key] if result.nil?
21
22
  else
22
23
  result = @config_core[key]
23
24
  end
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '2.19.1'
2
+ VERSION = '2.20.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubypitaya
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.19.1
4
+ version: 2.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti