Skip to content

version_sorter 2.1.0

Compare
Choose a tag to compare
@mislav mislav released this 07 Aug 12:57
· 45 commits to master since this release

Enable sorting arrays of arbitrary objects by providing a block that maps them to string value:

VersionSorter.sort(tags) { |tag| tag.name }