prima-twig 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +4 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f327ab5415e9942da77bcd72b306ee83fb183c9
4
- data.tar.gz: 32a4d9ae10f89a8dc829a2f58ade4debc5ff7b3a
3
+ metadata.gz: 8f2f0b335b9ae5c2d2e8546e2e5234d2b89b4f6a
4
+ data.tar.gz: 1e1038a70d3e7012e972e978c4ba7e3fccd8c4bc
5
5
  SHA512:
6
- metadata.gz: fea86d11be56b30e65b4e164c9d7836776ded2f2decc1db6685febb5271bde01a1f17d0cf737170e3f33a28c4ca61b015831689cbfb9f5e3ef9cde21505b5632
7
- data.tar.gz: 4a1ca207cf83cd866451bf4a726deb01775c701d4e9dab75064814f9deb4f65b63b5fe446afad2d35d33ac9adea3542042eb36584311ad69c7b024e590fe895a
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.#{@dns_record_identifier}.qa.colaster.com"
429
+ host = "www-#{@dns_record_identifier}.qa.colaster.com"
430
430
  when stack_name.include?('urania')
431
- host = "urania.#{@dns_record_identifier}.qa.colaster.com"
431
+ host = "urania-#{@dns_record_identifier}.qa.colaster.com"
432
432
  when stack_name.include?('backoffice')
433
- host = "backoffice.#{@dns_record_identifier}.qa.colaster.com"
433
+ host = "backoffice-#{@dns_record_identifier}.qa.colaster.com"
434
434
  when stack_name.include?('bburago')
435
- host = "bburago.#{@dns_record_identifier}.qa.colaster.com"
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.14.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: 2016-12-12 00:00:00.000000000 Z
14
+ date: 2017-01-11 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: twig