caploy 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,7 +39,7 @@ after_fork do |server, worker|
39
39
  if defined?(Sidekiq)
40
40
  Sidekiq.configure_client do |config|
41
41
  <% if sidekiq_redis_url %>
42
- config.redis = { :url => <%= sidekiq_redis_url %>, :size => <%= sidekiq_redis_count %> }
42
+ config.redis = { :url => '<%= sidekiq_redis_url %>', :size => <%= sidekiq_redis_count %> }
43
43
  <% else %>
44
44
  config.redis = { :size => <%= sidekiq_redis_count %> }
45
45
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module Caploy
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
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.1.8
5
+ version: 0.1.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Schiller