recipiez 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.1.9'
2
+ VERSION = '0.2.0'
3
3
  end
@@ -20,7 +20,7 @@ DocumentRoot <%= deploy_to %>/current/public
20
20
  </VirtualHost>
21
21
 
22
22
 
23
- <% if ssl == 'on' %>
23
+
24
24
 
25
25
  <VirtualHost *:443>
26
26
  ServerName <%= app_domain %>
@@ -32,13 +32,10 @@ DocumentRoot <%= deploy_to %>/current/public
32
32
  SSLEngine on
33
33
  SSLCertificateFile <%= ssl_cert %>
34
34
  SSLCertificateKeyFile <%= ssl_key %>
35
-
36
- <% if ssl_chain != 'none' %>
37
35
  SSLCertificateChainFile <%= ssl_chain %>
38
- <% end %>
36
+
39
37
 
40
38
  SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
41
39
 
42
40
  </VirtualHost>
43
41
 
44
- <% end %>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recipiez
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 1
9
- - 9
10
- version: 0.1.9
8
+ - 2
9
+ - 0
10
+ version: 0.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alastair Brunton