capistrano-unicorn-nginx-osx 3.4.0.2 → 3.4.0.3

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: 5d006300ef91102db029ebd01ec02981a491aa12
4
- data.tar.gz: b265aaa831fe06b235fc31b628c0907d1b361043
3
+ metadata.gz: 017e1b944053edcacb0b3a025e3d24d726254922
4
+ data.tar.gz: 7d311c40c9ce36b332b6b97ac20254c58055e6fe
5
5
  SHA512:
6
- metadata.gz: 60872ee1c3e57a495e20b40c948e9086348326fdc3b5d16ec3c6f1a05910c3386398b0d598db25d489b45c680531c00eeae82b9bb435a1b2a2955b9455139bea
7
- data.tar.gz: 035dc0fd5115264c4ba5f8bb3a5e18288d1ee8228c1fdb5c1add3086bf3ebc06f876e3febcaaee00c50920c51c19fa70d577ad8a43ba24628ca8bd76eabd7fa4
6
+ metadata.gz: 428f819397be1f4eaebe0dc1c0d1dd044015bc6c7a14139131eef8f069f0a899fdf1e09820cca25ca3fbf6b1a57dce3fb819bb5a31181ec80dede47542101b57
7
+ data.tar.gz: 6cc568895f60450edb64ecadb49b20cc3ca8c13341e2669102bf788657cc5b01bfe36bce5036be348b4f2f15029ae17e2171560b2f0e9a2b5175fc393175f8c1
data/.gitignore CHANGED
@@ -17,3 +17,4 @@ test/version_tmp
17
17
  tmp
18
18
  /vendor/ruby
19
19
  .idea
20
+ .rbenv-gemsets
@@ -2,7 +2,7 @@ module Capistrano
2
2
  module DSL
3
3
  module NginxPaths
4
4
 
5
- def nginx_servers_file
5
+ def nginx_config_file
6
6
  "#{fetch(:nginx_location)}/servers/#{fetch(:nginx_config_name)}"
7
7
  end
8
8
 
@@ -11,7 +11,7 @@ namespace :load do
11
11
  set :nginx_pid, nginx_default_pid_file
12
12
  # set :nginx_server_name # default set in the `nginx:defaults` task
13
13
  # ssl options
14
- set :nginx_location, -> { "#{fetch(:nginx_service_path)}" }
14
+ set :nginx_location, '/usr/local/etc/nginx'
15
15
  set :nginx_use_ssl, false
16
16
  set :nginx_use_spdy, false
17
17
  # if true, passes the SSL client certificate to the application server for consumption in Ruby code
@@ -42,7 +42,7 @@ namespace :nginx do
42
42
  desc 'Setup nginx configuration'
43
43
  task :setup do
44
44
  on roles :web do
45
- sudo_upload! template('nginx_conf.erb'), nginx_servers_file
45
+ sudo_upload! template('nginx_conf.erb'), nginx_config_file
46
46
  end
47
47
  end
48
48
 
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module UnicornNginxOsx
3
- VERSION = "3.4.0.2"
3
+ VERSION = "3.4.0.3"
4
4
  end
5
5
  end
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.2
4
+ version: 3.4.0.3
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-30 00:00:00.000000000 Z
13
+ date: 2015-11-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: capistrano
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  version: '0'
125
125
  requirements: []
126
126
  rubyforge_project:
127
- rubygems_version: 2.4.5
127
+ rubygems_version: 2.4.8
128
128
  signing_key:
129
129
  specification_version: 4
130
130
  summary: Capistrano tasks for automatic and sensible unicorn + nginx configuraion