summaryrefslogtreecommitdiffstats
path: root/lib/semver.rb
Commit message (Collapse)AuthorAgeFilesLines
* (#7204) Consolidate Semantic Versioning code.Pieter van de Bruggen2011-07-191-0/+65
This introduces a class representing a semantic version, and implementing a few of the most common uses of them: validation, comparison, and finding the greatest available version matching a range. This refactoring also allows us to easily expand our matching of version ranges in the future, which is a big plus. Reviewed-By: Daniel Pittman