recipiez 0.5.7 → 0.5.8

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.5.7'
2
+ VERSION = '0.5.8'
3
3
  end
@@ -10,7 +10,7 @@ server {
10
10
  server_name <%= app_domain %>;
11
11
 
12
12
  access_log /var/log/nginx/<%= application %>.log;
13
- error_log /var/log/nginx/<%= application %>.log;
13
+ error_log /var/log/nginx/<%= application %>_error.log;
14
14
 
15
15
  # pass the request to the node.js server with the correct headers and much more can be added, see nginx config options
16
16
  location / {
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 7
9
- version: 0.5.7
8
+ - 8
9
+ version: 0.5.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alastair Brunton
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2013-09-19 00:00:00 +02:00
17
+ date: 2013-09-23 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency