brew-gem 0.5.2
Closes Homebrew/homebrew#44109. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
8f1266f472
commit
4f188e7393
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class BrewGem < Formula
|
||||
desc "Install rubygems as homebrew formulas"
|
||||
homepage "https://github.com/sportngin/brew-gem"
|
||||
url "https://github.com/sportngin/brew-gem/archive/0.5.1.tar.gz"
|
||||
sha256 "6faad4646d65002e6d13af8da48080a9fe9065acb32353058ed1e78cebfd2025"
|
||||
url "https://github.com/sportngin/brew-gem/archive/v0.5.2.tar.gz"
|
||||
sha256 "77ed5b2e4f3b15a9d316691c9e0fb8c25367d313d7f6426d03d733866ec4f75f"
|
||||
|
||||
def install
|
||||
bin.install "bin/brew-gem"
|
||||
|
|
Loading…
Reference in a new issue