rvm-capistrano 1.3.0.rc6 → 1.3.0.rc7
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.rb +2 -2
- data/lib/rvm/capistrano/version.rb +1 -1
- metadata +3 -3
data/lib/rvm/capistrano.rb
CHANGED
|
@@ -104,7 +104,7 @@ module Capistrano
|
|
|
104
104
|
_cset(:rvm_install_ruby_params, '')
|
|
105
105
|
|
|
106
106
|
# Additional rvm packages to install.
|
|
107
|
-
_cset(:rvm_install_pkgs,
|
|
107
|
+
_cset(:rvm_install_pkgs, [])
|
|
108
108
|
|
|
109
109
|
# By default system installations add deploying user to rvm group. also try :all
|
|
110
110
|
_cset(:rvm_add_to_group, fetch(:user,"$USER"))
|
|
@@ -280,7 +280,7 @@ module Capistrano
|
|
|
280
280
|
end
|
|
281
281
|
|
|
282
282
|
end
|
|
283
|
-
end if const_defined? :Configuration
|
|
283
|
+
end if Capistrano.const_defined? :Configuration and Capistrano::Configuration.methods.map(&:to_sym).include? :instance
|
|
284
284
|
end
|
|
285
285
|
|
|
286
286
|
# E.g, to use ree and rails 3:
|
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: -2137414744
|
|
5
5
|
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
9
|
- 0
|
|
10
10
|
- rc
|
|
11
|
-
-
|
|
12
|
-
version: 1.3.0.
|
|
11
|
+
- 7
|
|
12
|
+
version: 1.3.0.rc7
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Wayne E. Seguin
|