PageRenderTime 28ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/Livecheckables/ripgrep.rb

https://repo.or.cz/Homebrew/homebrew-livecheck.git
Ruby | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | 7bb91f7a83830ddfc2bae1efc424d2ca MD5 | raw file
  1. class Ripgrep
  2. livecheck :url => "https://github.com/BurntSushi/ripgrep/releases",
  3. :regex => %r{href="/BurntSushi/ripgrep/tree/([0-9\.]+)}
  4. end