capistrano-unicorn-nginx-osx 3.4.0.1 → 3.4.0.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d006300ef91102db029ebd01ec02981a491aa12
|
4
|
+
data.tar.gz: b265aaa831fe06b235fc31b628c0907d1b361043
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60872ee1c3e57a495e20b40c948e9086348326fdc3b5d16ec3c6f1a05910c3386398b0d598db25d489b45c680531c00eeae82b9bb435a1b2a2955b9455139bea
|
7
|
+
data.tar.gz: 035dc0fd5115264c4ba5f8bb3a5e18288d1ee8228c1fdb5c1add3086bf3ebc06f876e3febcaaee00c50920c51c19fa70d577ad8a43ba24628ca8bd76eabd7fa4
|
data/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
# Capistrano::UnicornNginxOsx
|
2
2
|
|
3
|
-
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/capistrano-unicorn-nginx-osx.svg)](https://badge.fury.io/rb/capistrano-unicorn-nginx-osx)
|
4
|
+
|
5
|
+
Capistrano tasks for automatic and sensible unicorn + nginx configuraion, especially, for Mac OSX server. This was customized to work on Mac OSX server, based upon [capistrano-plugins/capistrano-unicorn-nginx](https://github.com/capistrano-plugins/capistrano-unicorn-nginx) gem
|
4
6
|
|
5
7
|
Goals of this plugin:
|
6
8
|
|
@@ -26,7 +28,7 @@ Add this to `Gemfile`:
|
|
26
28
|
|
27
29
|
group :development do
|
28
30
|
gem 'capistrano', '~> 3.4.0'
|
29
|
-
gem 'capistrano-unicorn-nginx-osx', '~> 3.4.0.
|
31
|
+
gem 'capistrano-unicorn-nginx-osx', '~> 3.4.0.2'
|
30
32
|
end
|
31
33
|
|
32
34
|
And then:
|
@@ -7,8 +7,7 @@ include Capistrano::DSL::NginxPaths
|
|
7
7
|
namespace :load do
|
8
8
|
task :defaults do
|
9
9
|
set :templates_path, 'config/deploy/templates'
|
10
|
-
set :nginx_config_name, "
|
11
|
-
# set :nginx_config_name, -> { "#{fetch(:application)}_#{fetch(:stage)}" }
|
10
|
+
set :nginx_config_name, -> { "#{fetch(:application)}_#{fetch(:stage)}" }
|
12
11
|
set :nginx_pid, nginx_default_pid_file
|
13
12
|
# set :nginx_server_name # default set in the `nginx:defaults` task
|
14
13
|
# ssl options
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-unicorn-nginx-osx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.0.
|
4
|
+
version: 3.4.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ruben Stranders
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2015-10-
|
13
|
+
date: 2015-10-30 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: capistrano
|