vlad 2.6.5 → 2.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +1 -3
- data.tar.gz.sig +0 -0
- data/History.txt +6 -0
- data/README.txt +1 -1
- data/doco/deploying-merb-with-vlad.txt +1 -1
- data/doco/deploying-sinatra-with-vlad.txt +1 -1
- data/lib/vlad.rb +2 -2
- data/lib/vlad/core.rb +3 -4
- data/test/test_vlad.rb +1 -2
- metadata +13 -28
- metadata.gz.sig +0 -0
- data/.gemtest +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f62bc9469581963c89e7153aa0e05539b63aa12e
|
4
|
+
data.tar.gz: cf16a849aeb27b15f008b9abf7d93c9a367af1bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30768ea847eb41b2ee34356c5f5da6efe28ebce5f9f7af1b475658bcce558ef536761c6cdf45b6ba87f79aad6be515f98732b41fd0896fb90f709340e490bee0
|
7
|
+
data.tar.gz: 5b0d3e7414962560ddf404b05865bc944bcf059e828d2a126c668b2ab3df5119b470068bd429a88be6b521c222baaf96eb01e37db923df0df2117741a7a061d6
|
checksums.yaml.gz.sig
CHANGED
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
��R�R/���9�f�78��H\�0���?���og3��cu���H��M���>$雍���o��8��yY?���C�����9��#����n�2HYD��=N�]�]��g���/���%�ʀ�u|*��A�w��س
|
3
|
-
|YG�^�3=8>P`҈���W�3��KrDY�ʕx��&�c�K���r*ٳ���
|
1
|
+
�2��f1pd��n�� b�9��y�/��[QQ� ��]�) C�G8OL��Q7VO�ԕ��m�Nb=�h �"�R�����C�b�F��I)�Q��D7���&����Sp�in3�K�_�|U*�(HH8$bV�K���Y�!���P�b�fD�g�ɽ��xBI�����NJ�D\r�=p�L��q�`nǒ��af��:�t0�H�l��v���q6�)Ώ�C H2{x�Q��.�s��T�(,�p~�:�6�\qj
|
data.tar.gz.sig
CHANGED
Binary file
|
data/History.txt
CHANGED
data/README.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
This tutorial has been adapted from [Deploying Merb with Vlad](http://effectif.com/articles/deploying-merb-with-vlad) by [Graham Ashton](http://effectif.com "Effectif Development").
|
4
4
|
|
5
|
-
You've built your Merb app, and you want to get it running on your web server. You could use Capistrano, but if you prefer the simple things in life you might find that [Vlad](http://
|
5
|
+
You've built your Merb app, and you want to get it running on your web server. You could use Capistrano, but if you prefer the simple things in life you might find that [Vlad](http://docs.seattlerb.org/vlad/ "Vlad the Deployer") is a better fit.
|
6
6
|
|
7
7
|
This is a Merb version of the [Deploying Sinatra with Vlad](deploying-sinatra-with-vlad "Deploying Sinatra with Vlad") article that I wrote yesterday. There are big similarities to that article, but in this one we also look at how to restart Merb automatically after the code has been deployed.
|
8
8
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
This tutorial has been adapted from [Deploying Sinatra with Vlad](http://effectif.com/articles/deploying-sinatra-with-vlad) by [Graham Ashton](http://effectif.com "Effectif Development").
|
4
4
|
|
5
|
-
So you've just written a nice new [Sinatra application](http://www.sinatrarb.com/ "Sinatra"), and you want to get it running on your web server. How hard can it be? Well with [Vlad the Deployer](http://
|
5
|
+
So you've just written a nice new [Sinatra application](http://www.sinatrarb.com/ "Sinatra"), and you want to get it running on your web server. How hard can it be? Well with [Vlad the Deployer](http://docs.seattlerb.org/vlad/ "Vlad the Deployer"), it's actually rather easy.
|
6
6
|
|
7
7
|
## Creating a sample application
|
8
8
|
|
data/lib/vlad.rb
CHANGED
@@ -8,7 +8,7 @@ $TESTING ||= false
|
|
8
8
|
# Vlad the Deployer - Pragmatic application deployment automation,
|
9
9
|
# without mercy.
|
10
10
|
#
|
11
|
-
# Please read doco/getting_started.txt or http://
|
11
|
+
# Please read doco/getting_started.txt or http://docs.seattlerb.org/vlad/
|
12
12
|
#
|
13
13
|
# === Basic scenario:
|
14
14
|
#
|
@@ -21,7 +21,7 @@ module Vlad
|
|
21
21
|
|
22
22
|
##
|
23
23
|
# This is the version of Vlad you are running.
|
24
|
-
VERSION = "2.
|
24
|
+
VERSION = "2.7.0"
|
25
25
|
|
26
26
|
##
|
27
27
|
# Loads tasks file +tasks_file+ and various recipe styles as a hash
|
data/lib/vlad/core.rb
CHANGED
@@ -45,15 +45,14 @@ namespace :vlad do
|
|
45
45
|
dirs << scm_path unless skip_scm
|
46
46
|
dirs += shared_paths.keys.map { |d| File.join(shared_path, d) }
|
47
47
|
dirs += ancillary_dir
|
48
|
-
dirs = dirs.join(' ')
|
49
48
|
|
50
49
|
commands = []
|
51
50
|
|
52
51
|
commands << "umask #{umask}" if umask
|
53
|
-
commands << "mkdir -p #{
|
52
|
+
dirs.each { |dir| commands << "[ -f #{dir} ] || mkdir -p #{dir}" }
|
54
53
|
|
55
|
-
commands << "chown #{perm_owner} #{dirs}" if perm_owner
|
56
|
-
commands << "chgrp #{perm_group} #{dirs}" if perm_group
|
54
|
+
commands << "chown #{perm_owner} #{dirs.join(' ')}" if perm_owner
|
55
|
+
commands << "chgrp #{perm_group} #{dirs.join(' ')}" if perm_group
|
57
56
|
|
58
57
|
run commands.join(' && ')
|
59
58
|
end
|
data/test/test_vlad.rb
CHANGED
@@ -195,7 +195,7 @@ class TestVlad < Rake::TestCase
|
|
195
195
|
|
196
196
|
def test_set_with_nil
|
197
197
|
set(:win, nil)
|
198
|
-
|
198
|
+
assert_nil @rake.send(:win)
|
199
199
|
end
|
200
200
|
|
201
201
|
def test_set_with_reserved_name
|
@@ -206,4 +206,3 @@ class TestVlad < Rake::TestCase
|
|
206
206
|
$TESTING = true
|
207
207
|
end
|
208
208
|
end
|
209
|
-
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vlad
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Davis
|
@@ -12,9 +12,9 @@ bindir: bin
|
|
12
12
|
cert_chain:
|
13
13
|
- |
|
14
14
|
-----BEGIN CERTIFICATE-----
|
15
|
-
|
15
|
+
MIIDPjCCAiagAwIBAgIBAzANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
|
16
16
|
ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
|
17
|
-
|
17
|
+
GRYDY29tMB4XDTE1MDkxOTIwNTEyMloXDTE2MDkxODIwNTEyMlowRTETMBEGA1UE
|
18
18
|
AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
|
19
19
|
JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
|
20
20
|
b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
|
@@ -24,14 +24,14 @@ cert_chain:
|
|
24
24
|
qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
|
25
25
|
gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
|
26
26
|
HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
27
|
+
AQB+Hx8xUgrpZa4P8H8gR8zme5kISwQrG80MbpqJV6/G3/ZicRFhN5sjwu0uHGue
|
28
|
+
bd9Cymf6oIRwHVarJux2M32T6bL07Hmi07w2QaPc3MnMKB/D46SRZ2JSSGPFRBTc
|
29
|
+
SilobMRoGs/7B15uGFUEnNrCB/ltMqhwwSx1r++UQPfeySHEV9uqu03E5Vb7J37O
|
30
|
+
2Er6PLXHRiYsIycD1LkMi6YnixdITRHmrqJYE2rsjaIfpIehiusVAPHkNf7qbpHq
|
31
|
+
qx3h45R1CAsObX0SQDIT+rRbQrtKz1GHIZTOFYvEJjUY1XmRTZupD3CJ8Q7sDqSy
|
32
|
+
NLq5jm1fq6Y9Uolu3RJbmycf
|
33
33
|
-----END CERTIFICATE-----
|
34
|
-
date:
|
34
|
+
date: 2016-06-13 00:00:00.000000000 Z
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: rake
|
@@ -67,20 +67,6 @@ dependencies:
|
|
67
67
|
- - ~>
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: '2.3'
|
70
|
-
- !ruby/object:Gem::Dependency
|
71
|
-
name: minitest
|
72
|
-
requirement: !ruby/object:Gem::Requirement
|
73
|
-
requirements:
|
74
|
-
- - ~>
|
75
|
-
- !ruby/object:Gem::Version
|
76
|
-
version: '5.7'
|
77
|
-
type: :development
|
78
|
-
prerelease: false
|
79
|
-
version_requirements: !ruby/object:Gem::Requirement
|
80
|
-
requirements:
|
81
|
-
- - ~>
|
82
|
-
- !ruby/object:Gem::Version
|
83
|
-
version: '5.7'
|
84
70
|
- !ruby/object:Gem::Dependency
|
85
71
|
name: rdoc
|
86
72
|
requirement: !ruby/object:Gem::Requirement
|
@@ -101,14 +87,14 @@ dependencies:
|
|
101
87
|
requirements:
|
102
88
|
- - ~>
|
103
89
|
- !ruby/object:Gem::Version
|
104
|
-
version: '3.
|
90
|
+
version: '3.15'
|
105
91
|
type: :development
|
106
92
|
prerelease: false
|
107
93
|
version_requirements: !ruby/object:Gem::Requirement
|
108
94
|
requirements:
|
109
95
|
- - ~>
|
110
96
|
- !ruby/object:Gem::Version
|
111
|
-
version: '3.
|
97
|
+
version: '3.15'
|
112
98
|
description: |-
|
113
99
|
Vlad the Deployer is pragmatic application deployment automation,
|
114
100
|
without mercy. Much like Capistrano, but with 1/10th the
|
@@ -136,7 +122,6 @@ extra_rdoc_files:
|
|
136
122
|
- doco/variables.txt
|
137
123
|
files:
|
138
124
|
- .autotest
|
139
|
-
- .gemtest
|
140
125
|
- History.txt
|
141
126
|
- Manifest.txt
|
142
127
|
- README.txt
|
@@ -159,7 +144,7 @@ files:
|
|
159
144
|
- test/test_vlad.rb
|
160
145
|
- test/test_vlad_subversion.rb
|
161
146
|
- vladdemo.sh
|
162
|
-
homepage:
|
147
|
+
homepage: https://github.com/seattlerb/vlad
|
163
148
|
licenses:
|
164
149
|
- MIT
|
165
150
|
metadata: {}
|
metadata.gz.sig
CHANGED
Binary file
|
data/.gemtest
DELETED
File without changes
|