gs 0.0.7 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/bin/gs +2 -2
- metadata +2 -2
data/README.md
CHANGED
@@ -26,7 +26,7 @@ are the available options:
|
|
26
26
|
|
27
27
|
When called with no arguments, it starts a shell session and
|
28
28
|
configures the variables GEM_HOME, GEM_PATH and PATH to point
|
29
|
-
to the $PWD/.gs directory. In addition, it sets the
|
29
|
+
to the $PWD/.gs directory. In addition, it sets the GS_NAME
|
30
30
|
variable with the name of the current gemset (useful for PS1).
|
31
31
|
|
32
32
|
### gs init
|
data/bin/gs
CHANGED
@@ -14,7 +14,7 @@ SYNOPSIS
|
|
14
14
|
DESCRIPTION
|
15
15
|
When called with no arguments, it starts a shell session and
|
16
16
|
configures the variables GEM_HOME, GEM_PATH and PATH to point
|
17
|
-
to the $PWD/.gs directory. In addition, it sets the
|
17
|
+
to the $PWD/.gs directory. In addition, it sets the GS_NAME
|
18
18
|
variable with the name of the current gemset (useful for PS1).
|
19
19
|
|
20
20
|
init
|
@@ -28,7 +28,7 @@ subshell = [
|
|
28
28
|
"env",
|
29
29
|
%Q{GEM_HOME="$PWD/.gs"},
|
30
30
|
%Q{GEM_PATH="$PWD/.gs:`gem env path`"},
|
31
|
-
%Q{
|
31
|
+
%Q{GS_NAME="`basename $PWD`"},
|
32
32
|
%Q{PATH="$PWD/.gs/bin:$PATH"},
|
33
33
|
%Q{$SHELL} ].join(" ")
|
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
|
4
|
+
version: 0.1.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-04-
|
12
|
+
date: 2012-04-11 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Gemset management
|
15
15
|
email:
|