prima-twig 0.54.17 → 0.54.18
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 +3 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5aaa769fab352b25b119f9ee627f828171994d66509a4b6ec59518794b413a2
|
|
4
|
+
data.tar.gz: 379f89d95659a73830f3499210b277f10e20a6b3688929a3be145882b692ed72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 288d6eedd179cdd61603dfd6f2646e665411cf5c0b388855c34f5af4e23bf100a61b2fec97c2f1332a96261845ed4685c312b27693d57b1fb2cf76db8cccd02b
|
|
7
|
+
data.tar.gz: 3617b1802d1543848641758199ef1500abb5c695be24d72a9926c77d1232f009cd52e3faa901711997dbf4df6208753851cf0f816ec2a1e151a487ce0d013134
|
data/bin/twig-feature
CHANGED
|
@@ -666,7 +666,6 @@ class Release
|
|
|
666
666
|
def qainit_write_output(file_message, output_message)
|
|
667
667
|
`mkdir -p /etc/qainit-output`
|
|
668
668
|
qa_file_name = "/etc/qainit-output/url_qa"
|
|
669
|
-
File.open(qa_file_name, 'w') { |file| file.write(file_message) }
|
|
670
669
|
File.open(qa_file_name + '.txt', 'w') { |file| file.write(file_message) }
|
|
671
670
|
output "#{output_message} #{qa_file_name}".green
|
|
672
671
|
end
|
|
@@ -2712,6 +2711,9 @@ class Release
|
|
|
2712
2711
|
|
|
2713
2712
|
[
|
|
2714
2713
|
"sed -i 's/USER app/USER root/g' Dockerfile",
|
|
2714
|
+
"if echo `docker network ls` | grep peano_default; \
|
|
2715
|
+
then echo 'peano_default network already existing'; \
|
|
2716
|
+
else docker network create peano_default; fi",
|
|
2715
2717
|
"docker-compose build web",
|
|
2716
2718
|
"docker-compose run -w $PWD -e BUILD_ENV=qa -u root --entrypoint /bin/sh web \
|
|
2717
2719
|
'-c' 'cargo build --release -vv --features=qa \
|
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.18
|
|
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-29 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
rubygems_version: 3.0.
|
|
217
|
+
rubygems_version: 3.0.1
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|