kapify 0.1.2 → 0.1.3

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d94cb97c36b0c625ba14d1a750bc3d60673c54b9
4
- data.tar.gz: 3ba74b2da8c922a8715fbfa8e0af4653f8cd7772
3
+ metadata.gz: 5ade76fbf92b3f0ecdbbcfbcde997e81d9f650ee
4
+ data.tar.gz: d6aef6360b0ca5317a3b1773df0f0cc864c6ab1f
5
5
  SHA512:
6
- metadata.gz: e02097cb5d8919779e7a91658561d9c8ac73842c2a3b5114a22972f5a6bd14b9d39bff8d8e6333380ad0774c854fe129bbaf171c493cf0a34a7506445f98bb5a
7
- data.tar.gz: 1367ac3084b7d427f3709d510e294476e46f504262e1436e88040b3554650283fc7e4e4e74ec304b5f97d711a5eb5b4018ed6201f9640b3c09afe363a908bdb5
6
+ metadata.gz: 7918ed42a45f9c35822b8c618df9af01d16b56f346698aa896a2e143233602c56598b34c1fcb16fe1e97ddeb941435c9bddf6da09cbe2bdcef48593dfd7f0887
7
+ data.tar.gz: 40a173466f8d7696b2a6d5cee1f69830d9bc220f14fd3012750774ed85bb9d1e5fc22be88c2feaa081c922b55fe714db2c800da5d5a2cd9cd0fe1cb2a90adf5a
@@ -33,8 +33,6 @@ server {
33
33
  <% end %>
34
34
  proxy_pass http://<%= application %>;
35
35
  # limit_req zone=one;
36
- access_log <%= shared_path %>/log/nginx.access.log;
37
- error_log <%= shared_path %>/log/nginx.error.log;
38
36
  }
39
37
 
40
38
  location ~ ^/(assets|images|javascripts|stylesheets|swfs|system)/ {
@@ -50,6 +48,9 @@ server {
50
48
  break;
51
49
  }
52
50
 
51
+ access_log <%= shared_path %>/log/nginx.access.log;
52
+ error_log <%= shared_path %>/log/nginx.error.log;
53
+
53
54
  client_max_body_size 4G;
54
55
 
55
56
  keepalive_timeout 120;
@@ -1,3 +1,3 @@
1
1
  module Kapify
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kapify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Tkalin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-14 00:00:00.000000000 Z
11
+ date: 2014-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '2.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  description: Capistrano recipes useful for rails app deployment. Includes repices
@@ -46,7 +46,7 @@ executables: []
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
- - .gitignore
49
+ - ".gitignore"
50
50
  - Gemfile
51
51
  - LICENSE.txt
52
52
  - README.md
@@ -96,17 +96,17 @@ require_paths:
96
96
  - lib
97
97
  required_ruby_version: !ruby/object:Gem::Requirement
98
98
  requirements:
99
- - - '>='
99
+ - - ">="
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  requirements:
104
- - - '>='
104
+ - - ">="
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0'
107
107
  requirements: []
108
108
  rubyforge_project:
109
- rubygems_version: 2.0.3
109
+ rubygems_version: 2.2.2
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: Capistrano recipes useful for rails app deployment