clean-hash 0.5.5 → 0.5.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6beea9e51b0bb2fe254ae31ec3288c75a7cc3d815bc8cec9a407e6619b86763
4
- data.tar.gz: 97debc7193192e9050064a4d6d285a104062ce818c9a30505d55d5d158c8c742
3
+ metadata.gz: 84f415c67aa006d310866fe28e22f53b3da065d6004e493a97d1d2bf050f89bf
4
+ data.tar.gz: d4e2f15932bf3d882711ab9ee8f2f4a569371265c05f539e22652b36a4fec915
5
5
  SHA512:
6
- metadata.gz: e26c3f7a71492b90357aa68db74d3fc6adab625a74597dd6954482dcbb3cb4c056caa557d1aa7194a5693e7409bd4cb60d9da50b21f81196f92b4fa08916072b
7
- data.tar.gz: 2724d0077a21f0796da2e1f515f06b961ae6d39d5d94a8159cffb8ad9f6f64d13418df11fe78152c5eefc9077936f655acd6c7fc456b52d3d65da10968d2eaaf
6
+ metadata.gz: 5e9f4a7753cc189f0767e70a7aa42757ec4d3574c01bc2d27fcb501f575c19c87819fbc0f2380e8d0c7e5bbcbc0b02381d187d4bc940df99cf27929f3389cd91
7
+ data.tar.gz: '035194034f069e8917a1d64474546d43ceb567aec92a7a7d2d02865dc10407c6ef042e80f65d85f9ca48ff420e4856b1850d05b7d418686a88de1362194b8604'
data/.version CHANGED
@@ -1 +1 @@
1
- 0.5.5
1
+ 0.5.6
@@ -48,7 +48,7 @@ class CleanHash
48
48
  end
49
49
 
50
50
  def method_missing name, *args, &block
51
- return @data.send(name, *args, &block) if @data.respond_to?(name)
51
+ return @data.send(name, *args, &block) if !@data[name] && @data.respond_to?(name)
52
52
 
53
53
  m = name.to_s
54
54
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clean-hash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dino Reic