cuca 0.03 → 0.04

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuca
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.03"
4
+ version: "0.04"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Boese
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-05-18 00:00:00 +01:00
12
+ date: 2008-06-17 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -36,14 +36,17 @@ executables:
36
36
  - cuca
37
37
  extensions: []
38
38
 
39
- extra_rdoc_files: []
40
-
39
+ extra_rdoc_files:
40
+ - CHANGELOG
41
41
  files:
42
42
  - bin/cuca
43
43
  - lib/cuca.rb
44
44
  - lib/cuca
45
45
  - lib/cuca/cgi_fix.rb
46
46
  - lib/cuca/controller.rb
47
+ - lib/cuca/config.rb
48
+ - lib/cuca/urlmap2.rb
49
+ - lib/cuca/urlmap-original.rb
47
50
  - lib/cuca/stdlib
48
51
  - lib/cuca/stdlib/arview.rb
49
52
  - lib/cuca/stdlib/form.rb
@@ -72,6 +75,31 @@ files:
72
75
  - lib/cuca/urlmap.rb
73
76
  - lib/cuca/layout.rb
74
77
  - lib/cuca/const.rb
78
+ - tests/generator_markaby.rb
79
+ - tests/controller.rb
80
+ - tests/widget.rb
81
+ - tests/mimetypes.rb
82
+ - tests/app.rb
83
+ - tests/test_app
84
+ - tests/test_app/log
85
+ - tests/test_app/log/messages
86
+ - tests/test_app/README
87
+ - tests/test_app/app
88
+ - tests/test_app/app/user
89
+ - tests/test_app/app/user/__username
90
+ - tests/test_app/app/user/__username/index.rb
91
+ - tests/test_app/app/user/list.rb
92
+ - tests/test_app/app/_views
93
+ - tests/test_app/app/_views/test_template.rhtml
94
+ - tests/test_app/app/agent
95
+ - tests/test_app/app/agent/index.rb
96
+ - tests/test_app/app/agent/list.rb
97
+ - tests/test_app/conf
98
+ - tests/test_app/conf/config.rb
99
+ - tests/test_app/conf/environment.rb
100
+ - tests/urlmap.rb
101
+ - tests/generator_view.rb
102
+ - tests/all.rb
75
103
  - application_skeleton/log
76
104
  - application_skeleton/log/messages
77
105
  - application_skeleton/log/error.log
@@ -110,6 +138,7 @@ files:
110
138
  - application_skeleton/conf
111
139
  - application_skeleton/conf/config.rb
112
140
  - application_skeleton/conf/environment.rb
141
+ - CHANGELOG
113
142
  has_rdoc: true
114
143
  homepage: http://cuca.rubyforge.org/
115
144
  post_install_message: