ajp-rails 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: ajp-rails
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.0.0
7
+ date: 2006-01-24 00:00:00 +09:00
8
+ summary: Ruby on Rails Runner, which uses AJP(Apache JServ Protocol) to cooperate with a HTTPd, instead of CGI or FastCGI
9
+ require_paths:
10
+ - lib
11
+ email: yugui@yugui.sakura.ne.jp
12
+ homepage:
13
+ rubyforge_project: ruby-ajp
14
+ description:
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.8.3
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ authors:
29
+ - Yugui
30
+ files:
31
+ - lib/ajp-rails/ajp_rails_dispatcher.rb
32
+ - lib/ajp-rails/rails-runner.rb
33
+ - lib/ajp-rails/rails-wrapper.rb
34
+ - bin/ajp-rails.rb
35
+ - example/example.config.yml
36
+ - example/example.workers.proerties
37
+ - example/example.htaccess
38
+ - NEWS.en
39
+ - NEWS.ja
40
+ - Install.en
41
+ - Install.ja
42
+ - README.en
43
+ - README.ja
44
+ - Rakefile
45
+ - ajp-rails.gemspec
46
+ - setup.rb
47
+ - COPYING
48
+ test_files: []
49
+
50
+ rdoc_options: []
51
+
52
+ extra_rdoc_files: []
53
+
54
+ executables: []
55
+
56
+ extensions: []
57
+
58
+ requirements: []
59
+
60
+ dependencies:
61
+ - - ruby-ajp
62
+ - ">= 0.2.0"
63
+ - - rails
64
+ - ">= 0.14"