capistrano3-unicorn-nginx 0.1.0 → 0.1.1

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: 0a689222c4386b4d95277b5ddd7dd19a37b2365c
4
- data.tar.gz: 06fc11cf6c894976c29f81331182e50ce6dae74b
3
+ metadata.gz: af5c808a71492133519a9e85a3244d359018c46b
4
+ data.tar.gz: 9596df2a25bb6dde3ff88bc38803178d22c07ffd
5
5
  SHA512:
6
- metadata.gz: 8f4a869ea25b864982db869f568b1f114d038afc8cd1d03a914adf6c135d3fd92f70cd9593433a693e0f6fc1950769d0103cabb3522adcc8a285563400012736
7
- data.tar.gz: 5354a1a16e2c76a454ee4c47de2c787a0e5962d40ecd73e4b7c1245591b36e4a583a59beb525272076fcf8bf1b981ce87f071ca530a67c575e4f732cda0b92ea
6
+ metadata.gz: d54fce7c35402a8ece5b23649fa55d76512ad30b810610d9800f129ef92c2e58716ec2ea9cf56044e1e60779c2aba6c47371c266e372ab21a16f148d55b837ce
7
+ data.tar.gz: 9533385ddecff14cef1e5feea9c8d0dda0eb9227a402a9240c36f68559b2dd22c6548829990c1101126c69f5d676458ee2457ff081ed80cb86b37f33e3527112
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'capistrano3-unicorn-nginx'
7
- s.version = '0.1.0'
7
+ s.version = '0.1.1'
8
8
  s.date = '2019-02-01'
9
9
  s.summary = "Capistrano tasks for automatic and sensible unicorn configuration"
10
10
  s.description = <<-EOF.gsub(/^\s+/, '')
@@ -121,7 +121,7 @@ namespace :unicorn do
121
121
  desc "Unicorn generate config file"
122
122
  task :setup do
123
123
  on roles(fetch(:unicorn_roles)) do
124
- execute(:mkdir, '-pv', File.dirname(fetch(:unicorn_config_path))) unless file_exists?(fetch(:unicorn_config_file))
124
+ execute(:mkdir, '-pv', File.dirname(fetch(:unicorn_config_path))) unless file_exists?(fetch(:unicorn_config_path))
125
125
  upload! template('unicorn.rb.erb'), fetch(:unicorn_config_path)
126
126
  end
127
127
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano3-unicorn-nginx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - truongkma