openbsd-ports/devel/ruby-sorted_set/pkg/PLIST
kmos 88a4c6ac47 SortedSet implements a Set whose elements are sorted in ascending
order (according to the return values of their <=> methods) when
iterating over them.

Every element in SortedSet must be mutually comparable to every
other: comparison with <=> must not return nil for any pair of
elements. Otherwise ArgumentError will be raised.

ruby-sorted_set is functionality spun out from the Set included with
Ruby in 3.x

feedback and ok jeremy@
2022-06-22 01:37:23 +00:00

19 lines
778 B
Plaintext

${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
@comment ${GEM_LIB}/gems/${DISTNAME}/.github/
@comment ${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
@comment ${GEM_LIB}/gems/${DISTNAME}/.github/workflows/test.yml
@comment ${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
@comment ${GEM_LIB}/gems/${DISTNAME}/bin/
@comment ${GEM_LIB}/gems/${DISTNAME}/bin/console
@comment ${GEM_LIB}/gems/${DISTNAME}/bin/setup
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/sorted_set.rb
${GEM_LIB}/gems/${DISTNAME}/sorted_set.gemspec
${GEM_LIB}/specifications/${DISTNAME}.gemspec