rvm-capistrano 1.4.0.rc2 → 1.4.0.rc3
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/rvm/capistrano/base.rb +2 -2
- data/lib/rvm/capistrano/gemset_import_export.rb +1 -1
- data/lib/rvm/capistrano/helpers/base.rb +9 -0
- data/lib/rvm/capistrano/helpers/rvm_if_sudo.rb +1 -1
- data/lib/rvm/capistrano/install_pkgs.rb +1 -1
- data/lib/rvm/capistrano/install_ruby.rb +1 -1
- data/lib/rvm/capistrano/install_rvm.rb +1 -1
- data/lib/rvm/capistrano/selector.rb +1 -1
- data/lib/rvm/capistrano/version.rb +1 -1
- metadata +4 -4
data/lib/rvm/capistrano/base.rb
CHANGED
@@ -3,7 +3,7 @@ require 'rvm/capistrano/helpers/rvm_methods'
|
|
3
3
|
|
4
4
|
rvm_with_capistrano do
|
5
5
|
|
6
|
-
|
6
|
+
deffered_load do
|
7
7
|
_cset :rvm_shell do
|
8
8
|
shell = File.join(rvm_bin_path, "rvm-shell")
|
9
9
|
ruby = fetch(:rvm_ruby_string_evaluated).strip
|
@@ -66,7 +66,7 @@ rvm_with_capistrano do
|
|
66
66
|
|
67
67
|
## not needed in base but are used in many extensions
|
68
68
|
|
69
|
-
|
69
|
+
deffered_load do
|
70
70
|
# Let users set the install shell of their choice
|
71
71
|
_cset(:rvm_install_shell, :bash)
|
72
72
|
end
|
@@ -4,7 +4,7 @@ rvm_with_capistrano do
|
|
4
4
|
|
5
5
|
warn "task 'rvm:install_pkgs' is deprecated, please read about autolibs => http://rvm.io/rvm/autolibs especially check the autolibs mode 'rvm_pkg'."
|
6
6
|
|
7
|
-
|
7
|
+
deffered_load do
|
8
8
|
|
9
9
|
# Additional rvm packages to install.
|
10
10
|
_cset(:rvm_install_pkgs, [])
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rvm-capistrano
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: -1093037706
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 4
|
9
9
|
- 0
|
10
10
|
- rc
|
11
|
-
-
|
12
|
-
version: 1.4.0.
|
11
|
+
- 3
|
12
|
+
version: 1.4.0.rc3
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Wayne E. Seguin
|
@@ -18,7 +18,7 @@ autorequire:
|
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
20
|
|
21
|
-
date: 2013-07-
|
21
|
+
date: 2013-07-09 00:00:00 Z
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
24
24
|
name: capistrano
|