vlad 2.2.3 → 2.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +1 -4
- data/History.txt +7 -0
- data/lib/vlad.rb +1 -1
- data/lib/vlad/maintenance.rb +6 -1
- metadata +25 -10
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
@@ -1,3 +1 @@
|
|
1
|
-
(
|
2
|
-
ˉ����Z�ԝs���*��]��M����ؖ�/!�";,���dO:T6�b� ��\z��Ǯ$o�2枹
|
3
|
-
�I�ك���ڛ���B�<��SxDT�A*u\��^��]���8� ���狗B����I�����m�H����v��q�O�/����{�H��?��D�1���6$����w�z��
|
1
|
+
_��ؘ?[�I�it��He./ i�{f����굖֖������P�4J,P�!� ������),�z<yEJx�7-Ү���<Ζ�l������#�xW�OH�(�*����b}�duD��3�I��i\�4����3�nW��)WL_~��)�@��&��Rw�1
|
4
|
-
(5T1�����e�dw�����ǓS�xa�̟g�8��F�.�3u��bJ@�H�B��D_ɼ���Yi��
|
data/History.txt
CHANGED
data/lib/vlad.rb
CHANGED
data/lib/vlad/maintenance.rb
CHANGED
@@ -3,16 +3,21 @@ require 'vlad'
|
|
3
3
|
##
|
4
4
|
# See the following documents for recipes:
|
5
5
|
#
|
6
|
-
# * http://clarkware.com/
|
6
|
+
# * http://clarkware.com/blog/2007/1/5/custom-maintenance-pages
|
7
7
|
# * http://blog.nodeta.fi/2009/03/11/stopping-your-rails-application-with-phusion-passenger/
|
8
8
|
#
|
9
9
|
|
10
10
|
namespace :vlad do
|
11
11
|
namespace :maintenance do
|
12
|
+
|
13
|
+
desc "Turn on the maintenance web page"
|
14
|
+
|
12
15
|
remote_task :on, :roles => [:web] do
|
13
16
|
run "cp -f #{shared_path}/config/maintenance.html #{shared_path}/system/"
|
14
17
|
end
|
15
18
|
|
19
|
+
desc "Turn off the maintenance web page"
|
20
|
+
|
16
21
|
remote_task :off, :roles => [:web] do
|
17
22
|
run "rm -f #{shared_path}/system/maintenance.html"
|
18
23
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vlad
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 2.2.
|
9
|
+
- 4
|
10
|
+
version: 2.2.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ryan Davis
|
@@ -38,7 +38,7 @@ cert_chain:
|
|
38
38
|
FBHgymkyj/AOSqKRIpXPhjC6
|
39
39
|
-----END CERTIFICATE-----
|
40
40
|
|
41
|
-
date: 2011-
|
41
|
+
date: 2011-12-22 00:00:00 Z
|
42
42
|
dependencies:
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: rake
|
@@ -78,17 +78,32 @@ dependencies:
|
|
78
78
|
requirements:
|
79
79
|
- - ~>
|
80
80
|
- !ruby/object:Gem::Version
|
81
|
-
hash:
|
81
|
+
hash: 17
|
82
82
|
segments:
|
83
83
|
- 2
|
84
|
-
-
|
85
|
-
version: "2.
|
84
|
+
- 9
|
85
|
+
version: "2.9"
|
86
86
|
type: :development
|
87
87
|
version_requirements: *id003
|
88
88
|
- !ruby/object:Gem::Dependency
|
89
|
-
name:
|
89
|
+
name: rdoc
|
90
90
|
prerelease: false
|
91
91
|
requirement: &id004 !ruby/object:Gem::Requirement
|
92
|
+
none: false
|
93
|
+
requirements:
|
94
|
+
- - ~>
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
hash: 19
|
97
|
+
segments:
|
98
|
+
- 3
|
99
|
+
- 10
|
100
|
+
version: "3.10"
|
101
|
+
type: :development
|
102
|
+
version_requirements: *id004
|
103
|
+
- !ruby/object:Gem::Dependency
|
104
|
+
name: hoe
|
105
|
+
prerelease: false
|
106
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
92
107
|
none: false
|
93
108
|
requirements:
|
94
109
|
- - ~>
|
@@ -99,7 +114,7 @@ dependencies:
|
|
99
114
|
- 12
|
100
115
|
version: "2.12"
|
101
116
|
type: :development
|
102
|
-
version_requirements: *
|
117
|
+
version_requirements: *id005
|
103
118
|
description: |-
|
104
119
|
Vlad the Deployer is pragmatic application deployment automation,
|
105
120
|
without mercy. Much like Capistrano, but with 1/10th the
|
@@ -182,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
182
197
|
requirements: []
|
183
198
|
|
184
199
|
rubyforge_project: hitsquad
|
185
|
-
rubygems_version: 1.8.
|
200
|
+
rubygems_version: 1.8.12
|
186
201
|
signing_key:
|
187
202
|
specification_version: 3
|
188
203
|
summary: Vlad the Deployer is pragmatic application deployment automation, without mercy
|
metadata.gz.sig
CHANGED
Binary file
|