vlad 2.4.0 → 2.4.1

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.4.1 / 2013-02-27
2
+
3
+ * 1 bug fix:
4
+
5
+ * Apparently psych doesn't have top level #y. Switched to to_yaml. (erotte)
6
+
1
7
  === 2.4.0 / 2013-02-07
2
8
 
3
9
  * 1 minor enhancement:
@@ -195,8 +201,8 @@
195
201
 
196
202
  * 11 bug fixes:
197
203
 
198
- * Fixed vladdemo.rb, now uses my checkout for further stress testing.
199
- * Moved core recipe to front. Was breaking mongrel setup.
204
+ * Fixed vladdemo.rb, now uses my checkout for further stress testing.
205
+ * Moved core recipe to front. Was breaking mongrel setup.
200
206
  * Added automatic client setup for perforce.
201
207
  * Fix mercurial support.
202
208
  * Fixed 'too many files' error.
@@ -256,7 +262,7 @@
256
262
  * Renamed :p4cmd to :p4_cmd.
257
263
  * Renamed :rake var to :rake_cmd.
258
264
 
259
- * 2 (important) bug fixes:
265
+ * 2 bug fixes (important):
260
266
 
261
267
  * HUGE: Fixed sudo hang bug #13072. Fix suggested by Chris Van Pelt.
262
268
  * HUGE: Vlad.load calls user config last, allowing variable overrides.
data/lib/vlad/core.rb CHANGED
@@ -21,9 +21,9 @@ namespace :vlad do
21
21
 
22
22
  puts "# Environment:"
23
23
  puts
24
- y Rake::RemoteTask.env
24
+ puts Rake::RemoteTask.env.to_yaml
25
25
  puts "# Roles:"
26
- y Rake::RemoteTask.roles
26
+ puts Rake::RemoteTask.roles.to_yaml
27
27
  end
28
28
 
29
29
  append :ancillary_dir
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.4.0'
24
+ VERSION = "2.4.1"
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: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 4
9
- - 0
10
- version: 2.4.0
9
+ - 1
10
+ version: 2.4.1
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: 2013-02-07 00:00:00 Z
41
+ date: 2013-02-28 00:00:00 Z
42
42
  dependencies:
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: rake
@@ -85,11 +85,11 @@ dependencies:
85
85
  requirements:
86
86
  - - ~>
87
87
  - !ruby/object:Gem::Version
88
- hash: 17
88
+ hash: 23
89
89
  segments:
90
90
  - 4
91
- - 5
92
- version: "4.5"
91
+ - 6
92
+ version: "4.6"
93
93
  type: :development
94
94
  version_requirements: *id003
95
95
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file