Skip to content

Commit d0d088b

Browse files
committedFeb 6, 2025
Version bump to 0.10.1.
1 parent 8c9fd03 commit d0d088b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL=/usr/bin/env bash
22
NAME=ruby-install
3-
VERSION=0.10.0
3+
VERSION=0.10.1
44
AUTHOR=postmodern
55
URL=https://github.com/$(AUTHOR)/$(NAME)
66

‎README.md

+5-5
Original file line numberDiff line numberDiff 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.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/
181181
sudo 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
188188
with:
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.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
193193
```
194194

195195
### Homebrew

‎share/ruby-install/ruby-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
shopt -s extglob
44

5-
ruby_install_version="0.10.0"
5+
ruby_install_version="0.10.1"
66
ruby_install_dir="${BASH_SOURCE[0]%/*}"
77
ruby_install_cache_dir="${XDG_CACHE_HOME:-$HOME/.cache}/ruby-install"
88

0 commit comments

Comments
 (0)
Please sign in to comment.