Skip to content

Commit 492e0d1

Browse files
committed
ruby-install 0.10.0
autobump: add ruby-install Signed-off-by: Rui Chen <[email protected]> ruby-install: update Signed-off-by: Rui Chen <[email protected]>
1 parent 23a8b3c commit 492e0d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2826,6 +2826,7 @@ rtl_433
28262826
rtorrent
28272827
rubberband
28282828
ruby
2829+
ruby-install
28292830
28302831
28312832

Formula/r/ruby-install.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class RubyInstall < Formula
22
desc "Install Ruby, JRuby, Rubinius, TruffleRuby, or mruby"
33
homepage "https://github.com/postmodern/ruby-install"
4-
url "https://github.com/postmodern/ruby-install/releases/download/v0.9.4/ruby-install-0.9.4.tar.gz"
5-
sha256 "c932e5a61e5cf11056ba6224fd75f75f2a71a991d4fc216d670ba96d7cc5c6a0"
4+
url "https://github.com/postmodern/ruby-install/releases/download/v0.10.0/ruby-install-0.10.0.tar.gz"
5+
sha256 "8aee2224b33d661a7db777b094adb10390b8962ff9b5a76765dd4f3e9ef16176"
66
license "MIT"
77
head "https://github.com/postmodern/ruby-install.git", branch: "master"
88

@@ -16,7 +16,6 @@ def install
1616
system "make", "install", "PREFIX=#{prefix}"
1717

1818
# Ensure uniform bottles across prefixes
19-
inreplace man1/"ruby-install.1", "/usr/local", "$HOMEBREW_PREFIX"
2019
inreplace [
2120
pkgshare/"ruby-install.sh",
2221
pkgshare/"truffleruby/functions.sh",

0 commit comments

Comments
 (0)