Skip to content

Commit 9ebb415

Browse files
committed
Fix #53: bring in standard library gems for Rubinius! Bump version to 0.4.2
1 parent 1ca63c6 commit 9ebb415

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

etc/rbenv.d/exec/gemset.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ for gemset in $(rbenv-gemset active 2>/dev/null); do
2626
fi
2727
done
2828
IFS="$OLDIFS"
29+
RUBINIUS="$(rbenv-prefix)/gems" && [ -d "$RUBINIUS" ] && GEM_PATH="$GEM_PATH:$RUBINIUS"
2930

3031
if [ -n "$GEM_HOME" ]; then
3132
export GEM_HOME GEM_PATH PATH

libexec/rbenv-gemset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
RBENV_GEMSET_VERSION="0.4.1"
4+
RBENV_GEMSET_VERSION="0.4.2"
55

66
# Provide rbenv completions
77
if [ "$1" = "--complete" ]; then

0 commit comments

Comments
 (0)