rvm-capistrano 1.3.0.rc5 → 1.3.0.rc6

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.
@@ -98,7 +98,7 @@ module Capistrano
98
98
 
99
99
  # Let users set the (re)install for ruby.
100
100
  _cset(:rvm_install_ruby, :install)
101
- _cset(:rvm_install_ruby_threads, "$(cat /proc/cpuinfo | grep vendor_id | wc -l)")
101
+ _cset(:rvm_install_ruby_threads, "$(cat /proc/cpuinfo 2>/dev/null | (grep vendor_id || echo 'vendor_id : Other';) | wc -l)")
102
102
 
103
103
  # Pass no special params to the ruby build by default
104
104
  _cset(:rvm_install_ruby_params, '')
@@ -1,5 +1,5 @@
1
1
  module RVM
2
2
  class Capistrano
3
- VERSION="1.3.0.rc5"
3
+ VERSION="1.3.0.rc6"
4
4
  end
5
5
  end
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: -711357732
4
+ hash: -2032562670
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
9
  - 0
10
10
  - rc
11
- - 5
12
- version: 1.3.0.rc5
11
+ - 6
12
+ version: 1.3.0.rc6
13
13
  platform: ruby
14
14
  authors:
15
15
  - Wayne E. Seguin