prima-twig 0.10.3 → 0.10.4
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 894e87171f62c8d1b28f47b7f454ebc28d9c19c0
|
|
4
|
+
data.tar.gz: 95e9c31ff685b78419665317a953663e0970a072
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed12da0a54739200498469712fc7a14c20f46aed1f51efaf102fc51eec58d96ef1c8630468f862fb55722e99111bab638d8ace47a1351ea68532ea2f0f00829d
|
|
7
|
+
data.tar.gz: 5370d245b79f097a5d060c0367463c52ed61af018ab53ad8ad567b26b317a6df44c7d5664dc7fefccddb1674b0817336a627e4c59b79a2d3772ea2fce8d813e2
|
data/bin/twig-feature
CHANGED
|
@@ -409,6 +409,7 @@ class Release
|
|
|
409
409
|
wait_for_stack_ready(stack_name_route53) unless stack_ready?(stack_name_route53)
|
|
410
410
|
|
|
411
411
|
output "Prima url: #{prima_hostname}\n".cyan
|
|
412
|
+
output "Prima RI url: #{prima_hostname.sub("www", "wwwri")}\n".cyan
|
|
412
413
|
output "Urania url: #{urania_hostname}\n".cyan
|
|
413
414
|
output "Backoffice url: #{backoffice_hostname}\n".cyan
|
|
414
415
|
output "Bburago url: #{bburago_hostname}\n".cyan
|
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.10.
|
|
4
|
+
version: 0.10.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2016-10-
|
|
14
|
+
date: 2016-10-21 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: twig
|