Skip to content

Commit

Permalink
Update a few 0.9.0 places to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner authored and postmodern committed Jun 24, 2023
1 parent 990547e commit f497805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homebrew/ruby-install.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class RubyInstall < Formula
desc "Install Ruby, JRuby, TruffleRuby, or mruby"
homepage "https://github.com/postmodern/ruby-install#readme"
url "https://github.com/postmodern/ruby-install/releases/download/v0.9.0/ruby-install-0.9.1.tar.gz"
url "https://github.com/postmodern/ruby-install/releases/download/v0.9.1/ruby-install-0.9.1.tar.gz"
sha256 "9265d5d7d7ca7eb9b4130655b386d99168ef1a31f9aecd761d411e4d71caec9a"
license "MIT"
head "https://github.com/postmodern/ruby-install.git", branch: "master"
Expand Down
2 changes: 1 addition & 1 deletion share/ruby-install/ruby-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

shopt -s extglob

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

Expand Down

0 comments on commit f497805

Please sign in to comment.