Source: rubygem-deep-merge
Section: ruby
Priority: optional
Maintainer: Puppet Labs <info@puppetlabs.com>
Build-Depends: cdbs, debhelper (>> 7), gem2deb
Build-Depends-Indep: ruby, rubygems
Standards-Version: 3.9.1
Homepage: https://rubygems.org/gems/deep_merge

Package: rubygem-deep-merge
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby, rubygems
Description: Recursively merge hashes
  Deep Merge is a simple set of utility functions for Hash. It permits
  you to merge elements inside a hash together recursively. The manner
  by which it does this is somewhat arbitrary (since there is no defining
  standard for this) but it should end up being pretty intuitive and do what
  you expect.
