File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
SHELL =/usr/bin/env bash
2
2
NAME =ruby-install
3
- VERSION =0.10.0
3
+ VERSION =0.10.1
4
4
AUTHOR =postmodern
5
5
URL =https://github.com/$(AUTHOR ) /$(NAME )
6
6
Original file line number Diff line number Diff line change @@ -175,9 +175,9 @@ ruby-install can even be used with [Chef].
175
175
## Install
176
176
177
177
``` 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.10.1 /ruby-install-0.10.1 .tar.gz
179
+ tar -xzvf ruby-install-0.10.1 .tar.gz
180
+ cd ruby-install-0.10.1 /
181
181
sudo make install
182
182
```
183
183
@@ -188,8 +188,8 @@ PGP key can be found on my [blog][1]. To verify that a release was not tampered
188
188
with:
189
189
190
190
``` 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.10.1 /ruby-install-0.10.1 .tar.gz.asc
192
+ gpg --verify ruby-install-0.10.1 .tar.gz.asc ruby-install-0.10.1 .tar.gz
193
193
```
194
194
195
195
### Homebrew
Original file line number Diff line number Diff line change 2
2
3
3
shopt -s extglob
4
4
5
- ruby_install_version=" 0.10.0 "
5
+ ruby_install_version=" 0.10.1 "
6
6
ruby_install_dir=" ${BASH_SOURCE[0]%/* } "
7
7
ruby_install_cache_dir=" ${XDG_CACHE_HOME:- $HOME / .cache} /ruby-install"
8
8
You can’t perform that action at this time.
0 commit comments