prima-twig 0.54.8 → 0.54.9
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 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ca5d609eec2b48b7c055e6411cceabd938041cd17b1c90fc2df9d1fb128123e
|
|
4
|
+
data.tar.gz: f5527f96102d487b1303dcbab6162a22acacf25eb3c4a9ee3c5788249faf288a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b9a2e996e4213c0e4ceac6dca640f1e158429a049bcfa6f191cc9220a93f6525b9f7cf976097687368e5ce1c2d5a454db887ff07e31381c73e4a395e66cc29e
|
|
7
|
+
data.tar.gz: fa0d48ac56ab2f2bc302287a2a2e63118c06f3bb71750368d6ed1c71d466ca09e2addfd124567ca1f32d9c91333fb6a6935fbbdf94ec7f344da2d173f87515f2
|
data/bin/twig-feature
CHANGED
|
@@ -664,6 +664,7 @@ class Release
|
|
|
664
664
|
end
|
|
665
665
|
|
|
666
666
|
def qainit_write_output(file_message, output_message)
|
|
667
|
+
`mkdir -p /etc/qainit-output`
|
|
667
668
|
qa_file_name = "/etc/qainit-output/url_qa"
|
|
668
669
|
File.open(qa_file_name, 'w') { |file| file.write(file_message) }
|
|
669
670
|
File.open(qa_file_name + '.txt', 'w') { |file| file.write(file_message) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prima-twig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.54.
|
|
4
|
+
version: 0.54.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date: 2019-10-
|
|
17
|
+
date: 2019-10-23 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|