mirror of
https://github.com/iwata/git-now.git
synced 2026-09-10 07:26:29 -04:00
8 lines
234 B
Ruby
8 lines
234 B
Ruby
require 'formula'
|
|
|
|
class GitNow < GithubGistFormula
|
|
url 'https://raw.github.com/gist/878015/8a7158b2bfce40415b3a0394afd45c442addfe06/git-now'
|
|
md5 '144c3759343e59187dffd8a7c4cf61a2'
|
|
homepage 'https://gist.github.com/878015/'
|
|
end
|