monorail 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.10
2
+ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: monorail
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
7
- date: 2006-04-23
6
+ version: 0.0.3
7
+ date: 2006-04-28 00:00:00 -04:00
8
8
  summary: Monorail Web-development and deployment framework
9
9
  require_paths:
10
- - lib
11
- - bin
10
+ - lib
11
+ - bin
12
12
  email: garbagecat10@gmail.com
13
13
  homepage: http://rubyforge.org/projects/monorail
14
14
  rubyforge_project:
@@ -19,46 +19,65 @@ bindir: bin
19
19
  has_rdoc: true
20
20
  required_ruby_version: !ruby/object:Gem::Version::Requirement
21
21
  requirements:
22
- -
23
- - ">"
24
- - !ruby/object:Gem::Version
25
- version: 0.0.0
22
+ - - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
26
25
  version:
27
26
  platform: ruby
27
+ signing_key:
28
+ cert_chain:
28
29
  authors: []
30
+
29
31
  files:
30
- - bin/monorail
31
- - lib/monorail.rb
32
- - lib/monorail
33
- - lib/monorail/monotreme.rb
34
- - lib/monorail/monorail_webd.rb
35
- - lib/monorail/app.rb
36
- - ext/rubyhttp.cpp
37
- - ext/http.h
38
- - ext/http.cpp
39
- - ext/extconf.rb
40
- - tests/testem.rb
41
- - README
42
- - RELEASE_NOTES
32
+ - bin/monorail
33
+ - lib/monorail
34
+ - lib/version.rb
35
+ - lib/monorail.rb
36
+ - lib/monorail/congen.rb
37
+ - lib/monorail/server.rb
38
+ - lib/monorail/appgen.rb
39
+ - lib/monorail/monotreme.rb
40
+ - lib/monorail/monorail_webd.rb
41
+ - lib/monorail/app.rb
42
+ - ext/http.cpp
43
+ - ext/rubyhttp.cpp
44
+ - ext/extconf.rb
45
+ - ext/http.h
46
+ - skel/c
47
+ - skel/public
48
+ - skel/c/sample.rb
49
+ - skel/c/sample
50
+ - skel/c/sample/sample_page
51
+ - skel/public/css
52
+ - skel/public/img
53
+ - skel/public/javascript
54
+ - skel/public/index.html
55
+ - skel/public/javascript/prototype.js
56
+ - tests/testem.rb
57
+ - README
58
+ - RELEASE_NOTES
59
+ - COPYING
43
60
  test_files:
44
- - tests/testem.rb
61
+ - tests/testem.rb
45
62
  rdoc_options: []
63
+
46
64
  extra_rdoc_files:
47
- - README
48
- - RELEASE_NOTES
65
+ - README
66
+ - RELEASE_NOTES
67
+ - COPYING
49
68
  executables:
50
- - monorail
69
+ - monorail
51
70
  extensions:
52
- - ext/extconf.rb
71
+ - ext/extconf.rb
53
72
  requirements: []
73
+
54
74
  dependencies:
55
- - !ruby/object:Gem::Dependency
56
- name: eventmachine
57
- version_requirement:
58
- version_requirements: !ruby/object:Gem::Version::Requirement
59
- requirements:
60
- -
61
- - ">="
62
- - !ruby/object:Gem::Version
63
- version: 0.4.2
64
- version:
75
+ - !ruby/object:Gem::Dependency
76
+ name: eventmachine
77
+ version_requirement:
78
+ version_requirements: !ruby/object:Gem::Version::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: 0.4.2
83
+ version: