protobuf-nats 0.10.4 → 0.10.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/protobuf/nats/config.rb +1 -1
- data/lib/protobuf/nats/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c2187c7b268795df3d9cb72b75d4bf51456c055bd00253cdc2fc25385cdbb988
|
4
|
+
data.tar.gz: bd286511daf03a39bf93ad1aa74d8f044b7b1019cb9eb043c40c663e4950f3a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f36143434fadea654a256c365fde72df2932510c8c1430408095d14fd426b512404725c67e621d6b13df9a8aef266fef3a9f4a3945a2d3e6ccb329cc70aa641
|
7
|
+
data.tar.gz: a79b514f718ea525bde3095de4f5568849f8321c67c703096386bbef74cde0599b4f952ee70b12b6b22b338ea39666faef3d2c6af74585852f3972831adcb36b
|
data/lib/protobuf/nats/config.rb
CHANGED
@@ -39,7 +39,7 @@ module Protobuf
|
|
39
39
|
yaml_config = {}
|
40
40
|
config_path = ENV["PROTOBUF_NATS_CONFIG_PATH"] || ::File.join("config", "protobuf_nats.yml")
|
41
41
|
absolute_config_path = ::File.expand_path(config_path)
|
42
|
-
if ::File.
|
42
|
+
if ::File.exist?(absolute_config_path)
|
43
43
|
# Psych 4 and newer requires unsafe_load_file in order for aliases to be used
|
44
44
|
yaml_config = if ::YAML.respond_to?(:unsafe_load_file)
|
45
45
|
::YAML.unsafe_load_file(absolute_config_path)[env]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: protobuf-nats
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Dewitt
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -205,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
205
205
|
- !ruby/object:Gem::Version
|
206
206
|
version: '0'
|
207
207
|
requirements: []
|
208
|
-
rubygems_version: 3.
|
208
|
+
rubygems_version: 3.4.20
|
209
209
|
signing_key:
|
210
210
|
specification_version: 4
|
211
211
|
summary: ruby-protobuf client/server for nats
|