We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5eb386 commit fb143a6Copy full SHA for fb143a6
homebrew/ruby-install.rb
@@ -1,8 +1,8 @@
1
class RubyInstall < Formula
2
desc "Install Ruby, JRuby, TruffleRuby, or mruby"
3
homepage "https://github.com/postmodern/ruby-install#readme"
4
- url "https://github.com/postmodern/ruby-install/releases/download/v0.10.0/ruby-install-0.10.0.tar.gz"
5
- sha256 "8aee2224b33d661a7db777b094adb10390b8962ff9b5a76765dd4f3e9ef16176"
+ url "https://github.com/postmodern/ruby-install/releases/download/v0.10.1/ruby-install-0.10.1.tar.gz"
+ sha256 "7f563af2bae257c006a5dba0b1976e0885d3814332cc4391eeaa88d702753289"
6
license "MIT"
7
head "https://github.com/postmodern/ruby-install.git", branch: "master"
8
0 commit comments