vlad 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,10 @@
1
+ === 2.2.3 / 2011-10-14
2
+
3
+ * 2 bug fixes:
4
+
5
+ * Removed open4 dependency since that comes in via rake-remote_task
6
+ * Set a sane default for skip_scm (charl)
7
+
1
8
  === 2.2.2 / 2011-09-06
2
9
 
3
10
  * 1 minor enhancement:
data/README.txt CHANGED
@@ -38,9 +38,7 @@ Impale your application on the heartless spike of the Deployer.
38
38
  == REQUIREMENTS
39
39
 
40
40
  * Rake
41
- * Hoe
42
- * Rubyforge
43
- * open4
41
+ * rake-remote_task
44
42
 
45
43
  == INSTALL
46
44
 
data/Rakefile CHANGED
@@ -15,9 +15,7 @@ Hoe.spec 'vlad' do
15
15
 
16
16
  dependency 'rake', '~> 0.8'
17
17
  dependency 'rake-remote_task', '~> 2.0'
18
- dependency 'open4', '~> 0.9.0'
19
18
 
20
- # TODO: remove 1.9
21
19
  multiruby_skip << "rubinius"
22
20
  end
23
21
 
@@ -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
 
@@ -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.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: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 2
9
- - 2
10
- version: 2.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-09-06 00:00:00 Z
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: &id004 !ruby/object:Gem::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: *id004
87
+ version_requirements: *id003
104
88
  - !ruby/object:Gem::Dependency
105
89
  name: hoe
106
90
  prerelease: false
107
- requirement: &id005 !ruby/object:Gem::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: *id005
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