vlad 2.2.4 → 2.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 2.2.5 / 2012-02-22
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed migrate task description. (SixArms)
6
+
1
7
  === 2.2.4 / 2011-12-21
2
8
 
3
9
  * 2 bug fixes:
data/README.txt CHANGED
@@ -16,7 +16,7 @@ Impale your application on the heartless spike of the Deployer.
16
16
  == FEATURES/PROBLEMS
17
17
 
18
18
  * Full deployment automation stack.
19
- * Turnkey deployment for mongrel+apache+svn.
19
+ * Turnkey deployment for passenger+apache+svn.
20
20
  * Supports single server deployment with just 3 variables defined.
21
21
  * Built on rake. Easy. Engine is small.
22
22
  * Very few dependencies. All simple.
data/doco/variables.txt CHANGED
@@ -51,27 +51,6 @@ umask:: Sets your umask value. Defaults to "02".
51
51
  web_command:: Command to execute when controlling the web server.
52
52
  Defaults to "apachectl".
53
53
 
54
- == Mongrel App Variables:
55
-
56
- mongrel_address:: Defaults to "127.0.0.1"
57
- mongrel_clean:: Defaults to false
58
- mongrel_command:: Defaults to 'mongrel_rails'
59
- mongrel_conf:: Defaults to "#{shared_path}/mongrel_cluster.conf"
60
- mongrel_config_script:: Defaults to nil
61
- mongrel_environment:: Defaults to "production"
62
- mongrel_group:: Defaults to nil
63
- mongrel_log_file:: Defaults to nil
64
- mongrel_pid_file:: Defaults to nil
65
- mongrel_port:: Defaults to 8000
66
- mongrel_prefix:: Defaults to nil
67
- mongrel_servers:: Defaults to 2
68
- mongrel_user:: Defaults to nil
69
-
70
- == Perforce SCM Variables:
71
-
72
- p4_cmd:: The perforce command to use. Defaults to "p4"
73
- source:: A perforce SCM worker instance.
74
-
75
54
  == Subversion SCM Variables:
76
55
 
77
56
  source:: A subversion SCM worker instance.
data/lib/vlad/rails.rb CHANGED
@@ -12,7 +12,7 @@ namespace :vlad do
12
12
  desc "Run the migrate rake task for the the app. By default this is run in
13
13
  the latest app directory. You can run migrations for the current app
14
14
  directory by setting :migrate_target to :current. Additional environment
15
- variables can be passed to rake via the migrate_env variable.".cleanup
15
+ variables can be passed to rake via the migrate_args variable.".cleanup
16
16
 
17
17
  # No application files are on the DB machine, also migrations should only be
18
18
  # run once.
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.4'
24
+ VERSION = '2.2.5'
25
25
 
26
26
  ##
27
27
  # Loads tasks file +tasks_file+ and various recipe styles as a hash
data.tar.gz.sig CHANGED
Binary file
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: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 2
9
- - 4
10
- version: 2.2.4
9
+ - 5
10
+ version: 2.2.5
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-12-22 00:00:00 Z
41
+ date: 2012-02-22 00:00:00 Z
42
42
  dependencies:
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: rake
@@ -78,11 +78,11 @@ dependencies:
78
78
  requirements:
79
79
  - - ~>
80
80
  - !ruby/object:Gem::Version
81
- hash: 17
81
+ hash: 21
82
82
  segments:
83
83
  - 2
84
- - 9
85
- version: "2.9"
84
+ - 11
85
+ version: "2.11"
86
86
  type: :development
87
87
  version_requirements: *id003
88
88
  - !ruby/object:Gem::Dependency
@@ -108,11 +108,11 @@ dependencies:
108
108
  requirements:
109
109
  - - ~>
110
110
  - !ruby/object:Gem::Version
111
- hash: 27
111
+ hash: 31
112
112
  segments:
113
113
  - 2
114
- - 12
115
- version: "2.12"
114
+ - 14
115
+ version: "2.14"
116
116
  type: :development
117
117
  version_requirements: *id005
118
118
  description: |-
metadata.gz.sig CHANGED
Binary file