prima-twig 0.5.26 → 0.5.27
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-build +1 -1
- 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: 1037ff226eab2ee197b2a7ef5ba82c631acead5078a319328d52a75b92e2b926
|
|
4
|
+
data.tar.gz: '08f4e27dbd1d03ded253c61dc75a0b7e9180011dcfe308cda6f417d4394b2178'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 447ad485087f48c2d7295ace7cef6c4f40426c5f774cc444cb5a6f64f416441a15b10ea153ffc9d251fff1668d19b14f1810dc8cd59d4f41a8676bc722f0c38e
|
|
7
|
+
data.tar.gz: 28bf8210e4f6db5625635ed0917611aa97bdfc1f84f6376aa367c211694096ac336c9c2ec6238ebb42774122d7c1a7229af33cb26ce71921e0260de29a42601c
|
data/bin/twig-build
CHANGED
|
@@ -1452,7 +1452,7 @@ class Build
|
|
|
1452
1452
|
update_service_defaults(get_stack_name("hal9000"))
|
|
1453
1453
|
update_service_defaults(get_stack_name("fidaty"))
|
|
1454
1454
|
update_service_defaults(get_stack_name("peano"))
|
|
1455
|
-
update_service_defaults(get_stack_name("legion"))
|
|
1455
|
+
# update_service_defaults(get_stack_name("legion")) TODO UNCOMMENT
|
|
1456
1456
|
update_service_defaults(get_stack_name("assange"))
|
|
1457
1457
|
update_service_defaults(get_stack_name("borat"))
|
|
1458
1458
|
update_service_defaults(get_stack_name("activia"))
|
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.5.
|
|
4
|
+
version: 0.5.27
|
|
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: 2020-05
|
|
17
|
+
date: 2020-06-05 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk-autoscaling
|