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.
@@ -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:
@@ -1,5 +1,5 @@
1
1
  module RVM
2
2
  class Capistrano
3
- VERSION="1.3.0.rc6"
3
+ VERSION="1.3.0.rc7"
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: -2032562670
4
+ hash: -2137414744
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
9
  - 0
10
10
  - rc
11
- - 6
12
- version: 1.3.0.rc6
11
+ - 7
12
+ version: 1.3.0.rc7
13
13
  platform: ruby
14
14
  authors:
15
15
  - Wayne E. Seguin