rvm1-capistrano3 1.1.1 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rvm1/capistrano3/version.rb +1 -1
- data/script/rvm-auto.sh +0 -8
- metadata +39 -10
- checksums.yaml +0 -7
data/script/rvm-auto.sh
CHANGED
@@ -40,14 +40,6 @@ if
|
|
40
40
|
then
|
41
41
|
exec "${rvm_path}/bin/$ruby_string" "$@"
|
42
42
|
|
43
|
-
elif
|
44
|
-
# Gemfile and not bundle and not in bundle exec
|
45
|
-
test -f "${BUNDLE_GEMFILE:-Gemfile}" -a \
|
46
|
-
"$1" != "bundle" -a \
|
47
|
-
-z "${BUNDLE_BIN_PATH:-}" -a -z "${RUBYOPT:-}"
|
48
|
-
then
|
49
|
-
"$0" "$ruby_string" bundle exec "$@"
|
50
|
-
|
51
43
|
else
|
52
44
|
# find and load ruby, execute the command
|
53
45
|
if
|
metadata
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rvm1-capistrano3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 31
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 2
|
9
|
+
- 0
|
10
|
+
version: 1.2.0
|
5
11
|
platform: ruby
|
6
12
|
authors:
|
7
13
|
- Michal Papis
|
@@ -9,15 +15,20 @@ autorequire:
|
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
17
|
|
12
|
-
date:
|
18
|
+
date: 2014-02-28 00:00:00 Z
|
13
19
|
dependencies:
|
14
20
|
- !ruby/object:Gem::Dependency
|
15
21
|
name: capistrano
|
16
22
|
prerelease: false
|
17
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
24
|
+
none: false
|
18
25
|
requirements:
|
19
26
|
- - ~>
|
20
27
|
- !ruby/object:Gem::Version
|
28
|
+
hash: 7
|
29
|
+
segments:
|
30
|
+
- 3
|
31
|
+
- 0
|
21
32
|
version: "3.0"
|
22
33
|
type: :runtime
|
23
34
|
version_requirements: *id001
|
@@ -25,9 +36,14 @@ dependencies:
|
|
25
36
|
name: sshkit
|
26
37
|
prerelease: false
|
27
38
|
requirement: &id002 !ruby/object:Gem::Requirement
|
39
|
+
none: false
|
28
40
|
requirements:
|
29
41
|
- - ">="
|
30
42
|
- !ruby/object:Gem::Version
|
43
|
+
hash: 11
|
44
|
+
segments:
|
45
|
+
- 1
|
46
|
+
- 2
|
31
47
|
version: "1.2"
|
32
48
|
type: :runtime
|
33
49
|
version_requirements: *id002
|
@@ -35,9 +51,15 @@ dependencies:
|
|
35
51
|
name: tf
|
36
52
|
prerelease: false
|
37
53
|
requirement: &id003 !ruby/object:Gem::Requirement
|
54
|
+
none: false
|
38
55
|
requirements:
|
39
56
|
- - ~>
|
40
57
|
- !ruby/object:Gem::Version
|
58
|
+
hash: 9
|
59
|
+
segments:
|
60
|
+
- 0
|
61
|
+
- 4
|
62
|
+
- 3
|
41
63
|
version: 0.4.3
|
42
64
|
type: :development
|
43
65
|
version_requirements: *id003
|
@@ -53,36 +75,43 @@ extra_rdoc_files: []
|
|
53
75
|
files:
|
54
76
|
- lib/rvm1/capistrano3.rb
|
55
77
|
- lib/rvm1/capistrano3/version.rb
|
56
|
-
- lib/rvm1/tasks/capistrano3/install.rake
|
57
78
|
- lib/rvm1/tasks/capistrano3.rake
|
79
|
+
- lib/rvm1/tasks/capistrano3/install.rake
|
58
80
|
- script/install-rvm.sh
|
59
81
|
- script/rvm-auto.sh
|
60
82
|
- test/script_rvm-auto_comment_test.sh
|
61
83
|
homepage: https://github.com/rvm/rvm1-capistrano3
|
62
84
|
licenses:
|
63
85
|
- Apache 2
|
64
|
-
metadata: {}
|
65
|
-
|
66
86
|
post_install_message:
|
67
87
|
rdoc_options: []
|
68
88
|
|
69
89
|
require_paths:
|
70
90
|
- lib
|
71
91
|
required_ruby_version: !ruby/object:Gem::Requirement
|
92
|
+
none: false
|
72
93
|
requirements:
|
73
|
-
-
|
74
|
-
- ">="
|
94
|
+
- - ">="
|
75
95
|
- !ruby/object:Gem::Version
|
96
|
+
hash: 3
|
97
|
+
segments:
|
98
|
+
- 0
|
76
99
|
version: "0"
|
77
100
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
101
|
+
none: false
|
78
102
|
requirements:
|
79
|
-
-
|
103
|
+
- - ">="
|
104
|
+
- !ruby/object:Gem::Version
|
105
|
+
hash: 3
|
106
|
+
segments:
|
107
|
+
- 0
|
108
|
+
version: "0"
|
80
109
|
requirements: []
|
81
110
|
|
82
111
|
rubyforge_project:
|
83
|
-
rubygems_version:
|
112
|
+
rubygems_version: 1.8.29
|
84
113
|
signing_key:
|
85
|
-
specification_version:
|
114
|
+
specification_version: 3
|
86
115
|
summary: RVM 1.x / Capistrano 3.x Integration Gem
|
87
116
|
test_files:
|
88
117
|
- test/script_rvm-auto_comment_test.sh
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: f880e31feba572551488109ca196ca065ec5bc9c
|
4
|
-
data.tar.gz: f21141e00488bfd70efd9adcae43cc76c7bc994c
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 0a2ce1f0e83cf86a5760019def365dcf45ce5fff75112fa442d1d5bd92bf740ec41a3b76e2262284d3df2c07e0db7c5341303be076fe968b13f9b4324a4c5659
|
7
|
-
data.tar.gz: 3426889f7874441f784664f1c599d61dff357e611d3ba54390a8f0f469a34c4a516c6b37409646cee3335677f561c7819758b911deba2ac072170f012cd01897
|