rubypitaya 2.19.0 → 2.19.1

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: 29e44f8dac6ea62a79303ae177f79515dc38309175c0e30b54fd95c0a7a7237e
4
- data.tar.gz: cd1a3663b60d5dbd62e521d7590560dad861f6eb857033001cef259ada067149
3
+ metadata.gz: 63a4b9efb72dc065c543c844c34f18109ecd16c6a037595dcaee92269600294a
4
+ data.tar.gz: 825ffcf632ca4152c92f859cc73075b7b25d47bdc0b82dcc047833cc8f2f5744
5
5
  SHA512:
6
- metadata.gz: baee0fc660cb49a6f68ef705ea371b29e1f6dbb7da0db714d88d25ffc593fd8b94155a296ae8341454a9b79e33a3251a471b19256dd9c1bcf49ee84182692ea4
7
- data.tar.gz: adf400ab74394136cfdfe99688368996f39ddc4cbd9f57671d386ea2fa7bbf1074927fdb4a51da9239b8998e546a8db2aacb73a16aea78ee682f474b3072039b
6
+ metadata.gz: 88f7e8a0224d7e119a1f1660a82a57fa71a419a8d33ad190136f2b3796b03176ee6eb198d2528985fe30461dfde33f28e47f049f6df4ade56740c6bbf881cb9b
7
+ data.tar.gz: 5cc1afdaf5c20cb7ebcf809a833b6243cc3d064bfb47443ec8ba116678fb19bb385698bbb567f94e76d22d3b4185d2707593ef6df8cd4dffce1dd538bcf4a97a
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '2.19.0'
3
+ gem 'rubypitaya', '2.19.1'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.14.0'
@@ -108,7 +108,7 @@ 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.0)
111
+ rubypitaya (2.19.1)
112
112
  activerecord (= 6.1.3)
113
113
  etcdv3 (= 0.10.2)
114
114
  eventmachine (= 1.2.7)
@@ -149,7 +149,7 @@ DEPENDENCIES
149
149
  listen (= 3.4.1)
150
150
  pry (= 0.14.0)
151
151
  rspec (= 3.10.0)
152
- rubypitaya (= 2.19.0)
152
+ rubypitaya (= 2.19.1)
153
153
 
154
154
  BUNDLED WITH
155
155
  2.1.4
@@ -10,7 +10,6 @@ module RubyPitaya
10
10
  @has_config_core_override = false
11
11
 
12
12
  @result_cache = {}
13
- @temp = {result: {}}
14
13
  end
15
14
 
16
15
  def [](key)
@@ -23,10 +22,7 @@ module RubyPitaya
23
22
  result = @config_core[key]
24
23
  end
25
24
 
26
- @temp[:result] = result
27
- @temp.deep_symbolize_keys!
28
-
29
- @result_cache[key] = @temp[:result]
25
+ @result_cache[key] = result
30
26
 
31
27
  result
32
28
  end
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '2.19.0'
2
+ VERSION = '2.19.1'
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.0
4
+ version: 2.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti