rubypitaya 3.15.1 → 3.15.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: 9d6a7ca3ed892f759919d42c36bb87f8c4771b71e1bd8c4ad99e0bee773f1bda
4
- data.tar.gz: 7ada9f158e21765e05c09f10e5c49a78e37187592d9c37d6caac924f44bcbb19
3
+ metadata.gz: 515d2b2bbf22dbf2090c4db926918d4c579255f5223baf55850e08d31b0f2954
4
+ data.tar.gz: fad8a9bb65f7160344f855efd8ba9cdfd8ec71814f1c052730348c3660f2c1f4
5
5
  SHA512:
6
- metadata.gz: bd90eb98da9be2b93975df43b27c48986a5c0b4b5d96855381db4f4896b3e3c7a771162d56726df4b76f2fc245ba61e939580da3760fec3414d3a394aabecb5c
7
- data.tar.gz: ff971b93d82fbd29a06a7882bc282e058bfcc7fbf9bea6f6200cf0bcfd9ee709d5f52a9fa3a7bd6852486815dfadc00905056be35082acce0082c9c03f68a419
6
+ metadata.gz: f0f103d1d8492e5d21a8183501ecb35f0432e7b460b22e0a17a5aec8990ec09417676e75c857c722c731bfbdc5b13218e0c37d7bf67d2bea204f44c88030ef67
7
+ data.tar.gz: c9ba2c77aa89d21f443ad6ac4d6772bf2efc2117f1bce9eb8b195fda90dc8c628bc0c913807599dce0e759c54a3489885d1a62e6f6da4629719ceab2da6f132b
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '3.15.1'
3
+ gem 'rubypitaya', '3.15.2'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.14.2'
@@ -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.15.1)
97
+ rubypitaya (3.15.2)
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.15.1)
135
+ rubypitaya (= 3.15.2)
136
136
  sinatra-contrib (= 3.0.5)
137
137
 
138
138
  BUNDLED WITH
@@ -1,4 +1,5 @@
1
1
  require 'rubypitaya/core/config_core'
2
+ require 'rubypitaya/core/config_hash_extension'
2
3
 
3
4
  module RubyPitaya
4
5
 
@@ -1,3 +1,5 @@
1
+ require 'rubypitaya/core/config_hash_extension'
2
+
1
3
  module RubyPitaya
2
4
 
3
5
  class ConfigCore
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '3.15.1'
2
+ VERSION = '3.15.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: 3.15.1
4
+ version: 3.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti