ruby-style 1.0.0 → 1.0.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.
Files changed (3) hide show
  1. data/lib/RailsSCGIStyle.rb +1 -1
  2. data/lib/style.rb +1 -1
  3. metadata +4 -4
@@ -8,7 +8,7 @@ class RailsSCGIStyle < SCGI::Processor
8
8
  ENV['RAILS_ENV'] = settings[:environment] || 'production'
9
9
  $0 += " environment:#{ENV['RAILS_ENV']}"
10
10
  require "config/environment"
11
- ActiveRecord::Base.threaded_connections = false
11
+ ActiveRecord::Base.allow_concurrency = false
12
12
  require 'dispatcher'
13
13
  super(settings)
14
14
  @guard = Mutex.new
data/lib/style.rb CHANGED
@@ -414,7 +414,7 @@ class Style
414
414
  -k, --killtime Number of seconds to wait when killing each child [2]
415
415
  -l, --logfile Where to redirect STDOUT and STDERR [log/style.log]
416
416
  -n, --number Number of ports to which to bind [1]
417
- -p, --port Starting port to bind to [9999]
417
+ -p, --port Starting port to which to bind [9999]
418
418
  -P, --pidfile Location of pid file [log/style.pid]
419
419
  -s, --style Type of style to use [RailsMongrel]
420
420
  -u, --unsupervised Whether to run unsupervised [No]
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.0
2
+ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: ruby-style
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.0
7
- date: 2007-09-07 00:00:00 -07:00
6
+ version: 1.0.1
7
+ date: 2007-12-08 00:00:00 -08:00
8
8
  summary: Supervised TCPServer, Yielding Listeners Easily
9
9
  require_paths:
10
10
  - lib
11
11
  email: code@jeremyevans.net
12
12
  homepage:
13
- rubyforge_project:
13
+ rubyforge_project: ruby-style
14
14
  description:
15
15
  autorequire:
16
16
  default_executable: