aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/version.rb
AgeCommit message (Expand)Author
2017-11-05version: support to_i.Mike McQuaid
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-10-03Add version detection support for php URLKevin Abel
2017-07-22version: improve devel spec version parsingJCount
2017-06-30Merge pull request #2827 from JCount/version-improve-url-only-version-parsingJCount
2017-06-30version: improve parsing of url-only, non-filename versionsJCount
2017-06-27Add PreToken compositeEd Flanagan ed@flanagan.xyz
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2017-05-08Remove `to_s` from some `Pathname`s.Markus Reiter
2017-05-01move before GitHub tarballsReto Kromer
2017-04-23remove inner groupReto Kromer
2017-04-23remove inner uncaptured groupReto Kromer
2017-04-18move before lame-398-1Reto Kromer
2017-04-14add date-based versioningReto Kromer
2017-03-14secure urls + remove -k from in-doc curl commandViktor Szakats
2017-02-12rubocop: trailing comma in multiline method callsAlyssa Ross
2016-11-10Version: add #to_fMisty De Meo
2016-11-10Version: allow coercing non-versions in comparisonsMisty De Meo
2016-11-10Version: allow comparing against nilMisty De Meo
2016-11-10Version.parse: return Version::NULL for unparseable stringsMisty De Meo
2016-11-10Add Version::NULL singletonMisty De Meo
2016-09-24version: don't let a/b imply alpha/beta.Mike McQuaid
2016-09-24Merge pull request #1113 from reitermarkus/rubocop-guardclauseMarkus Reiter
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-24Merge pull request #1102 from zmwangx/alpha-rc-detectionZhiming Wang
2016-09-23Style/Alias: Prefer `alias`.Markus Reiter
2016-09-23Fix Style/RegexpLiteral.Markus Reiter
2016-09-23Fix RuboCop CaseEquality.Markus Reiter
2016-09-23version: improve alpha and rc detectionZhiming Wang
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
2016-08-18version: fix parsing of URLs ending with versionilovezfs
2016-07-16version: introduce HeadVersionVlad Shablinsky
2016-07-13various: proper escape dot in regexXu Cheng
2016-05-03brew pull: cross-platform bottle verification, concise output (#132)Andrew Janke
2016-02-19version: correctly parse codeload URLsAlex Dunn
2016-02-17version: fix GitHub releases URLs parsingBaptiste Fontaine
2016-01-02Improve dash separated version detection.Xiyue Deng
2015-12-26Fix version parsing on URLs with no extensionsStefano Pigozzi
2015-10-04version: parse opam archivesBaptiste Fontaine
2015-08-06more core file style updated by rubocopXu Cheng
2015-08-03Core files style updates.BrewTestBot
2015-03-27Make Version#<=> allocation-freeJack Nagel
2015-03-17Return early for the == case in Version#<=>Jack Nagel
2015-03-17Add protected reader for version valueJack Nagel
2015-03-17Fix NullToken equalityJack Nagel
2015-03-17Remove explicit type checkJack Nagel
2015-03-14Remove unnecessary default argumentJack Nagel
2015-01-30Fix more version misdetections for URLs with archsBaptiste Fontaine
2015-01-28Fix version misdetections for URLs with OS/archsBaptiste Fontaine
2015-01-07Eliminate boolean argument to Version.newJack Nagel