File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11SHELL =/usr/bin/env bash
22NAME =ruby-install
3- VERSION =0.10 .0
3+ VERSION =0.11 .0
44AUTHOR =postmodern
55URL =https://github.com/$(AUTHOR ) /$(NAME )
66
Original file line number Diff line number Diff line change @@ -175,9 +175,9 @@ ruby-install can even be used with [Chef].
175175## Install
176176
177177``` shell
178- wget https://github.com/postmodern/ruby-install/releases/download/v0.10 .0/ruby-install-0.10 .0.tar.gz
179- tar -xzvf ruby-install-0.10 .0.tar.gz
180- cd ruby-install-0.10 .0/
178+ wget https://github.com/postmodern/ruby-install/releases/download/v0.11 .0/ruby-install-0.11 .0.tar.gz
179+ tar -xzvf ruby-install-0.11 .0.tar.gz
180+ cd ruby-install-0.11 .0/
181181sudo make install
182182```
183183
@@ -188,8 +188,8 @@ PGP key can be found on my [blog][1]. To verify that a release was not tampered
188188with:
189189
190190``` shell
191- wget https://github.com/postmodern/ruby-install/releases/download/v0.10 .0/ruby-install-0.10 .0.tar.gz.asc
192- gpg --verify ruby-install-0.10 .0.tar.gz.asc ruby-install-0.10 .0.tar.gz
191+ wget https://github.com/postmodern/ruby-install/releases/download/v0.11 .0/ruby-install-0.11 .0.tar.gz.asc
192+ gpg --verify ruby-install-0.11 .0.tar.gz.asc ruby-install-0.11 .0.tar.gz
193193```
194194
195195### Homebrew
Original file line number Diff line number Diff line change 22
33shopt -s extglob
44
5- ruby_install_version=" 0.10 .0"
5+ ruby_install_version=" 0.11 .0"
66ruby_install_dir=" ${BASH_SOURCE[0]%/* } "
77ruby_install_cache_dir=" ${XDG_CACHE_HOME:- $HOME / .cache} /ruby-install"
88
You can’t perform that action at this time.
0 commit comments