document_hash 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -50,10 +50,7 @@ module DocumentHash
50
50
  end
51
51
 
52
52
  def merge! other
53
- self.class.symbolize_keys other
54
- other = Hash[ other.collect{ |k, v| [ k, execute_before_change_callback(k,v) ] } ]
55
- super other
56
- other.each { |k, v| changed_key k,v }
53
+ other.each { |k, v| self[k] = v }
57
54
  end
58
55
 
59
56
  private
@@ -1,3 +1,3 @@
1
1
  module DocumentHash
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: document_hash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: