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.
Files changed (2) hide show
  1. data/bin/gs +2 -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=`basename $PWD`
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: