hooves 0.6 → 0.7

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.
Files changed (2) hide show
  1. data/lib/hooves/unicorn.rb +1 -1
  2. metadata +5 -5
@@ -25,7 +25,7 @@ module Hooves
25
25
  options[:config_file] = find_config_file
26
26
 
27
27
  # :pid option is stronly discouraged except in unicorn config file
28
- uni_options = options.select { |k, v| [:listeners, :worker_processes, :config_file, :timeout].include?(k) }
28
+ uni_options = Hash[options.select { |k, v| [:listeners, :worker_processes, :config_file, :timeout].include?(k) }]
29
29
 
30
30
  if daemonize
31
31
  ::Unicorn::Launcher.daemonize!(uni_options)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hooves
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
4
+ version: '0.7'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-06 00:00:00.000000000 Z
12
+ date: 2012-03-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: unicorn
16
- requirement: &2164337280 !ruby/object:Gem::Requirement
16
+ requirement: &2152718280 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>'
@@ -21,8 +21,8 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2164337280
25
- description:
24
+ version_requirements: *2152718280
25
+ description: Rack handler for unicorn meant to be used with the `rails server` command
26
26
  email: jstorimer@gmail.com
27
27
  executables: []
28
28
  extensions: []