caploy 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ Capistrano::Configuration.instance.load do
24
24
  _cset (:unicorn_timeout) { 30 }
25
25
  _cset (:unicorn_listen_backlog) { 2048 }
26
26
  _cset (:sidekiq_redis_url) { nil }
27
- _cset (:sidekiq_redis_count) { nil }
27
+ _cset (:sidekiq_redis_count) { 1 }
28
28
  _cset (:unicorn_hard_restart) { false }
29
29
 
30
30
  namespace :unicorn do
@@ -1,3 +1,3 @@
1
1
  module Caploy
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: caploy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.2
5
+ version: 0.2.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Schiller