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 +0 -0
- data/CHANGELOG +2 -0
- data/lib/mongrel/configurator.rb +1 -1
- data/mongrel.gemspec +3 -3
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG
CHANGED
data/lib/mongrel/configurator.rb
CHANGED
|
@@ -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,
|
|
63
|
+
Process.initgroups(user, target_gid)
|
|
64
64
|
|
|
65
65
|
log "Changing group to #{group.inspect}."
|
|
66
66
|
Process::GID.change_privilege(target_gid)
|
data/mongrel.gemspec
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
|
|
2
|
-
# Gem::Specification for Mongrel-1.0.
|
|
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.
|
|
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-
|
|
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.
|
|
7
|
-
date: 2007-10-
|
|
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
|