cap-uwsgi 0.0.2 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 39ea83fc246f65843555078382ec2d67ddd1fd95
4
- data.tar.gz: 611f9c4fd160c8c157692b1c206ea5c1db4acaaa
3
+ metadata.gz: 1dd183d6dcf7aabb9b0d240d29f38682c4465d3c
4
+ data.tar.gz: 8243b4280b8f3a071dddc2276a2c4681ffd73261
5
5
  SHA512:
6
- metadata.gz: 87174c18969c5a9ae0d1468a06cfa6ad778fd651b366b28960f71eb2853efd5e79582a89ab527df7cbbf0e68aec6c3837d23eaab80f24bc8514f5c259d3a797c
7
- data.tar.gz: ddea541a9271e9097e67d37b02fb22bc3f247796583cff75ac3f09607bad5bf38d59f663f0e077d4e05ff2c4c8892acb9567378e12c95b93a3cac63808261be4
6
+ metadata.gz: b851800ee74ebe5402c4e940b38393690177acca49921289af45b0243badf6a9a869ef8fb272a48885886e08847b8b85d42f17d411f4df89edd4160fb62c391f
7
+ data.tar.gz: dcd9f8362027218aeadd01e35faa93a4c60e87e7ba4f285e4d735e2c62a1016b6b423db3bd0c1e003e705e9a598f9a35246205afc74bf0afddbd43839f28f0f1
@@ -14,7 +14,7 @@ server {
14
14
  # path for static files
15
15
  root <%=deploy_to%>/current/public;
16
16
  access_log <%=fetch(:uwsgi_access_log)%>;
17
- error_log <%=fetch(:uwsgi_error_log)%>%> info;
17
+ error_log <%=fetch(:uwsgi_error_log)%> info;
18
18
 
19
19
  # this rewrites all the requests to the maintenance.html
20
20
  # page if it exists in the doc root. This is for capistrano's
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Uwsgi
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cap-uwsgi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - cao7113