prima-twig 0.37.7 → 0.37.8
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 +5 -5
- data/bin/twig-feature +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: fcb62951e95b9d0894bed3d16b38bdba5f89b99da761c391b744a608c208f1b6
|
|
4
|
+
data.tar.gz: 8b072c0872b943f9a70948f799b74028bab2b62da05465702cfd4b76a895ce4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f94457879fcbca946c86f37653a86fae0d758fc355b08d54c053a9401563dd1c2cf0629ade1315c378016e7e137d35bde1eedc0d72d0c22a1a9638cb223b6a0
|
|
7
|
+
data.tar.gz: 53c8b21792cb024b598e145cfa7206305d7e15846479c6613d2c00a23dc2c20acec0963f91e9e89127a0a7f8dc080b952b69f323f7757e692727c4257cbb5db5
|
data/bin/twig-feature
CHANGED
|
@@ -2340,7 +2340,7 @@ class Release
|
|
|
2340
2340
|
ip_qa_host = ec2_ip_address(asg_stack_name)
|
|
2341
2341
|
|
|
2342
2342
|
if @qainit
|
|
2343
|
-
exec_step 'cp docker-compose-ci.yml docker-compose.yml'
|
|
2343
|
+
#exec_step 'cp docker-compose-ci.yml docker-compose.yml'
|
|
2344
2344
|
exec_step 'prepare-docker-compose --directory backoffice && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2345
2345
|
[
|
|
2346
2346
|
"docker-compose build workers",
|
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.37.
|
|
4
|
+
version: 0.37.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
version: '0'
|
|
215
215
|
requirements: []
|
|
216
216
|
rubyforge_project:
|
|
217
|
-
rubygems_version: 2.6
|
|
217
|
+
rubygems_version: 2.7.6
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|