mongrel 1.0.2 → 1.0.3

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.
data.tar.gz.sig CHANGED
Binary file
data/CHANGELOG CHANGED
@@ -1,2 +1,4 @@
1
1
 
2
+ v1.0.3. Fix user-switching bug; make people upgrade to the latest from the RC.
3
+
2
4
  v1.0.2. Signed gem; many minor bugfixes and patches.
@@ -60,7 +60,7 @@ module Mongrel
60
60
 
61
61
  if uid != target_uid or gid != target_gid
62
62
  log "Initiating groups for #{user.inspect}:#{group.inspect}."
63
- Process.initgroups(user, target_id)
63
+ Process.initgroups(user, target_gid)
64
64
 
65
65
  log "Changing group to #{group.inspect}."
66
66
  Process::GID.change_privilege(target_gid)
@@ -1,16 +1,16 @@
1
1
 
2
- # Gem::Specification for Mongrel-1.0.2
2
+ # Gem::Specification for Mongrel-1.0.3
3
3
  # Originally generated by Echoe
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = %q{mongrel}
7
- s.version = "1.0.2"
7
+ s.version = "1.0.3"
8
8
 
9
9
  s.specification_version = 2 if s.respond_to? :specification_version=
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["Zed A. Shaw"]
13
- s.date = %q{2007-10-26}
13
+ s.date = %q{2007-10-27}
14
14
  s.default_executable = %q{mongrel_rails}
15
15
  s.description = %q{A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps.}
16
16
  s.email = %q{}
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4.6
3
3
  specification_version: 2
4
4
  name: mongrel
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.2
7
- date: 2007-10-26 00:00:00 -04:00
6
+ version: 1.0.3
7
+ date: 2007-10-27 00:00:00 -04:00
8
8
  summary: A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps.
9
9
  require_paths:
10
10
  - lib
metadata.gz.sig CHANGED
Binary file