prima-twig 0.14.0 → 0.15.0
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 +4 -4
- 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: 8f2f0b335b9ae5c2d2e8546e2e5234d2b89b4f6a
|
|
4
|
+
data.tar.gz: 1e1038a70d3e7012e972e978c4ba7e3fccd8c4bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b376ae6c563db1a39b0c40641e7c94b6fdb3d190826c86488bae3137daa946620af5e28aca14a83a9c5cd77486d2dc493b01a6f56ecd25575461f28901f57ee
|
|
7
|
+
data.tar.gz: 54890c9f882db21900a000157ad35d329ba2eceef46df8992c624ab5a2e657cf28ef0706645918d4e772f633e63b0ba5f2cd3d3b6b6597e2c00deb8159583ebd
|
data/bin/twig-feature
CHANGED
|
@@ -426,13 +426,13 @@ class Release
|
|
|
426
426
|
def get_route53_hostname(stack_name)
|
|
427
427
|
case
|
|
428
428
|
when stack_name.include?('web')
|
|
429
|
-
host = "www
|
|
429
|
+
host = "www-#{@dns_record_identifier}.qa.colaster.com"
|
|
430
430
|
when stack_name.include?('urania')
|
|
431
|
-
host = "urania
|
|
431
|
+
host = "urania-#{@dns_record_identifier}.qa.colaster.com"
|
|
432
432
|
when stack_name.include?('backoffice')
|
|
433
|
-
host = "backoffice
|
|
433
|
+
host = "backoffice-#{@dns_record_identifier}.qa.colaster.com"
|
|
434
434
|
when stack_name.include?('bburago')
|
|
435
|
-
host = "bburago
|
|
435
|
+
host = "bburago-#{@dns_record_identifier}.qa.colaster.com"
|
|
436
436
|
end
|
|
437
437
|
host
|
|
438
438
|
end
|
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.
|
|
4
|
+
version: 0.15.0
|
|
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:
|
|
14
|
+
date: 2017-01-11 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: twig
|