config_default 0.6.2 → 0.6.3

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: 52f0736f97782e152e389cbd1be631230bc8cafd7c2271c1499cd61234ad8c60
4
- data.tar.gz: 34ff7b8184c350f8cb9d2ea3412a6032206d44dabedfd42fd3d5c8f2401fe985
3
+ metadata.gz: f5a61fb3d158ea76b892a10aa89b807002afc43b9515e7f73e48e90a0f66a6dd
4
+ data.tar.gz: 8de424262c037327175c2fefe5e760fed3cf0cc0bfadba98c839954b222c13c0
5
5
  SHA512:
6
- metadata.gz: 9df4052f0df98a43e498dd4711f83e6521f4b857f103af47018d48d8bef1c890f0ae4537cc87fe38d243f07aecf1e8f7818dc585fd08e742564f5e555112ce6b
7
- data.tar.gz: 0b15006d8debe471b852a12d4228864fbd869455866fda3a735a11ce2c588c222bef179ae311afbae328060a1ff414ab83ffaffbde39cfd16e6609d4de690396
6
+ metadata.gz: c01a40ddb60363147413fb767a3575e48c0a0174dc870da0ff15a5a5372193fdee1a04d680e82143227fb4633033777137cda720c200e0545daf062675baa674
7
+ data.tar.gz: 1c150a29eb09f26539c6e137d6e27186d4c0977b44263d44fa4a58040a6f458350fb11e4dc38afa50229d7452e7007962eebe65ed5c1ca81a06f8c540ea21522
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- config_default (0.6.2)
4
+ config_default (0.6.3)
5
5
  activesupport (>= 6)
6
6
 
7
7
  GEM
@@ -23,10 +23,6 @@ class ConfigDefault::Struct
23
23
  super
24
24
  end
25
25
 
26
- def respond_to_missing?(*_args)
27
- true
28
- end
29
-
30
26
  def inspect
31
27
  "#<ConfigDefault::Struct @attributes=#{to_hash} " \
32
28
  "@recursive=#{@recursive} @allow_nil=#{@allow_nil}>"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ConfigDefault
4
- VERSION = "0.6.2"
4
+ VERSION = "0.6.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: config_default
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stepan Kirushkin