soprano 0.60 → 0.61

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Capone
2
- VERSION = "0.60"
2
+ VERSION = "0.61"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  on :load do
2
- strategy = fetch(:daemon_strategy)
2
+ strategy = fetch(:daemon_strategy, nil)
3
3
 
4
- if [:passenger, :mongrel_cluster].include? strategy
4
+ if strategy && [:passenger, :mongrel_cluster].include?(strategy)
5
5
  puts "Providing strategy via set :daemon_strategy, #{strategy} is deprecated!"
6
6
  puts "Use require 'servers/#{strategy}' instead."
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soprano
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.60'
4
+ version: '0.61'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: