config_hash 1.1.10 → 1.1.11

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/config_hash.rb +0 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 292b79c9f455f289d56b1f2622342e8768ce2248
4
- data.tar.gz: c9f444e4c1458d70b3fdfc10551f2a02a8d62e46
3
+ metadata.gz: 925890a5c3380e063ffd82e3fd11f81a104cce71
4
+ data.tar.gz: ad6e9f43f25da9388c5a0ff58dc3fa64026c3fca
5
5
  SHA512:
6
- metadata.gz: 0e65f0156b16ae9d3b51a49e4ffa89614907aefc8d27b2592f375dba1a15a4074b18858df6945c66330f1b27a8d65c1bf8a573c23bf838e2237484758512d83c
7
- data.tar.gz: d22bf341aa33d14aa05eb1253ddee70a3680a0c870e037a6fe416841b1046d5a011a83dcf1c791dcf4c66d350cdeac845ad4868b12f61c759884ae4dcf1ba75c
6
+ metadata.gz: 5fa42289e7f5337553e1d4190c983e9993c08ce07994e90aab3f2a0a4f81c85a808e820b878b1be6104bb26fafef228cf19ae440158d28086d0f6423db90be98
7
+ data.tar.gz: 776df2e5a17deae10bb85fdd4c1c897fb4f263bef89c16170798c0e43ad9a237e0db110ba57ce76218014a027e34de46cc4ee7b4953dff87e9438fcc278529b3
data/lib/config_hash.rb CHANGED
@@ -1,8 +1,6 @@
1
1
  require 'config_hash/processors'
2
2
 
3
3
  class ConfigHash < Hash
4
- include ConfigHash::Enumerable
5
-
6
4
  def initialize(hash, **options)
7
5
  unless hash.kind_of?(Hash)
8
6
  raise ArgumentError.new("first argument must be a hash!")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: config_hash
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zach Lome