rvm1-capistrano3 1.4.0 → 1.4.1

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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YjU0YTk1NmViODRlZjhiMTk2NzlkY2FlMGQ4ZmVhY2I4ZjIwYWRhYg==
5
- data.tar.gz: !binary |-
6
- MDYzZDE4MTNmOGVkMGU2MTE1M2FiMjYzOWRlNmZmMGMxNjNmMzA0MA==
2
+ SHA256:
3
+ metadata.gz: 818394d3688ab95c8a3a9caa6cf215501ce5714a79d4bd3b274b9ed9955af44b
4
+ data.tar.gz: 7912456a45e9f3e30dcdc3efb05303c6a1788f1cf8c8bb879f1929d562e77c1b
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- OGM3Mzc5ZjZkMDBmNDQ3YTBkYWUzMzRiMmFmNzhmODFkN2I3YjMwMGY4MGY2
10
- NDFkNGIzZmEyNmM2NTk2MmJlNjk0YmM1OTUzYTQwNzA1MzgzYzExYWRiZTJm
11
- Yzg3YjM1NjdjZGI2YjA0MDQwYTIwZmVkNWYxNjEyMjhlZTk4OGM=
12
- data.tar.gz: !binary |-
13
- ZTcxYzUxZjVmYjljN2FiNGI5NTY3YWU1MDUyY2RkZWRjYWVhMTkxYTQ1OTFl
14
- OWFhMDUwMzM2MTBhYzRlZGZmNjAxMjViNjJkOWIwYjZhYmY2MDgwMzQ2OGFl
15
- NDM2Mzg5ZDMyNjMwZjExODJjMDJjNmJlNTY0ZjMxYTZhM2QxOTA=
6
+ metadata.gz: b2f282b23aef49920be73b4e7a2a40442d4f62a68ab63e50c8b64c484e86a025b09aa22da9d5f85934eea43e929925aa376887313705608847c0501f1c83bd65
7
+ data.tar.gz: dd69851cecea9c36b9f5677157bf08bc904a093f781d1f00c6e7f3ea1deae3ccbe8ef3b1b246bf30bdd1b913ea95ee24006992551d5e6ea45ccee23da46e533c
@@ -1,5 +1,5 @@
1
1
  module RVM1
2
2
  class Capistrano3
3
- VERSION="1.4.0"
3
+ VERSION="1.4.1"
4
4
  end
5
5
  end
@@ -11,7 +11,8 @@ mkdir "${CURL_HOME}/" &&
11
11
  exit $?
12
12
 
13
13
  # run the installer
14
- if \curl -L https://get.rvm.io -o rvm-installer.sh && bash rvm-installer.sh stable
14
+ echo $rvm_path
15
+ if \curl -L https://get.rvm.io -o rvm-installer.sh && bash rvm-installer.sh stable --path $rvm_path
15
16
  then __LAST_STATUS=0
16
17
  else __LAST_STATUS=$?
17
18
  fi
metadata CHANGED
@@ -1,55 +1,54 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rvm1-capistrano3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Papis
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2015-10-15 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: capistrano
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - ~>
16
+ - - "~>"
18
17
  - !ruby/object:Gem::Version
19
18
  version: '3.0'
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
- - - ~>
23
+ - - "~>"
25
24
  - !ruby/object:Gem::Version
26
25
  version: '3.0'
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: sshkit
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
- - - ! '>='
30
+ - - ">="
32
31
  - !ruby/object:Gem::Version
33
32
  version: '1.2'
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
- - - ! '>='
37
+ - - ">="
39
38
  - !ruby/object:Gem::Version
40
39
  version: '1.2'
41
40
  - !ruby/object:Gem::Dependency
42
41
  name: tf
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
- - - ~>
44
+ - - "~>"
46
45
  - !ruby/object:Gem::Version
47
46
  version: 0.4.3
48
47
  type: :development
49
48
  prerelease: false
50
49
  version_requirements: !ruby/object:Gem::Requirement
51
50
  requirements:
52
- - - ~>
51
+ - - "~>"
53
52
  - !ruby/object:Gem::Version
54
53
  version: 0.4.3
55
54
  description: RVM 1.x / Capistrano 3.x Integration Gem
@@ -70,26 +69,22 @@ homepage: https://github.com/rvm/rvm1-capistrano3
70
69
  licenses:
71
70
  - Apache 2
72
71
  metadata: {}
73
- post_install_message:
74
72
  rdoc_options: []
75
73
  require_paths:
76
74
  - lib
77
75
  required_ruby_version: !ruby/object:Gem::Requirement
78
76
  requirements:
79
- - - ! '>='
77
+ - - ">="
80
78
  - !ruby/object:Gem::Version
81
79
  version: '0'
82
80
  required_rubygems_version: !ruby/object:Gem::Requirement
83
81
  requirements:
84
- - - ! '>='
82
+ - - ">="
85
83
  - !ruby/object:Gem::Version
86
84
  version: '0'
87
85
  requirements: []
88
- rubyforge_project:
89
- rubygems_version: 2.4.6
90
- signing_key:
86
+ rubygems_version: 3.6.9
91
87
  specification_version: 4
92
88
  summary: RVM 1.x / Capistrano 3.x Integration Gem
93
89
  test_files:
94
90
  - test/script_rvm-auto_comment_test.sh
95
- has_rdoc: