Skip to content

Commit 9f7d620

Browse files
committed
Forgot to bump the ruby-install versions in the Install commands.
1 parent 445d468 commit 9f7d620

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ ruby-install can even be used with [Chef].
118118

119119
## Install
120120

121-
wget -O ruby-install-0.6.0.tar.gz https://github.com/postmodern/ruby-install/archive/v0.6.0.tar.gz
122-
tar -xzvf ruby-install-0.6.0.tar.gz
123-
cd ruby-install-0.6.0/
121+
wget -O ruby-install-0.6.1.tar.gz https://github.com/postmodern/ruby-install/archive/v0.6.1.tar.gz
122+
tar -xzvf ruby-install-0.6.1.tar.gz
123+
cd ruby-install-0.6.1/
124124
sudo make install
125125

126126
### PGP
@@ -129,8 +129,8 @@ All releases are [PGP] signed for security. Instructions on how to import my
129129
PGP key can be found on my [blog][1]. To verify that a release was not tampered
130130
with:
131131

132-
wget https://raw.github.com/postmodern/ruby-install/master/pkg/ruby-install-0.6.0.tar.gz.asc
133-
gpg --verify ruby-install-0.6.0.tar.gz.asc ruby-install-0.6.0.tar.gz
132+
wget https://raw.github.com/postmodern/ruby-install/master/pkg/ruby-install-0.6.1.tar.gz.asc
133+
gpg --verify ruby-install-0.6.1.tar.gz.asc ruby-install-0.6.1.tar.gz
134134

135135
### Homebrew
136136

0 commit comments

Comments
 (0)