./devel/ruby-deep_merge, Merge Deeply Nested Hashes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.2, Package name: ruby31-deep_merge-1.2.2, Maintainer: pkgsrc-users

DeepMerge Overview
==================

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.

You can learn a lot more about this by reading the test file. It's pretty
well documented and has many examples of various merges from very simple to
pretty complex.

The primary need that caused me to write this library is the merging of
elements coming from HTTP parameters and related stored parameters in
session. This lets a user build up a set of parameters over time, modifying
individual items.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 14.5 KB

Version history: (Expand)


CVS history: (Expand)


   2022-03-06 05:00:58 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-deep_merge: update to 1.2.2

1.2.2 (2022-01-07)

* Switched to GitHub actions and add testing of Rubies up to Ruby 3.0
* Fixed issue with keep_duplicate_arrays when merging into a nil array.
  Thanks ALTinners!
* Added documentation for keep_duplicate_arrays
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-01-16 14:58:20 by Takahiro Kambe | Files touched by this commit (4)
Log message:
devel/ruby-deep_merge: add version 1.2.1 package

Add devel/ruby-deep_merge version 1.2.1 package.

DeepMerge Overview
==================

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.

You can learn a lot more about this by reading the test file. It's pretty
well documented and has many examples of various merges from very simple to
pretty complex.

The primary need that caused me to write this library is the merging of
elements coming from HTTP parameters and related stored parameters in
session.  This lets a user build up a set of parameters over time, modifying
individual items.