vlad 2.5.0 → 2.5.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.tar.gz.sig +0 -0
- data/History.txt +7 -0
- data/lib/vlad.rb +8 -2
- data/test/test_vlad_subversion.rb +1 -1
- metadata +4 -4
- metadata.gz.sig +2 -2
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.txt
CHANGED
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.5.
|
|
24
|
+
VERSION = "2.5.1"
|
|
25
25
|
|
|
26
26
|
##
|
|
27
27
|
# Loads tasks file +tasks_file+ and various recipe styles as a hash
|
|
@@ -59,7 +59,13 @@ module Vlad
|
|
|
59
59
|
order.each do |flavor|
|
|
60
60
|
recipe = recipes[flavor]
|
|
61
61
|
next if recipe.nil? or flavor == :config
|
|
62
|
-
|
|
62
|
+
begin
|
|
63
|
+
require "vlad/#{recipe}"
|
|
64
|
+
rescue LoadError => e
|
|
65
|
+
re = RuntimeException.new e.message
|
|
66
|
+
re.backtrace = e.backtrace
|
|
67
|
+
raise re
|
|
68
|
+
end
|
|
63
69
|
end
|
|
64
70
|
|
|
65
71
|
set :skip_scm, false
|
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: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 2.5.
|
|
9
|
+
- 1
|
|
10
|
+
version: 2.5.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-
|
|
41
|
+
date: 2013-06-21 00:00:00 Z
|
|
42
42
|
dependencies:
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: rake
|
metadata.gz.sig
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
hB��H������At��]�������j���Ajg*�͎,髬!�(���d>~*�l�b�?��X�!qbP�TS�(Ы�1�'8���Y��Ҷw�ơ��(�r�l��R�o�g��Ȼ��,�¢��5I�'ٿ#Q�2s�ή�0[d,����gޔe9+���,��� H�_Z��Y���_�!q?_�܋qq���W��^,
|
|
2
|
+
�1Ȇź�ӗ�4��^�.��,��E.���ɰ��.[f0n�fB���
|