rvm-capistrano 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rvm/capistrano/version.rb +1 -1
- data/lib/rvm/capistrano.rb +3 -0
- metadata +2 -2
data/lib/rvm/capistrano.rb
CHANGED
@@ -69,6 +69,9 @@ Capistrano::Configuration.instance(true).load do
|
|
69
69
|
_cset(:rvm_install_ruby, :install)
|
70
70
|
_cset(:rvm_install_ruby_threads, "$(cat /proc/cpuinfo | grep vendor_id | wc -l)")
|
71
71
|
|
72
|
+
# Pass no special params to the ruby build by default
|
73
|
+
_cset(:rvm_install_ruby_params, '')
|
74
|
+
|
72
75
|
namespace :rvm do
|
73
76
|
desc <<-EOF
|
74
77
|
Install RVM of the given choice to the server.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rvm-capistrano
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-05-
|
13
|
+
date: 2012-05-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: capistrano
|