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 CHANGED
@@ -1,3 +1 @@
1
- (�ߙu���{Mu>c ��6��i�;�go���$��~���^��ݛ�Ś��;�
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
@@ -1,3 +1,10 @@
1
+ === 2.2.4 / 2011-12-21
2
+
3
+ * 2 bug fixes:
4
+
5
+ * Add task descriptions to maintenance tasks (SixArm)
6
+ * Updated blog link. (SixArm)
7
+
1
8
  === 2.2.3 / 2011-10-14
2
9
 
3
10
  * 2 bug fixes:
data/lib/vlad.rb CHANGED
@@ -21,7 +21,7 @@ module Vlad
21
21
 
22
22
  ##
23
23
  # This is the version of Vlad you are running.
24
- VERSION = '2.2.3'
24
+ VERSION = '2.2.4'
25
25
 
26
26
  ##
27
27
  # Loads tasks file +tasks_file+ and various recipe styles as a hash
@@ -3,16 +3,21 @@ require 'vlad'
3
3
  ##
4
4
  # See the following documents for recipes:
5
5
  #
6
- # * http://clarkware.com/cgi/blosxom/2007/01/05/CustomMaintenancePages
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: 1
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 2
9
- - 3
10
- version: 2.2.3
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-10-14 00:00:00 Z
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: 9
81
+ hash: 17
82
82
  segments:
83
83
  - 2
84
- - 5
85
- version: "2.5"
84
+ - 9
85
+ version: "2.9"
86
86
  type: :development
87
87
  version_requirements: *id003
88
88
  - !ruby/object:Gem::Dependency
89
- name: hoe
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: *id004
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.10
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