ruby-lsapi 1.3

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: ruby-lsapi
5
+ version: !ruby/object:Gem::Version
6
+ version: "1.3"
7
+ date: 2006-07-20 00:00:00 -04:00
8
+ summary: A ruby extension for fast communication with LiteSpeed Web Server.
9
+ require_paths:
10
+ - lib
11
+ email:
12
+ homepage:
13
+ rubyforge_project:
14
+ description:
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ authors:
29
+ - LiteSpeed Technologies Inc.
30
+ files:
31
+ - README
32
+ - examples
33
+ - examples/testlsapi.rb
34
+ - examples/lsapi_with_cgi.rb
35
+ - ext
36
+ - ext/lsapi
37
+ - ext/lsapi/extconf.rb
38
+ - ext/lsapi/lsapidef.h
39
+ - ext/lsapi/lsapilib.c
40
+ - ext/lsapi/lsapilib.h
41
+ - ext/lsapi/lsruby.c
42
+ - rails
43
+ - rails/dispatch.lsapi
44
+ - scripts
45
+ - scripts/lsruby_runner.rb
46
+ - setup.rb
47
+ test_files: []
48
+
49
+ rdoc_options: []
50
+
51
+ extra_rdoc_files:
52
+ - README
53
+ executables: []
54
+
55
+ extensions:
56
+ - ext/lsapi/extconf.rb
57
+ requirements: []
58
+
59
+ dependencies: []
60
+