mongrel 1.1.5 → 1.2.0.pre2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,20 +0,0 @@
1
- -----BEGIN CERTIFICATE-----
2
- MIIDUDCCAjigAwIBAgIBADANBgkqhkiG9w0BAQUFADBOMRwwGgYDVQQDDBNtb25n
3
- cmVsLWRldmVsb3BtZW50MRkwFwYKCZImiZPyLGQBGRYJcnVieWZvcmdlMRMwEQYK
4
- CZImiZPyLGQBGRYDb3JnMB4XDTA3MDkxNjEwMzI0OVoXDTA4MDkxNTEwMzI0OVow
5
- TjEcMBoGA1UEAwwTbW9uZ3JlbC1kZXZlbG9wbWVudDEZMBcGCgmSJomT8ixkARkW
6
- CXJ1Ynlmb3JnZTETMBEGCgmSJomT8ixkARkWA29yZzCCASIwDQYJKoZIhvcNAQEB
7
- BQADggEPADCCAQoCggEBAMb9v3B01eOHk3FyypbQgKXzJplUE5P6dXoG+xpPm0Lv
8
- P7BQmeMncOwqQ7zXpVQU+lTpXtQFTsOE3vL7KnhQFJKGvUAkbh24VFyopu1I0yqF
9
- mGu4nRqNXGXVj8TvLSj4S1WpSRLAa0acLPNyKhGmoV9+crqQypSjM6XKjBeppifo
10
- 4eBmWGjiJEYMIJBvJZPJ4rAVDDA8C6CM1m3gMBGNh8ELDhU8HI9AP3dMIkTI2Wx9
11
- 9xkJwHdroAaS0IFFtYChrwee4FbCF1FHDgoTosMwa47DrLHg4hZ6ojaKwK5QVWEV
12
- XGb6ju5UqpktnSWF2W+Lvl/K0tI42OH2CAhebT1gEVUCAwEAAaM5MDcwCQYDVR0T
13
- BAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFGHChyMSZ16u9WOzKhgJSQ9lqDc5
14
- MA0GCSqGSIb3DQEBBQUAA4IBAQA/lfeN2WdB1xN+82tT7vNS4HOjRQw6MUh5yktu
15
- GQjaGqm0UB+aX0Z9y0B0qpfv9rj7nmIvEGiwBmDepNWYCGuW15JyqpN7QVVnG2xS
16
- Mrame7VqgjM7A+VGDD5In5LtWbM/CHAATvvFlQ5Ph13YE1EdnVbZ65c+KQv+5sFY
17
- Q+zEop74d878uaC/SAHHXS46TiXneocaLSYw1CEZs/MAIy+9c4Q5ESbGpgnfg1Ad
18
- 6lwl7k3hsNHO/+tZzx4HJtOXDI1yAl3+q6T9J0yI3z97EinwvAKhS1eyOI2Y5eeT
19
- tbQaNYkU127B3l/VNpd8fQm3Jkl/PqCCmDBQjUszFrJEODug
20
- -----END CERTIFICATE-----
@@ -1,235 +0,0 @@
1
-
2
- # Gem::Specification for Mongrel-1.1.5
3
- # Originally generated by Echoe
4
-
5
- Gem::Specification.new do |s|
6
- s.name = %q{mongrel}
7
- s.version = "1.1.5"
8
-
9
- s.specification_version = 2 if s.respond_to? :specification_version=
10
-
11
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
- s.authors = ["Zed A. Shaw"]
13
- s.date = %q{2008-05-22}
14
- s.default_executable = %q{mongrel_rails}
15
- s.description = %q{A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps.}
16
- s.email = %q{}
17
- s.executables = ["mongrel_rails"]
18
- s.extensions = ["ext/http11/extconf.rb"]
19
- s.extra_rdoc_files = ["CHANGELOG", "COPYING", "lib/mongrel/camping.rb", "lib/mongrel/cgi.rb", "lib/mongrel/command.rb", "lib/mongrel/configurator.rb", "lib/mongrel/const.rb", "lib/mongrel/debug.rb", "lib/mongrel/gems.rb", "lib/mongrel/handlers.rb", "lib/mongrel/header_out.rb", "lib/mongrel/http_request.rb", "lib/mongrel/http_response.rb", "lib/mongrel/init.rb", "lib/mongrel/rails.rb", "lib/mongrel/stats.rb", "lib/mongrel/tcphack.rb", "lib/mongrel/uri_classifier.rb", "lib/mongrel.rb", "LICENSE", "README"]
20
- s.has_rdoc = true
21
- s.homepage = %q{http://mongrel.rubyforge.org}
22
- s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Mongrel", "--main", "README"]
23
- s.require_paths = ["lib", "ext"]
24
- s.required_ruby_version = Gem::Requirement.new(">= 1.8.4")
25
- s.rubyforge_project = %q{mongrel}
26
- s.rubygems_version = %q{1.0.1}
27
- s.summary = %q{A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps.}
28
- s.test_files = ["test/test_cgi_wrapper.rb", "test/test_command.rb", "test/test_conditional.rb", "test/test_configurator.rb", "test/test_debug.rb", "test/test_handlers.rb", "test/test_http11.rb", "test/test_redirect_handler.rb", "test/test_request_progress.rb", "test/test_response.rb", "test/test_stats.rb", "test/test_uriclassifier.rb", "test/test_ws.rb"]
29
-
30
- s.add_dependency(%q<gem_plugin>, [">= 0.2.3"])
31
- s.add_dependency(%q<daemons>, [">= 1.0.3"])
32
- s.add_dependency(%q<fastthread>, [">= 1.0.1"])
33
- s.add_dependency(%q<cgi_multipart_eof_fix>, [">= 2.4"])
34
- end
35
-
36
-
37
- # # Original Rakefile source (requires the Echoe gem):
38
- #
39
- #
40
- # require 'rubygems'
41
- # gem 'echoe', '>=2.7.5'
42
- # require 'echoe'
43
- #
44
- # e = Echoe.new("mongrel") do |p|
45
- # p.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps."
46
- # p.author ="Zed A. Shaw"
47
- # p.clean_pattern = ['ext/http11/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'lib/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'ext/http11/Makefile', 'pkg', 'lib/*.bundle', '*.gem', 'site/output', '.config', 'lib/http11.jar', 'ext/http11_java/classes', 'coverage', 'doc']
48
- # p.url = "http://mongrel.rubyforge.org"
49
- # p.rdoc_pattern = ['README', 'LICENSE', 'CHANGELOG', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
50
- # p.docs_host = 'mongrel.cloudbur.st:/home/eweaver/www/mongrel/htdocs/web'
51
- # p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/
52
- # p.ruby_version = '>=1.8.4'
53
- # p.dependencies = ['gem_plugin >=0.2.3']
54
- # p.extension_pattern = nil
55
- #
56
- # when 'eweaver'
57
- # when 'luislavena'
58
- # end
59
- #
60
- # p.need_tar_gz = false
61
- # p.need_tgz = true
62
- #
63
- # if RUBY_PLATFORM !~ /mswin|java/
64
- # p.extension_pattern = ["ext/**/extconf.rb"]
65
- # end
66
- #
67
- # p.eval = proc do
68
- # case RUBY_PLATFORM
69
- # when /mswin/
70
- # self.files += ['lib/http11.so']
71
- # self.platform = Gem::Platform::CURRENT
72
- # add_dependency('cgi_multipart_eof_fix', '>= 2.4')
73
- # when /java/
74
- # self.files += ['lib/http11.jar']
75
- # self.platform = 'jruby' # XXX Is this right?
76
- # else
77
- # add_dependency('daemons', '>= 1.0.3')
78
- # add_dependency('fastthread', '>= 1.0.1')
79
- # add_dependency('cgi_multipart_eof_fix', '>= 2.4')
80
- # end
81
- # end
82
- #
83
- # end
84
- #
85
- # #### Ragel builder
86
- #
87
- # desc "Rebuild the Ragel sources"
88
- # task :ragel do
89
- # Dir.chdir "ext/http11" do
90
- # target = "http11_parser.c"
91
- # File.unlink target if File.exist? target
92
- # sh "ragel http11_parser.rl | rlgen-cd -G2 -o #{target}"
93
- # raise "Failed to build C source" unless File.exist? target
94
- # end
95
- # Dir.chdir "ext/http11" do
96
- # target = "../../ext/http11_java/org/jruby/mongrel/Http11Parser.java"
97
- # File.unlink target if File.exist? target
98
- # sh "ragel -J http11_parser.java.rl | rlgen-java -o #{target}"
99
- # raise "Failed to build Java source" unless File.exist? target
100
- # end
101
- # end
102
- #
103
- # #### Pre-compiled extensions for alternative platforms
104
- #
105
- # def move_extensions
106
- # Dir["ext/**/*.#{Config::CONFIG['DLEXT']}"].each { |file| mv file, "lib/" }
107
- # end
108
- #
109
- # def java_classpath_arg
110
- # # A myriad of ways to discover the JRuby classpath
111
- # classpath = begin
112
- # require 'java'
113
- # # Already running in a JRuby JVM
114
- # Java::java.lang.System.getProperty('java.class.path')
115
- # rescue LoadError
116
- # ENV['JRUBY_PARENT_CLASSPATH'] || ENV['JRUBY_HOME'] && FileList["#{ENV['JRUBY_HOME']}/lib/*.jar"].join(File::PATH_SEPARATOR)
117
- # end
118
- # classpath ? "-cp #{classpath}" : ""
119
- # end
120
- #
121
- # case RUBY_PLATFORM
122
- # when /mswin/
123
- # filename = "lib/http11.so"
124
- # file filename do
125
- # Dir.chdir("ext/http11") do
126
- # ruby "extconf.rb"
127
- # system(PLATFORM =~ /mswin/ ? 'nmake' : 'make')
128
- # end
129
- # move_extensions
130
- # end
131
- # task :compile => [filename]
132
- #
133
- # when /java/
134
- #
135
- # # Avoid JRuby in-process launching problem
136
- # begin
137
- # require 'jruby'
138
- # JRuby.runtime.instance_config.run_ruby_in_process = false
139
- # rescue LoadError
140
- # end
141
- #
142
- # filename = "lib/http11.jar"
143
- # file filename do
144
- # build_dir = "ext/http11_java/classes"
145
- # mkdir_p build_dir
146
- # sources = FileList['ext/http11_java/**/*.java'].join(' ')
147
- # sh "javac -target 1.4 -source 1.4 -d #{build_dir} #{java_classpath_arg} #{sources}"
148
- # sh "jar cf lib/http11.jar -C #{build_dir} ."
149
- # move_extensions
150
- # end
151
- # task :compile => [filename]
152
- #
153
- # end
154
- #
155
- # #### Project-wide install and uninstall tasks
156
- #
157
- # def sub_project(project, *targets)
158
- # targets.each do |target|
159
- # Dir.chdir "projects/#{project}" do
160
- # unless RUBY_PLATFORM =~ /mswin/
161
- # sh("rake #{target.to_s}") # --trace
162
- # end
163
- # end
164
- # end
165
- # end
166
- #
167
- # desc "Package Mongrel and all subprojects"
168
- # task :package_all => [:package] do
169
- # sub_project("gem_plugin", :package)
170
- # sub_project("cgi_multipart_eof_fix", :package)
171
- # sub_project("fastthread", :package)
172
- # sub_project("mongrel_status", :package)
173
- # sub_project("mongrel_upload_progress", :package)
174
- # sub_project("mongrel_console", :package)
175
- # sub_project("mongrel_cluster", :package)
176
- # sub_project("mongrel_experimental", :package)
177
- #
178
- # sh("rake java package") unless RUBY_PLATFORM =~ /java/
179
- #
180
- # # XXX Broken by RubyGems 0.9.5
181
- # # sub_project("mongrel_service", :package) if RUBY_PLATFORM =~ /mswin/
182
- # # sh("rake mswin package") unless RUBY_PLATFORM =~ /mswin/
183
- # end
184
- #
185
- # task :install_requirements do
186
- # # These run before Mongrel is installed
187
- # sub_project("gem_plugin", :install)
188
- # sub_project("cgi_multipart_eof_fix", :install)
189
- # sub_project("fastthread", :install)
190
- # end
191
- #
192
- # desc "for Mongrel and all subprojects"
193
- # task :install => [:install_requirements] do
194
- # # These run after Mongrel is installed
195
- # sub_project("mongrel_status", :install)
196
- # sub_project("mongrel_upload_progress", :install)
197
- # sub_project("mongrel_console", :install)
198
- # sub_project("mongrel_cluster", :install)
199
- # # sub_project("mongrel_experimental", :install)
200
- # sub_project("mongrel_service", :install) if RUBY_PLATFORM =~ /mswin/
201
- # end
202
- #
203
- # desc "for Mongrel and all its subprojects"
204
- # task :uninstall => [:clean] do
205
- # sub_project("mongrel_status", :uninstall)
206
- # sub_project("cgi_multipart_eof_fix", :uninstall)
207
- # sub_project("mongrel_upload_progress", :uninstall)
208
- # sub_project("mongrel_console", :uninstall)
209
- # sub_project("gem_plugin", :uninstall)
210
- # sub_project("fastthread", :uninstall)
211
- # # sub_project("mongrel_experimental", :uninstall)
212
- # sub_project("mongrel_service", :uninstall) if RUBY_PLATFORM =~ /mswin/
213
- # end
214
- #
215
- # desc "for Mongrel and all its subprojects"
216
- # task :clean do
217
- # sub_project("gem_plugin", :clean)
218
- # sub_project("cgi_multipart_eof_fix", :clean)
219
- # sub_project("fastthread", :clean)
220
- # sub_project("mongrel_status", :clean)
221
- # sub_project("mongrel_upload_progress", :clean)
222
- # sub_project("mongrel_console", :clean)
223
- # sub_project("mongrel_cluster", :clean)
224
- # sub_project("mongrel_experimental", :clean)
225
- # sub_project("mongrel_service", :clean) if RUBY_PLATFORM =~ /mswin/
226
- # end
227
- #
228
- # #### Site upload tasks
229
- #
230
- # namespace :site do
231
- # desc "Upload the coverage report"
232
- # task :coverage => [:rcov] do
233
- # sh "rsync -azv --no-perms --no-times test/coverage/* mongrel.cloudbur.st:/home/eweaver/www/mongrel/htdocs/web/coverage" rescue nil
234
- # end
235
- # end
metadata.gz.sig DELETED
Binary file