capistrano-pumaio 3.0.2 → 3.0.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: 2310240f0a36101268d9c072316f521870c5ad60
4
- data.tar.gz: 90536366f4022d84715e0479eaba30538bdc2363
3
+ metadata.gz: 6eba443a7557705de098dc57c7ddc04cff4d1fee
4
+ data.tar.gz: 769107845b57cda95938bf49e35633be0daee2fe
5
5
  SHA512:
6
- metadata.gz: bf465c728b4ed5f49b26e8314ae8b4d39094e313ff691c8cdec6f40c00ae54193eb8ca6b7d315cae99637c082208d2251dc6abf1630f3162a4402744c70d584e
7
- data.tar.gz: d779d99dae2027fb0f48ef327bba80eb240b9ca48055b1ee30979e4178eed88e4788d341cce394b0329da514e95535c36b377e13ced189ea447c2ea730aa6cd8
6
+ metadata.gz: 5398079d4eb19c45fac8dfa43619c2a6c2ced936ab4fa036b33688fd8d94dd7bafcb45773393fbe7bec48f00228fc871eba9cf7ac1133741371e20778f4183cb
7
+ data.tar.gz: e5df0905abd18cb1aceeedce28821fe9871afbec9978afe7be2e28a0b70d4d6b49ecab871c7877ee55ae606e75a2a232734b8d4426109b1a8a8175a072ed05e9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.2
1
+ 3.0.3
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: capistrano-pumaio 3.0.2 ruby lib
5
+ # stub: capistrano-pumaio 3.0.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "capistrano-pumaio"
9
- s.version = "3.0.2"
9
+ s.version = "3.0.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Leif Ringstad"]
14
- s.date = "2015-08-06"
14
+ s.date = "2015-10-28"
15
15
  s.description = "Capistrano recipes for puma using runit and monit. Includes nginx recipes for the app server."
16
16
  s.email = "leifcr@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -105,13 +105,12 @@ upstream <%= upstream_name_ssl %> {
105
105
  # you are using ssl as well as port 80.
106
106
  server {
107
107
  listen <%= fetch(:nginx_ssl_port) %>;
108
- client_max_body_size 500M;
109
108
  server_name <%= fetch(:server_names) %>;
110
109
  ssl on;
111
110
  ssl_certificate <%= fetch(:nginx_ssl_public_crt) %>;
112
111
  ssl_certificate_key <%= fetch(:nginx_ssl_private_key) %>;
113
112
  ssl_session_timeout 5m;
114
- client_max_body_size <%= fetch(:nginx_ssl_client_max_body_size) %>;
113
+ client_max_body_size <%= fetch(:nginx_ssl_client_max_body_size) %>;
115
114
 
116
115
  root <%= fetch(:deploy_to) %>/current/public;
117
116
  access_log <%= fetch(:nginx_app_log_path) %>/<%= environment %>_ssl.access.log;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-pumaio
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leif Ringstad
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-06 00:00:00.000000000 Z
11
+ date: 2015-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano