magic_recipes_two 0.0.85 → 0.0.86

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YjZiN2EyYWQ5MTcyYmZkNzQyOWM1NTAzNGNjNDdhNTI2OGU4MTJhZg==
4
+ ZDlhMmFkZjQ4OWRkZDg0NmVlYjQ4MTcyZTE1MDcwMGMzZGYxOWI2Zg==
5
5
  data.tar.gz: !binary |-
6
- NjM2NTE3ODVhNGMyNmYzMGU2MDVlMmI0YjMwMzQ0ZWJkOTM2MDIzMg==
6
+ MGY0MDJhMmM5NjU2YjA3ZTQ2YzAwY2E2NDA0N2JiN2QwY2U0MzYzMA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MTFlOTE3MWU3MjQ0NzAwZDVhMDY3ZDUzNmFiZTNlZWI0ZDY2ZDljZGY0Y2Rh
10
- MmM3NmZmNTAzMDdmYWVkYWNlNTEzMWFkM2IyYWZkOTQ4ZDQxMDg4Y2YyMjc1
11
- MzIyMzg3MGM5NjIxYjY3Yzg3MzNhODZiZWVkODUwYTNhMDBiODU=
9
+ NzMwZjMzY2JjOGUwNzMzNzNiYmUyOTUxMTBlZDYxNzZlY2MxOTM2N2E5NjRk
10
+ ZmIzOWNkY2YxNThlOWQ2YWYxYjFhZWQ0ZDExZjgwNzIxZjhhNWJhNzc3YTU4
11
+ NmQzZDU5Njg5MDI3NTZhMzc1NzhkOTZhOGI2ZjUxNGRkYjIxMzA=
12
12
  data.tar.gz: !binary |-
13
- MmZlYzJhZWIwNzY5MTJmZTkyZmRkOGE5ZTEwZGYxYTMxNzNlY2U0ZTY0YWNm
14
- OGQ2ZDFmOGU0ZmViNWVhYzZjOTFiYTRmMGM5ZjEyNzA1OGJjNWE1ZmU1MTlk
15
- M2E3YmFiYWZlYWZiMjA0ZjE4Yjg5MDc2MjE5ZTNmMWJhMDE2M2E=
13
+ ZmVlY2Y2ZWNkODVkM2ViYmZkNTUxNTA4YmZmOTFmZTA5MDkzZGE3ZDUxOTVm
14
+ ODQyZDNhYjBjZDAwYzA1MWZhMjg5MjU3NTZiZWQ0NDYxOTY5NmE2OTVhNWIx
15
+ MTYxZWJmZTQwMDYwM2IzM2Q2N2Q3N2VlNWNhYzI1YmFmYWQ4ZDU=
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module MagicRecipes
3
- VERSION = "0.0.85"
3
+ VERSION = "0.0.86"
4
4
  end
5
5
  end
@@ -1,5 +1,5 @@
1
1
  # Mobile - App
2
- <% if fetch(:pwa_use_ssl) %>
2
+ <% if fetch(:pwa_use_ssl, false) %>
3
3
  <% if fetch(:pwa_major_domain, false) %>
4
4
  server {
5
5
  listen 80<%= ' default_server' if fetch(:pwa_is_default_site) %>;
@@ -17,7 +17,7 @@ server {
17
17
  <% end %>
18
18
 
19
19
  <% if fetch(:pwa_major_domain, false) %>
20
- <% if fetch(:pwa_use_ssl) %>
20
+ <% if fetch(:pwa_use_ssl, false) %>
21
21
  # ssl-domain
22
22
  server {
23
23
  listen 443;
@@ -41,7 +41,7 @@ server {
41
41
 
42
42
 
43
43
  server {
44
- <% if fetch(:nginx_use_ssl) %>
44
+ <% if fetch(:pwa_use_ssl) %>
45
45
  listen 443 ssl http2<%= ' default_server' if fetch(:pwa_is_default_site) %>;
46
46
  #listen [::]:443 ssl http2<%= ' default_server' if fetch(:pwa_is_default_site) %>;
47
47
  ssl on;
@@ -53,7 +53,7 @@ server {
53
53
  listen [::]:80<%= ' default deferred' if fetch(:pwa_is_default_site) %>;
54
54
  <% end %>
55
55
 
56
- <% if fetch(:nginx_major_domain) %>
56
+ <% if fetch(:pwa_major_domain) %>
57
57
  server_name <%= fetch(:pwa_major_domain) %>;
58
58
  <% else %>
59
59
  server_name <%= Array(fetch(:pwa_domains)).join(joiner) %>;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_recipes_two
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.85
4
+ version: 0.0.86
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-25 00:00:00.000000000 Z
11
+ date: 2018-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails