-
- Downloads
Add support for custom version schemes
A version scheme is a class that inherits from Version and reimplements Version#<=>. This will allow formulae to specify a custom comparison method that will be used instead of the default, for cases where the default is insufficient.
Showing
- Library/Homebrew/formula_support.rb 8 additions, 5 deletionsLibrary/Homebrew/formula_support.rb
- Library/Homebrew/test/test_formula.rb 7 additions, 0 deletionsLibrary/Homebrew/test/test_formula.rb
- Library/Homebrew/test/testball.rb 14 additions, 0 deletionsLibrary/Homebrew/test/testball.rb
- Library/Homebrew/version.rb 21 additions, 0 deletionsLibrary/Homebrew/version.rb
Loading
Please register or sign in to comment