itamae-mitsurin 0.36 → 0.37
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 206e8e02f0c1abe203c621d52f3d19b993bf3a17
|
4
|
+
data.tar.gz: bb815af99965c1ec0b021a49a05d7f34b0a8522c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0836c7590e9a1e9bbac176ba62b1f2030bb15bbca55573d4b19c52b363aed276763e243cdd1126c45914d433c44e547823c6ecc1a33c0299ae74024e0c571af
|
7
|
+
data.tar.gz: e943105dc489f04eb9058815bf3cb1fd713c08e926b5cfe6dce14c55842c33e073f3b8ee702cc4fb2f1c3a8f04af45ecb1b109a8483824c27a07702cd1140fd4
|
@@ -65,7 +65,7 @@ module Itamae
|
|
65
65
|
# recipe load to_spec
|
66
66
|
spec_pattern = []
|
67
67
|
recipes.each do |spec_h|
|
68
|
-
target_spec = "site-cookbooks/**/#{
|
68
|
+
target_spec = "site-cookbooks/**/#{spec_h.keys.join}/spec/#{spec_h[spec_h.keys.join]}_spec.rb"
|
69
69
|
Dir.glob(target_spec).join("\s").split.each do |target|
|
70
70
|
unless File.exists?(target)
|
71
71
|
ex_spec = spec_h.to_s.gsub('=>', '::').gsub('"', '')
|
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.37
|