vlad 2.0.0 → 2.1.0
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/.autotest +2 -1
- data/History.txt +29 -0
- data/Manifest.txt +1 -3
- data/Rakefile +5 -13
- data/doco/faq.txt +6 -1
- data/lib/vlad/core.rb +8 -26
- data/lib/vlad/rails.rb +34 -0
- data/lib/vlad.rb +7 -20
- data/test/test_vlad.rb +51 -52
- data/test/test_vlad_subversion.rb +1 -2
- data.tar.gz.sig +0 -0
- metadata +118 -23
- metadata.gz.sig +0 -0
- data/lib/rake_remote_task.rb +0 -589
- data/lib/vlad_test_case.rb +0 -72
- data/test/test_rake_remote_task.rb +0 -261
metadata
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vlad
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 11
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 2
|
8
|
+
- 1
|
9
|
+
- 0
|
10
|
+
version: 2.1.0
|
5
11
|
platform: ruby
|
6
12
|
authors:
|
7
13
|
- Ryan Davis
|
@@ -9,41 +15,127 @@ authors:
|
|
9
15
|
- Wilson Bilkovich
|
10
16
|
autorequire:
|
11
17
|
bindir: bin
|
12
|
-
cert_chain:
|
18
|
+
cert_chain:
|
19
|
+
- |
|
20
|
+
-----BEGIN CERTIFICATE-----
|
21
|
+
MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
|
22
|
+
ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
|
23
|
+
GRYDY29tMB4XDTA5MDMwNjE4NTMxNVoXDTEwMDMwNjE4NTMxNVowRTETMBEGA1UE
|
24
|
+
AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
|
25
|
+
JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
|
26
|
+
b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
|
27
|
+
taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
|
28
|
+
oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
|
29
|
+
GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
|
30
|
+
qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
|
31
|
+
gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
|
32
|
+
HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
|
33
|
+
AQAY59gYvDxqSqgC92nAP9P8dnGgfZgLxP237xS6XxFGJSghdz/nI6pusfCWKM8m
|
34
|
+
vzjjH2wUMSSf3tNudQ3rCGLf2epkcU13/rguI88wO6MrE0wi4ZqLQX+eZQFskJb/
|
35
|
+
w6x9W1ur8eR01s397LSMexySDBrJOh34cm2AlfKr/jokKCTwcM0OvVZnAutaovC0
|
36
|
+
l1SVZ0ecg88bsWHA0Yhh7NFxK1utWoIhtB6AFC/+trM0FQEB/jZkIS8SaNzn96Rl
|
37
|
+
n0sZEf77FLf5peR8TP/PtmIg7Cyqz23sLM4mCOoTGIy5OcZ8TdyiyINUHtb5ej/T
|
38
|
+
FBHgymkyj/AOSqKRIpXPhjC6
|
39
|
+
-----END CERTIFICATE-----
|
13
40
|
|
14
|
-
date:
|
41
|
+
date: 2010-07-15 00:00:00 -07:00
|
15
42
|
default_executable:
|
16
43
|
dependencies:
|
17
44
|
- !ruby/object:Gem::Dependency
|
18
45
|
name: rake
|
19
|
-
|
20
|
-
|
21
|
-
|
46
|
+
prerelease: false
|
47
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
48
|
+
none: false
|
22
49
|
requirements:
|
23
50
|
- - ~>
|
24
51
|
- !ruby/object:Gem::Version
|
52
|
+
hash: 63
|
53
|
+
segments:
|
54
|
+
- 0
|
55
|
+
- 8
|
56
|
+
- 0
|
25
57
|
version: 0.8.0
|
26
|
-
|
58
|
+
type: :runtime
|
59
|
+
version_requirements: *id001
|
27
60
|
- !ruby/object:Gem::Dependency
|
28
|
-
name:
|
61
|
+
name: rake-remote_task
|
62
|
+
prerelease: false
|
63
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
64
|
+
none: false
|
65
|
+
requirements:
|
66
|
+
- - ~>
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
hash: 3
|
69
|
+
segments:
|
70
|
+
- 2
|
71
|
+
- 0
|
72
|
+
version: "2.0"
|
29
73
|
type: :runtime
|
30
|
-
|
31
|
-
|
74
|
+
version_requirements: *id002
|
75
|
+
- !ruby/object:Gem::Dependency
|
76
|
+
name: open4
|
77
|
+
prerelease: false
|
78
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
79
|
+
none: false
|
32
80
|
requirements:
|
33
81
|
- - ~>
|
34
82
|
- !ruby/object:Gem::Version
|
83
|
+
hash: 59
|
84
|
+
segments:
|
85
|
+
- 0
|
86
|
+
- 9
|
87
|
+
- 0
|
35
88
|
version: 0.9.0
|
36
|
-
|
89
|
+
type: :runtime
|
90
|
+
version_requirements: *id003
|
37
91
|
- !ruby/object:Gem::Dependency
|
38
|
-
name:
|
92
|
+
name: rubyforge
|
93
|
+
prerelease: false
|
94
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
95
|
+
none: false
|
96
|
+
requirements:
|
97
|
+
- - ">="
|
98
|
+
- !ruby/object:Gem::Version
|
99
|
+
hash: 7
|
100
|
+
segments:
|
101
|
+
- 2
|
102
|
+
- 0
|
103
|
+
- 4
|
104
|
+
version: 2.0.4
|
105
|
+
type: :development
|
106
|
+
version_requirements: *id004
|
107
|
+
- !ruby/object:Gem::Dependency
|
108
|
+
name: minitest
|
109
|
+
prerelease: false
|
110
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
111
|
+
none: false
|
112
|
+
requirements:
|
113
|
+
- - ">="
|
114
|
+
- !ruby/object:Gem::Version
|
115
|
+
hash: 11
|
116
|
+
segments:
|
117
|
+
- 1
|
118
|
+
- 7
|
119
|
+
- 0
|
120
|
+
version: 1.7.0
|
39
121
|
type: :development
|
40
|
-
|
41
|
-
|
122
|
+
version_requirements: *id005
|
123
|
+
- !ruby/object:Gem::Dependency
|
124
|
+
name: hoe
|
125
|
+
prerelease: false
|
126
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
127
|
+
none: false
|
42
128
|
requirements:
|
43
129
|
- - ">="
|
44
130
|
- !ruby/object:Gem::Version
|
45
|
-
|
46
|
-
|
131
|
+
hash: 21
|
132
|
+
segments:
|
133
|
+
- 2
|
134
|
+
- 6
|
135
|
+
- 1
|
136
|
+
version: 2.6.1
|
137
|
+
type: :development
|
138
|
+
version_requirements: *id006
|
47
139
|
description: |-
|
48
140
|
Vlad the Deployer is pragmatic application deployment automation,
|
49
141
|
without mercy. Much like Capistrano, but with 1/10th the
|
@@ -85,15 +177,13 @@ files:
|
|
85
177
|
- doco/migration.txt
|
86
178
|
- doco/perforce.txt
|
87
179
|
- doco/variables.txt
|
88
|
-
- lib/rake_remote_task.rb
|
89
180
|
- lib/vlad.rb
|
90
181
|
- lib/vlad/apache.rb
|
91
182
|
- lib/vlad/core.rb
|
92
183
|
- lib/vlad/maintenance.rb
|
93
184
|
- lib/vlad/passenger.rb
|
185
|
+
- lib/vlad/rails.rb
|
94
186
|
- lib/vlad/subversion.rb
|
95
|
-
- lib/vlad_test_case.rb
|
96
|
-
- test/test_rake_remote_task.rb
|
97
187
|
- test/test_vlad.rb
|
98
188
|
- test/test_vlad_subversion.rb
|
99
189
|
- vladdemo.sh
|
@@ -108,25 +198,30 @@ rdoc_options:
|
|
108
198
|
require_paths:
|
109
199
|
- lib
|
110
200
|
required_ruby_version: !ruby/object:Gem::Requirement
|
201
|
+
none: false
|
111
202
|
requirements:
|
112
203
|
- - ">="
|
113
204
|
- !ruby/object:Gem::Version
|
205
|
+
hash: 3
|
206
|
+
segments:
|
207
|
+
- 0
|
114
208
|
version: "0"
|
115
|
-
version:
|
116
209
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
210
|
+
none: false
|
117
211
|
requirements:
|
118
212
|
- - ">="
|
119
213
|
- !ruby/object:Gem::Version
|
214
|
+
hash: 3
|
215
|
+
segments:
|
216
|
+
- 0
|
120
217
|
version: "0"
|
121
|
-
version:
|
122
218
|
requirements: []
|
123
219
|
|
124
220
|
rubyforge_project: hitsquad
|
125
|
-
rubygems_version: 1.3.
|
221
|
+
rubygems_version: 1.3.7
|
126
222
|
signing_key:
|
127
223
|
specification_version: 3
|
128
224
|
summary: Vlad the Deployer is pragmatic application deployment automation, without mercy
|
129
225
|
test_files:
|
130
|
-
- test/test_rake_remote_task.rb
|
131
226
|
- test/test_vlad.rb
|
132
227
|
- test/test_vlad_subversion.rb
|
metadata.gz.sig
ADDED
Binary file
|