rvm-capistrano 1.4.1 → 1.4.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.
- data/History.md +28 -0
- data/README.md +1 -1
- data/lib/rvm/capistrano/version.rb +1 -1
- metadata +9 -9
data/History.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
### 1.4.2 / 2013-08-09
|
|
2
|
+
|
|
3
|
+
* require newer capistrano - fix issue with rails 4, merge #81
|
|
4
|
+
|
|
5
|
+
### 1.4.1 / 2013-07-13
|
|
6
|
+
|
|
7
|
+
* add tasks to create aliases and wrappers, closes #77
|
|
8
|
+
|
|
9
|
+
### 1.4.0 / 2013-07-09
|
|
10
|
+
|
|
11
|
+
* fix configuration deffering for requiring rvm/capistrano from a task, fix #76
|
|
12
|
+
* merge empty_gemset, merge #60
|
|
13
|
+
* extact extensions, update #60
|
|
14
|
+
|
|
15
|
+
### 1.3.4 / 2013-06-28
|
|
16
|
+
|
|
17
|
+
* fix semicolons in with_rvm_group, fix #73
|
|
18
|
+
* allow setting variables after reqired, fix parenthises warings, remove old rvm_install_ruby_threads
|
|
19
|
+
|
|
20
|
+
### 1.3.3 / 2013-06-26
|
|
21
|
+
|
|
22
|
+
* mention how to disble bundle --deploymnt, closes #72
|
|
23
|
+
* use sg only if needed and deferr sudo check for itto console, fix #71
|
|
24
|
+
|
|
25
|
+
### 1.3.2 / 2013-06-24
|
|
26
|
+
|
|
27
|
+
* extract sudo handling code into single function, fix #71
|
|
28
|
+
|
|
1
29
|
### 1.3.1 / 2013-06-10
|
|
2
30
|
|
|
3
31
|
* prefix sg with sudo, fix #69
|
data/README.md
CHANGED
|
@@ -111,7 +111,7 @@ or in case it exist it will list all available wrappers:
|
|
|
111
111
|
** [out :: niczsoft.com] /home/ad/.rvm//wrappers/ad/ruby
|
|
112
112
|
...
|
|
113
113
|
```
|
|
114
|
-
This will to use clean scripts where proper
|
|
114
|
+
This will allow to use clean scripts where proper RVM settings are automatically loaded
|
|
115
115
|
from the aliased wrappers. For example configuring
|
|
116
116
|
[PassengerRuby](http://www.modrails.com/documentation/Users%20guide%20Apache.html#PassengerRuby)
|
|
117
117
|
with `/home/ad/.rvm//wrappers/ad/ruby`, this way there is no need for changing scripts
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rvm-capistrano
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 1.4.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.4.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Wayne E. Seguin
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2013-
|
|
19
|
+
date: 2013-08-09 00:00:00 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
name: capistrano
|
|
@@ -26,12 +26,12 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash:
|
|
29
|
+
hash: 59
|
|
30
30
|
segments:
|
|
31
31
|
- 2
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
version: 2.
|
|
32
|
+
- 15
|
|
33
|
+
- 4
|
|
34
|
+
version: 2.15.4
|
|
35
35
|
type: :runtime
|
|
36
36
|
version_requirements: *id001
|
|
37
37
|
- !ruby/object:Gem::Dependency
|
|
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
128
128
|
requirements: []
|
|
129
129
|
|
|
130
130
|
rubyforge_project:
|
|
131
|
-
rubygems_version: 1.8.
|
|
131
|
+
rubygems_version: 1.8.25
|
|
132
132
|
signing_key:
|
|
133
133
|
specification_version: 3
|
|
134
134
|
summary: RVM / Capistrano Integration Gem
|