Skip to content

Commit

Permalink
Version bump to 0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 14, 2024
1 parent ca52936 commit 3bc1b61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL=/usr/bin/env bash
NAME=ruby-install
VERSION=0.9.3
VERSION=0.10.0
AUTHOR=postmodern
URL=https://github.com/$(AUTHOR)/$(NAME)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ ruby-install can even be used with [Chef].
## Install

```shell
wget https://github.com/postmodern/ruby-install/releases/download/v0.9.3/ruby-install-0.9.3.tar.gz
tar -xzvf ruby-install-0.9.3.tar.gz
cd ruby-install-0.9.3/
wget https://github.com/postmodern/ruby-install/releases/download/v0.10.0/ruby-install-0.10.0.tar.gz
tar -xzvf ruby-install-0.10.0.tar.gz
cd ruby-install-0.10.0/
sudo make install
```

Expand All @@ -180,8 +180,8 @@ PGP key can be found on my [blog][1]. To verify that a release was not tampered
with:

```shell
wget https://github.com/postmodern/ruby-install/releases/download/v0.9.3/ruby-install-0.9.3.tar.gz.asc
gpg --verify ruby-install-0.9.3.tar.gz.asc ruby-install-0.9.3.tar.gz
wget https://github.com/postmodern/ruby-install/releases/download/v0.10.0/ruby-install-0.10.0.tar.gz.asc
gpg --verify ruby-install-0.10.0.tar.gz.asc ruby-install-0.10.0.tar.gz
```

### Homebrew
Expand Down
2 changes: 1 addition & 1 deletion share/ruby-install/ruby-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

shopt -s extglob

ruby_install_version="0.9.3"
ruby_install_version="0.10.0"
ruby_install_dir="${BASH_SOURCE[0]%/*}"
ruby_install_cache_dir="${XDG_CACHE_HOME:-$HOME/.cache}/ruby-install"

Expand Down

0 comments on commit 3bc1b61

Please sign in to comment.