gs 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +19 -0
- data/bin/gs +4 -4
- metadata +6 -4
data/LICENSE
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
Copyright (c) 2012 Michel Martens
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
of this software and associated documentation files (the "Software"), to deal
|
5
|
+
in the Software without restriction, including without limitation the rights
|
6
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
copies of the Software, and to permit persons to whom the Software is
|
8
|
+
furnished to do so, subject to the following conditions:
|
9
|
+
|
10
|
+
The above copyright notice and this permission notice shall be included in
|
11
|
+
all copies or substantial portions of the Software.
|
12
|
+
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19
|
+
THE SOFTWARE.
|
data/bin/gs
CHANGED
@@ -26,10 +26,10 @@ EOS
|
|
26
26
|
rc = <<EOS
|
27
27
|
. ~/.bashrc
|
28
28
|
|
29
|
-
GEM_HOME="$PWD/.gemset"
|
30
|
-
GEM_PATH="$PWD/.gemset"
|
31
|
-
GEM_SET=`basename $PWD`
|
32
|
-
PATH="$PWD/.gemset/bin:$PATH"
|
29
|
+
export GEM_HOME="$PWD/.gemset"
|
30
|
+
export GEM_PATH="$PWD/.gemset"
|
31
|
+
export GEM_SET=`basename $PWD`
|
32
|
+
export PATH="$PWD/.gemset/bin:$PATH"
|
33
33
|
EOS
|
34
34
|
|
35
35
|
# Start a subshell with the init file .gs. If the file doesn't exist,
|
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.0.2
|
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-03-
|
12
|
+
date: 2012-03-31 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Gemset management
|
15
15
|
email:
|
@@ -20,9 +20,11 @@ extensions: []
|
|
20
20
|
extra_rdoc_files: []
|
21
21
|
files:
|
22
22
|
- README
|
23
|
+
- LICENSE
|
23
24
|
- bin/gs
|
24
25
|
homepage: http://github.com/soveran/gs
|
25
|
-
licenses:
|
26
|
+
licenses:
|
27
|
+
- MIT
|
26
28
|
post_install_message:
|
27
29
|
rdoc_options: []
|
28
30
|
require_paths:
|
@@ -41,7 +43,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
41
43
|
version: '0'
|
42
44
|
requirements: []
|
43
45
|
rubyforge_project:
|
44
|
-
rubygems_version: 1.8.
|
46
|
+
rubygems_version: 1.8.11
|
45
47
|
signing_key:
|
46
48
|
specification_version: 3
|
47
49
|
summary: Gemset management
|