recipiez 0.6.4 → 0.6.5

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.
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.6.4'
2
+ VERSION = '0.6.5'
3
3
  end
@@ -25,6 +25,7 @@ server {
25
25
  root <%= current_path %>/public/;
26
26
  index index.html;
27
27
  client_max_body_size 50M;
28
+ types_hash_max_size 2048;
28
29
 
29
30
  # this rewrites all the requests to the maintenance.html
30
31
  # page if it exists in the doc root. This is for capistrano's
@@ -85,6 +86,7 @@ server {
85
86
  root <%= current_path %>/public/;
86
87
  index index.html;
87
88
  client_max_body_size 50M;
89
+ types_hash_max_size 2048;
88
90
 
89
91
 
90
92
  # this rewrites all the requests to the maintenance.html
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 4
9
- version: 0.6.4
8
+ - 5
9
+ version: 0.6.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alastair Brunton