rvm1-capistrano3 1.3.1 → 1.3.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA512:
3
- data.tar.gz: d8b728952cb76778e7820c75e88d3a9105a6b4623e162289ed5dda94cf7779dbb856c482e753c9270ee1a8a1cc66b84e635dc0382e4906a30343f8409925d79f
4
- metadata.gz: 754651e00bcb995179eb3a1b33ab74abcf5a17897b18f30d0c41c149c0aa30af443507717a3cdae1cc186971d495ef00269f824bac7a83530084709632ff8187
3
+ data.tar.gz: a380298559eb06b98830dfbdf95e95409c5952f3e52d047da505e4ca1896552d37790f1d76b1ecd094f3eb9953ea2acdba266801e6f7de1a471c01214d25bbf5
4
+ metadata.gz: 446374c2a142c56d971224ec65ea9c1b1a932532713af14a802e14d60bd394278e396d54522c159145e2a84cced30334f27d136713e70e711ae7e0f275d9328b
5
5
  SHA1:
6
- data.tar.gz: 65b10f15dcb0b7a68763e36506c0ab1c76f0bc8a
7
- metadata.gz: 548d45d726c0dc5cb39229ab65722c5951a221a1
6
+ data.tar.gz: 416eb953eccea07c207acb521fe1f6d1cc34e93b
7
+ metadata.gz: 6492503e6c8ca7dbe71eaa07dfa0432d0b1023be
@@ -1,5 +1,5 @@
1
1
  module RVM1
2
2
  class Capistrano3
3
- VERSION="1.3.1"
3
+ VERSION="1.3.2"
4
4
  end
5
5
  end
@@ -40,14 +40,7 @@ namespace :load do
40
40
  set :rvm1_ruby_version, "."
41
41
  set :rvm1_map_bins, %w{rake gem bundle ruby}
42
42
  set :rvm1_alias_name, -> { fetch(:application) }
43
-
44
- set :rvm1_auto_script_path, -> {
45
- temp_auto_script_path = "#{fetch(:tmp_dir)}/#{fetch(:application)}"
46
- if fetch(:ssh_options) && fetch(:ssh_options)[:user]
47
- temp_auto_script_path = "#{temp_auto_script_path}-#{fetch(:ssh_options)[:user]}"
48
- end
49
- temp_auto_script_path
50
- }
43
+ set :rvm1_auto_script_path, -> { "#{fetch(:deploy_to)}/rvm1scripts}" }
51
44
  end
52
45
  end
53
46
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rvm1-capistrano3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Papis
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2014-09-25 00:00:00 Z
12
+ date: 2014-10-01 00:00:00 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano