Skip to content

Commit f497805

Browse files
rwstaunerpostmodern
authored andcommitted
Update a few 0.9.0 places to 0.9.1
1 parent 990547e commit f497805

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

homebrew/ruby-install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class RubyInstall < Formula
22
desc "Install Ruby, JRuby, TruffleRuby, or mruby"
33
homepage "https://github.com/postmodern/ruby-install#readme"
4-
url "https://github.com/postmodern/ruby-install/releases/download/v0.9.0/ruby-install-0.9.1.tar.gz"
4+
url "https://github.com/postmodern/ruby-install/releases/download/v0.9.1/ruby-install-0.9.1.tar.gz"
55
sha256 "9265d5d7d7ca7eb9b4130655b386d99168ef1a31f9aecd761d411e4d71caec9a"
66
license "MIT"
77
head "https://github.com/postmodern/ruby-install.git", branch: "master"

share/ruby-install/ruby-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
shopt -s extglob
44

5-
ruby_install_version="0.9.0"
5+
ruby_install_version="0.9.1"
66
ruby_install_dir="${BASH_SOURCE[0]%/*}"
77
ruby_install_cache_dir="${XDG_CACHE_HOME:-$HOME/.cache}/ruby-install"
88

0 commit comments

Comments
 (0)