vlad 2.2.2 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/History.txt +7 -0
- data/README.txt +1 -3
- data/Rakefile +0 -2
- data/doco/getting_started.txt +1 -1
- data/lib/vlad.rb +3 -1
- metadata +8 -24
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/History.txt
CHANGED
data/README.txt
CHANGED
data/Rakefile
CHANGED
data/doco/getting_started.txt
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
This defaults to using 'svn export' from +repository+, and a single
|
14
14
|
server for +app+, +db+, and +www+. If you need to tweak these things,
|
15
|
-
refer to the variable documentation.
|
15
|
+
refer to the {variable documentation}[rdoc-ref:doco/variables.txt].
|
16
16
|
|
17
17
|
* If you want a multi-config environment, change your config like so:
|
18
18
|
|
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.
|
24
|
+
VERSION = '2.2.3'
|
25
25
|
|
26
26
|
##
|
27
27
|
# Loads tasks file +tasks_file+ and various recipe styles as a hash
|
@@ -62,6 +62,8 @@ module Vlad
|
|
62
62
|
require "vlad/#{recipe}"
|
63
63
|
end
|
64
64
|
|
65
|
+
set :skip_scm, false
|
66
|
+
|
65
67
|
Kernel.load recipes[:config]
|
66
68
|
Kernel.load "config/deploy_#{ENV['to']}.rb" if ENV['to']
|
67
69
|
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: 1
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 2.2.
|
9
|
+
- 3
|
10
|
+
version: 2.2.3
|
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-10-14 00:00:00 Z
|
42
42
|
dependencies:
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: rake
|
@@ -70,26 +70,10 @@ dependencies:
|
|
70
70
|
version: "2.0"
|
71
71
|
type: :runtime
|
72
72
|
version_requirements: *id002
|
73
|
-
- !ruby/object:Gem::Dependency
|
74
|
-
name: open4
|
75
|
-
prerelease: false
|
76
|
-
requirement: &id003 !ruby/object:Gem::Requirement
|
77
|
-
none: false
|
78
|
-
requirements:
|
79
|
-
- - ~>
|
80
|
-
- !ruby/object:Gem::Version
|
81
|
-
hash: 59
|
82
|
-
segments:
|
83
|
-
- 0
|
84
|
-
- 9
|
85
|
-
- 0
|
86
|
-
version: 0.9.0
|
87
|
-
type: :runtime
|
88
|
-
version_requirements: *id003
|
89
73
|
- !ruby/object:Gem::Dependency
|
90
74
|
name: minitest
|
91
75
|
prerelease: false
|
92
|
-
requirement: &
|
76
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
93
77
|
none: false
|
94
78
|
requirements:
|
95
79
|
- - ~>
|
@@ -100,11 +84,11 @@ dependencies:
|
|
100
84
|
- 5
|
101
85
|
version: "2.5"
|
102
86
|
type: :development
|
103
|
-
version_requirements: *
|
87
|
+
version_requirements: *id003
|
104
88
|
- !ruby/object:Gem::Dependency
|
105
89
|
name: hoe
|
106
90
|
prerelease: false
|
107
|
-
requirement: &
|
91
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
108
92
|
none: false
|
109
93
|
requirements:
|
110
94
|
- - ~>
|
@@ -115,7 +99,7 @@ dependencies:
|
|
115
99
|
- 12
|
116
100
|
version: "2.12"
|
117
101
|
type: :development
|
118
|
-
version_requirements: *
|
102
|
+
version_requirements: *id004
|
119
103
|
description: |-
|
120
104
|
Vlad the Deployer is pragmatic application deployment automation,
|
121
105
|
without mercy. Much like Capistrano, but with 1/10th the
|
metadata.gz.sig
CHANGED
Binary file
|