module Gem::Release::Helper::Hash

def deep_merge(hash, other)

def deep_merge(hash, other)
  hash.merge(other, &MERGER)
end