rvm1-capistrano3 1.2.0 → 1.2.1
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/lib/rvm1/capistrano3/version.rb +1 -1
- data/script/rvm-auto.sh +15 -0
- metadata +4 -4
data/script/rvm-auto.sh
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
#!/usr/bin/env sh
|
|
2
2
|
|
|
3
|
+
# Prevent existing Ruby environment from affecting a new Ruby run via RVM.
|
|
4
|
+
unset BUNDLE_BIN
|
|
5
|
+
unset BUNDLE_BIN_PATH
|
|
6
|
+
unset BUNDLE_FROZEN
|
|
7
|
+
unset BUNDLE_GEMFILE
|
|
8
|
+
unset BUNDLE_PATH
|
|
9
|
+
unset BUNDLE_WITHOUT
|
|
10
|
+
|
|
11
|
+
unset GEM_HOME
|
|
12
|
+
unset GEM_PATH
|
|
13
|
+
unset MY_RUBY_HOME
|
|
14
|
+
unset RUBYLIB
|
|
15
|
+
unset RUBYOPT
|
|
16
|
+
unset RUBY_VERSION
|
|
17
|
+
|
|
3
18
|
rvm_fail()
|
|
4
19
|
{
|
|
5
20
|
echo "$1" >&2
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rvm1-capistrano3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 1.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Michal Papis
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2014-
|
|
18
|
+
date: 2014-03-01 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: capistrano
|