prima-twig 0.36.84 → 0.36.85
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.
- checksums.yaml +4 -4
- data/bin/twig-feature +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b60a46cb108a75966529d2b029b045114d385e9a
|
|
4
|
+
data.tar.gz: 418a4b71fa2ca9129b4be78afcc5332180f8f904
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3698554dce0706c376022682c93fe18fc1ce341f2937faa5a2c0d1835deb5e4a5c7b2cf4acc9d6f3ac78e6c4a98c607fa9761fee3d96bc5c4db1a157d7641f6e
|
|
7
|
+
data.tar.gz: 97d245fb6fd1b519cb9ed4c4097db18bb8e2b4cb5fb9b5cea6745ad12944bed6a5987d4045742fc3b06f07b47c56c2629df7f73c105612beb016e68d05c79b29
|
data/bin/twig-feature
CHANGED
|
@@ -556,9 +556,9 @@ class Release
|
|
|
556
556
|
file.each_line do |line|
|
|
557
557
|
project = line.split(':')
|
|
558
558
|
@projects[project[0]] = {:name=> project[1], :revision=> project[2], :default_branch=> project[3]}
|
|
559
|
+
output project
|
|
559
560
|
end
|
|
560
561
|
end
|
|
561
|
-
output @projects
|
|
562
562
|
get_s3_config_files
|
|
563
563
|
@qainit = true
|
|
564
564
|
if ('shutdown' == action)
|