gs 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/gs +2 -2
- metadata +1 -1
data/bin/gs
CHANGED
|
@@ -27,8 +27,8 @@ rc = <<EOS
|
|
|
27
27
|
. ~/.bashrc
|
|
28
28
|
|
|
29
29
|
export GEM_HOME="$PWD/.gemset"
|
|
30
|
-
export GEM_PATH="$PWD/.gemset"
|
|
31
|
-
export GEM_SET
|
|
30
|
+
export GEM_PATH="$PWD/.gemset:`gem env path`"
|
|
31
|
+
export GEM_SET="`basename $PWD`"
|
|
32
32
|
export PATH="$PWD/.gemset/bin:$PATH"
|
|
33
33
|
EOS
|
|
34
34
|
|