Skip to content

Commit a435405

Browse files
committed
Version bump to 0.11.0.
1 parent 8c9fd03 commit a435405

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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.11.0
44
AUTHOR=postmodern
55
URL=https://github.com/$(AUTHOR)/$(NAME)
66

README.md

Lines changed: 5 additions & 5 deletions
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.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/
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.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

share/ruby-install/ruby-install.sh

Lines changed: 1 addition & 1 deletion
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.11.0"
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)