mirror of
https://github.com/iwata/git-now.git
synced 2026-09-13 17:06:16 -04:00
8 lines
235 B
Ruby
8 lines
235 B
Ruby
require 'formula'
|
|
|
|
class GitNow < GithubGistFormula
|
|
url 'https://gist.github.com/raw/1167062/03c52077ce8c7fb72537bdf9cbd50bd11f3a9d5c/git-now'
|
|
md5 '72a36ca8deb21b7cc26b8a8f5dc3e7be'
|
|
homepage 'https://gist.github.com/1167062'
|
|
end
|