rubypitaya 2.3.1 → 2.3.2

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: 5291558f9dd5aa593ad105ae1569c7e0cbe7f50cd09f0ed3787b6138df16a984
4
- data.tar.gz: 149b44e5cb086bc0e2a065c49f7cd94a030ca46bfe5f81c215c4587f5e97862d
3
+ metadata.gz: 1a6fde2eae7ed9a98258d0032349d13a7c1c472630bba199e91b5d75a2999054
4
+ data.tar.gz: ce0f2c89d96cfb2368eb38b303251d696afe9022feda6baaf56f880d962464e7
5
5
  SHA512:
6
- metadata.gz: 9d10ac3a7ec3eab79ef031c2c59c2be72c5641933a341cfe14ec95f3369e5f5d2d60152de0f6cb7272dc413186ed33aea8788669ef3f5fd8bf00f75155624154
7
- data.tar.gz: 699f5d3570899fe31085bd5b902470f1f3d47a4bb42d48034d4627d2258fc01b00e59dde6bd4f8af1a845ffdc840a116bedcbc8165cba17d9c29fda71bee87aa
6
+ metadata.gz: f70ae9bb4b1cfc53234a4e6f6c0d4680f10a923f6c563908b06d471eebda2e3b4a3e4bdcd85c13dec41e2f850d471b8a7fbf9c0cdd7d72f5c761a33f239de79a
7
+ data.tar.gz: a255dcfdcb71951a92fe57afb4b01f12adb576fb7fde1248a395ef62275c1f2560990f0618e6efb86b6938dd5b9472f116f3915f2bcf5efb519a158879f382a3
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '2.3.1'
3
+ gem 'rubypitaya', '2.3.2'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.12.2'
@@ -62,7 +62,7 @@ GEM
62
62
  diff-lcs (>= 1.2.0, < 2.0)
63
63
  rspec-support (~> 3.8.0)
64
64
  rspec-support (3.8.3)
65
- rubypitaya (2.3.1)
65
+ rubypitaya (2.3.2)
66
66
  activerecord (= 6.0.2)
67
67
  etcdv3 (= 0.10.2)
68
68
  eventmachine (= 1.2.7)
@@ -85,7 +85,7 @@ DEPENDENCIES
85
85
  pry (= 0.12.2)
86
86
  rake (= 10.0)
87
87
  rspec (= 3.8.0)
88
- rubypitaya (= 2.2.2)
88
+ rubypitaya (= 2.3.2)
89
89
 
90
90
  BUNDLED WITH
91
91
  1.17.2
@@ -14,6 +14,7 @@ module RubyPitaya
14
14
  def [](key)
15
15
  result = @config_core_override[key] unless @config_core_override.nil?
16
16
  result = @config_core[key] if result.nil?
17
+ result
17
18
  end
18
19
 
19
20
  def auto_reload
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '2.3.1'
2
+ VERSION = '2.3.2'
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.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti