vlad 2.4.0 → 2.4.1
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/History.txt +9 -3
- data/lib/vlad/core.rb +2 -2
- data/lib/vlad.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +7 -7
- metadata.gz.sig +0 -0
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
|
-
|
|
199
|
-
|
|
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)
|
|
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
data/lib/vlad.rb
CHANGED
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:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 2.4.
|
|
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-
|
|
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:
|
|
88
|
+
hash: 23
|
|
89
89
|
segments:
|
|
90
90
|
- 4
|
|
91
|
-
-
|
|
92
|
-
version: "4.
|
|
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
|