SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
5
devel/ruby-deep_merge/pkg/DESCR
Normal file
5
devel/ruby-deep_merge/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
15
devel/ruby-deep_merge/pkg/PLIST
Normal file
15
devel/ruby-deep_merge/pkg/PLIST
Normal file
|
@ -0,0 +1,15 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/deep_merge/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/deep_merge.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/deep_merge/core.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/deep_merge/deep_merge_hash.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/deep_merge/rails_compat.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_deep_merge.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue