rant 0.5.4 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -3,11 +3,11 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: rant
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.5.4
7
- date: 2005-12-18 00:00:00 +01:00
6
+ version: 0.5.6
7
+ date: 2006-05-26 00:00:00 +02:00
8
8
  summary: Rant is a Ruby based build tool.
9
9
  require_paths:
10
- - lib
10
+ - lib
11
11
  email: langstefan@gmx.at
12
12
  homepage: http://make.rubyforge.org
13
13
  rubyforge_project: make
@@ -15,399 +15,403 @@ description:
15
15
  autorequire:
16
16
  default_executable:
17
17
  bindir:
18
- - bin
18
+ - bin
19
19
  has_rdoc: false
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
28
27
  signing_key:
29
28
  cert_chain:
30
29
  authors:
31
- -
32
- - Stefan Lang
30
+ - - Stefan Lang
33
31
  files:
34
- - NEWS
35
- - README
36
- - INSTALL
37
- - COPYING
38
- - Rantfile
39
- - install.rb
40
- - setup.rb
41
- - run_rant
42
- - run_import
43
- - bin/rant
44
- - bin/rant-import
45
- - lib/rant
46
- - lib/rant.rb
47
- - lib/rant/c
48
- - lib/rant/filelist.rb
49
- - lib/rant/cs_compiler.rb
50
- - lib/rant/rantlib.rb
51
- - lib/rant/progress.rb
52
- - lib/rant/rantsys.rb
53
- - lib/rant/rantvar.rb
54
- - lib/rant/import
55
- - lib/rant/plugin_methods.rb
56
- - lib/rant/node.rb
57
- - lib/rant/plugin
58
- - lib/rant/tempfile.rb
59
- - lib/rant/coregen.rb
60
- - lib/rant/archive
61
- - lib/rant/metautils.rb
62
- - lib/rant/import.rb
63
- - lib/rant/init.rb
64
- - lib/rant/c/include.rb
65
- - lib/rant/import/c
66
- - lib/rant/import/sys
67
- - lib/rant/import/var
68
- - lib/rant/import/signedfile.rb
69
- - lib/rant/import/directedrule.rb
70
- - lib/rant/import/nodes
71
- - lib/rant/import/win32
72
- - lib/rant/import/metadata.rb
73
- - lib/rant/import/truth.rb
74
- - lib/rant/import/rubydoc.rb
75
- - lib/rant/import/rubytest.rb
76
- - lib/rant/import/filelist
77
- - lib/rant/import/rubypackage.rb
78
- - lib/rant/import/archive.rb
79
- - lib/rant/import/md5.rb
80
- - lib/rant/import/package
81
- - lib/rant/import/command.rb
82
- - lib/rant/import/archive
83
- - lib/rant/import/subfile.rb
84
- - lib/rant/import/signature
85
- - lib/rant/import/clean.rb
86
- - lib/rant/import/autoclean.rb
87
- - lib/rant/import/c/dependencies.rb
88
- - lib/rant/import/sys/more.rb
89
- - lib/rant/import/sys/tgz.rb
90
- - lib/rant/import/sys/zip.rb
91
- - lib/rant/import/var/lists.rb
92
- - lib/rant/import/var/booleans.rb
93
- - lib/rant/import/var/strings.rb
94
- - lib/rant/import/var/numbers.rb
95
- - lib/rant/import/nodes/default.rb
96
- - lib/rant/import/nodes/signed.rb
97
- - lib/rant/import/win32/rubycmdwrapper.rb
98
- - lib/rant/import/filelist/core.rb
99
- - lib/rant/import/filelist/more.rb
100
- - lib/rant/import/filelist/std.rb
101
- - lib/rant/import/filelist/inspect.rb
102
- - lib/rant/import/package/tgz.rb
103
- - lib/rant/import/package/zip.rb
104
- - lib/rant/import/archive/tgz.rb
105
- - lib/rant/import/archive/zip.rb
106
- - lib/rant/import/signature/md5.rb
107
- - lib/rant/plugin/README
108
- - lib/rant/plugin/configure.rb
109
- - lib/rant/plugin/csharp.rb
110
- - lib/rant/archive/minitar.rb
111
- - lib/rant/archive/rubyzip
112
- - lib/rant/archive/rubyzip.rb
113
- - lib/rant/archive/rubyzip/stdrubyext.rb
114
- - lib/rant/archive/rubyzip/ioextras.rb
115
- - lib/rant/archive/rubyzip/tempfile_bugfixed.rb
116
- - test/c
117
- - test/lib
118
- - test/test_dyn_dependencies.rb
119
- - test/test_filetask.rb
120
- - test/test_examples.rb
121
- - test/Rantfile
122
- - test/ts_all.rb
123
- - test/test_rule.rb
124
- - test/test_sourcenode.rb
125
- - test/test_task.rb
126
- - test/project_rb1
127
- - test/test_sys_methods.rb
128
- - test/rule.rf
129
- - test/action.rant
130
- - test/subdirs
131
- - test/test_rantfile_api.rb
132
- - test/test_env.rb
133
- - test/dryrun
134
- - test/toplevel.rf
135
- - test/test_source.rb
136
- - test/test_autosubfiletask.rb
137
- - test/import
138
- - test/plugin
139
- - test/test_rac.rb
140
- - test/test_rant_interface.rb
141
- - test/test_sys.rb
142
- - test/test_var.rb
143
- - test/tutil.rb
144
- - test/var.rf
145
- - test/test_action.rb
146
- - test/test_dirtask.rb
147
- - test/project1
148
- - test/project2
149
- - test/rant-import
150
- - test/subdirs2
151
- - test/dyn_dependencies.rf
152
- - test/test_clean.rb
153
- - test/test_filelist.rb
154
- - test/deprecated
155
- - test/standalone.rf
156
- - test/c/source.c
157
- - test/c/test_parse_includes.rb
158
- - test/lib/test_filelist.rb
159
- - test/project_rb1/bin
160
- - test/project_rb1/lib
161
- - test/project_rb1/test
162
- - test/project_rb1/README
163
- - test/project_rb1/rantfile
164
- - test/project_rb1/test_project_rb1.rb
165
- - test/project_rb1/bin/wgrep
166
- - test/project_rb1/lib/wgrep.rb
167
- - test/project_rb1/test/text
168
- - test/project_rb1/test/tc_wgrep.rb
169
- - test/subdirs/sub1
170
- - test/subdirs/sub2
171
- - test/subdirs/Rantfile
172
- - test/subdirs/test_subdirs.rb
173
- - test/subdirs/sub1/Rantfile
174
- - test/subdirs/sub2/sub
175
- - test/subdirs/sub2/rantfile
176
- - test/subdirs/sub2/sub/rantfile
177
- - test/dryrun/foo.c
178
- - test/dryrun/Rantfile
179
- - test/dryrun/test_dryrun.rb
180
- - test/import/c
181
- - test/import/md5
182
- - test/import/sys
183
- - test/import/command
184
- - test/import/metadata
185
- - test/import/nodes
186
- - test/import/truth
187
- - test/import/signeddirectory
188
- - test/import/subfile
189
- - test/import/directedrule
190
- - test/import/package
191
- - test/import/signedfile
192
- - test/import/c/dependencies
193
- - test/import/c/dependencies/src
194
- - test/import/c/dependencies/bar.h
195
- - test/import/c/dependencies/foo.h
196
- - test/import/c/dependencies/Rantfile
197
- - test/import/c/dependencies/test_on_the_fly.rb
198
- - test/import/c/dependencies/test_c_dependencies.rb
199
- - test/import/c/dependencies/hello.c
200
- - test/import/c/dependencies/include
201
- - test/import/c/dependencies/src/abc
202
- - test/import/c/dependencies/src/abc.c
203
- - test/import/c/dependencies/src/bar.c
204
- - test/import/c/dependencies/include/sub
205
- - test/import/c/dependencies/include/foo.h
206
- - test/import/c/dependencies/include/with space.h
207
- - test/import/c/dependencies/include/sub/sub.h
208
- - test/import/md5/root.rant
209
- - test/import/md5/test_md5.rb
210
- - test/import/sys/data
211
- - test/import/sys/test_tgz.rb
212
- - test/import/sys/tgz.rf
213
- - test/import/sys/test_zip.rb
214
- - test/import/sys/zip.rf
215
- - test/import/sys/data/pkg
216
- - test/import/sys/data/pkg2.zip
217
- - test/import/sys/data/pkg.tgz
218
- - test/import/sys/data/pkg.zip
219
- - test/import/sys/data/pkg/bin
220
- - test/import/sys/data/pkg/test.c
221
- - test/import/sys/data/pkg/test.h
222
- - test/import/sys/data/pkg/bin/test
223
- - test/import/sys/data/pkg/bin/test.o
224
- - test/import/command/Rantfile
225
- - test/import/command/test_command.rb
226
- - test/import/metadata/sub
227
- - test/import/metadata/test_metadata.rb
228
- - test/import/metadata/Rantfile
229
- - test/import/metadata/sub/Rantfile
230
- - test/import/nodes/signed
231
- - test/import/nodes/signed/sub1
232
- - test/import/nodes/signed/Rantfile
233
- - test/import/nodes/signed/test_signed.rb
234
- - test/import/nodes/signed/sub1/Rantfile
235
- - test/import/truth/Rantfile
236
- - test/import/truth/test_truth.rb
237
- - test/import/signeddirectory/Rantfile
238
- - test/import/signeddirectory/test_signeddirectory.rb
239
- - test/import/subfile/Rantfile
240
- - test/import/subfile/test_subfile.rb
241
- - test/import/subfile/autoclean.rf
242
- - test/import/directedrule/Rantfile
243
- - test/import/directedrule/test_directedrule.rb
244
- - test/import/package/sub
245
- - test/import/package/deep
246
- - test/import/package/sub2
247
- - test/import/package/Rantfile
248
- - test/import/package/md5.rf
249
- - test/import/package/test_package.rb
250
- - test/import/package/MANIFEST
251
- - test/import/package/sub/f1
252
- - test/import/package/deep/sub
253
- - test/import/package/deep/sub/sub
254
- - test/import/package/deep/sub/sub/f1
255
- - test/import/package/sub2/f1
256
- - test/import/signedfile/sub1
257
- - test/import/signedfile/Rantfile
258
- - test/import/signedfile/test_signedfile.rb
259
- - test/import/signedfile/sub1/Rantfile
260
- - test/plugin/configure
261
- - test/plugin/csharp
262
- - test/plugin/rantfile
263
- - test/plugin/test_conf_csharp.rb
264
- - test/plugin/configure/Rantfile
265
- - test/plugin/configure/test_configure.rb
266
- - test/plugin/csharp/src
267
- - test/plugin/csharp/Rantfile
268
- - test/plugin/csharp/Hello.cs
269
- - test/plugin/csharp/test_csharp.rb
270
- - test/plugin/csharp/src/A.cs
271
- - test/plugin/csharp/src/B.cs
272
- - test/project1/Rantfile
273
- - test/project1/test_project.rb
274
- - test/project2/sub1
275
- - test/project2/sub2
276
- - test/project2/root.rant
277
- - test/project2/buildfile
278
- - test/project2/test_project.rb
279
- - test/project2/sub1/Rantfile
280
- - test/rant-import/Rantfile
281
- - test/rant-import/test_rant-import.rb
282
- - test/subdirs2/sub1
283
- - test/subdirs2/root.rant
284
- - test/subdirs2/sub00
285
- - test/subdirs2/test_subdirs2.rb
286
- - test/subdirs2/sub1/sub.rant
287
- - test/subdirs2/sub00/sub.rant
288
- - test/deprecated/README
289
- - test/deprecated/test_0_6_0.rb
290
- - doc/rantfile.rdoc
291
- - doc/md5.rdoc
292
- - doc/configure.rdoc
293
- - doc/advanced.rdoc
294
- - doc/subdirs.rdoc
295
- - doc/rubyproject.rdoc
296
- - doc/filelist.rdoc
297
- - doc/c.rdoc
298
- - doc/rubylib.rdoc
299
- - doc/homepage
300
- - doc/sys.rdoc
301
- - doc/rant.rdoc
302
- - doc/jamis.rb
303
- - doc/rant_vs_rake.rdoc
304
- - doc/rant.1
305
- - doc/csharp.rdoc
306
- - doc/sys_filelist.rdoc
307
- - doc/rant-import.rdoc
308
- - doc/examples
309
- - doc/package.rdoc
310
- - doc/command.rdoc
311
- - doc/homepage/index.html
312
- - doc/homepage/rant_home.css
313
- - doc/examples/c_cpp
314
- - doc/examples/c_cpp_examples
315
- - doc/examples/directedrule
316
- - doc/examples/myprog
317
- - doc/examples/c_dependencies
318
- - doc/examples/c_cpp/c
319
- - doc/examples/c_cpp/c++
320
- - doc/examples/c_cpp/root.rant
321
- - doc/examples/c_cpp/c/template.rf
322
- - doc/examples/c_cpp/c/problem_1_1
323
- - doc/examples/c_cpp/c/problem_1_1/main.c
324
- - doc/examples/c_cpp/c/problem_1_1/test.c
325
- - doc/examples/c_cpp/c/problem_1_1/test.h
326
- - doc/examples/c_cpp/c/problem_1_1/another_test.c
327
- - doc/examples/c_cpp/c/problem_1_1/another_test.h
328
- - doc/examples/c_cpp/c++/template.rf
329
- - doc/examples/c_cpp/c++/problem_1_1
330
- - doc/examples/c_cpp/c++/problem_1_1/main.cpp
331
- - doc/examples/c_cpp/c++/problem_1_1/test.cpp
332
- - doc/examples/c_cpp/c++/problem_1_1/another_test.cpp
333
- - doc/examples/c_cpp/c++/problem_1_1/test.h
334
- - doc/examples/c_cpp/c++/problem_1_1/another_test.h
335
- - doc/examples/c_cpp_examples/c
336
- - doc/examples/c_cpp_examples/c++
337
- - doc/examples/c_cpp_examples/Rantfile
338
- - doc/examples/c_cpp_examples/rule.rf
339
- - doc/examples/c_cpp_examples/c/template.rf
340
- - doc/examples/c_cpp_examples/c/problem_1_1
341
- - doc/examples/c_cpp_examples/c/problem_1_1/main.c
342
- - doc/examples/c_cpp_examples/c/problem_1_1/test.c
343
- - doc/examples/c_cpp_examples/c/problem_1_1/test.h
344
- - doc/examples/c_cpp_examples/c/problem_1_1/another_test.c
345
- - doc/examples/c_cpp_examples/c/problem_1_1/another_test.h
346
- - doc/examples/c_cpp_examples/c++/template.rf
347
- - doc/examples/c_cpp_examples/c++/problem_1_1
348
- - doc/examples/c_cpp_examples/c++/problem_1_1/main.cpp
349
- - doc/examples/c_cpp_examples/c++/problem_1_1/test.cpp
350
- - doc/examples/c_cpp_examples/c++/problem_1_1/another_test.cpp
351
- - doc/examples/c_cpp_examples/c++/problem_1_1/test.h
352
- - doc/examples/c_cpp_examples/c++/problem_1_1/another_test.h
353
- - doc/examples/directedrule/src_a
354
- - doc/examples/directedrule/src_b
355
- - doc/examples/directedrule/Rantfile
356
- - doc/examples/directedrule/src_a/a_1.c
357
- - doc/examples/directedrule/src_a/a_2.c
358
- - doc/examples/directedrule/src_b/b_1.c
359
- - doc/examples/myprog/src
360
- - doc/examples/myprog/README
361
- - doc/examples/myprog/Rantfile
362
- - doc/examples/myprog/src/lib.c
363
- - doc/examples/myprog/src/lib.h
364
- - doc/examples/myprog/src/Rantfile
365
- - doc/examples/myprog/src/main.c
366
- - doc/examples/c_dependencies/src
367
- - doc/examples/c_dependencies/Rantfile
368
- - doc/examples/c_dependencies/include
369
- - doc/examples/c_dependencies/src/main.c
370
- - doc/examples/c_dependencies/src/util.c
371
- - doc/examples/c_dependencies/include/hello.h
372
- - doc/examples/c_dependencies/include/util.h
373
- - misc/TODO
374
- - misc/t.rb
375
- - misc/mt.rb
376
- - misc/devel-notes
377
- - misc/rantmethods.rb
32
+ - NEWS
33
+ - README
34
+ - INSTALL
35
+ - COPYING
36
+ - Rantfile
37
+ - install.rb
38
+ - setup.rb
39
+ - run_rant
40
+ - run_import
41
+ - bin/rant
42
+ - bin/rant-import
43
+ - lib/rant
44
+ - lib/rant.rb
45
+ - lib/rant/c
46
+ - lib/rant/filelist.rb
47
+ - lib/rant/cs_compiler.rb
48
+ - lib/rant/rantlib.rb
49
+ - lib/rant/progress.rb
50
+ - lib/rant/rantsys.rb
51
+ - lib/rant/rantvar.rb
52
+ - lib/rant/import
53
+ - lib/rant/plugin_methods.rb
54
+ - lib/rant/node.rb
55
+ - lib/rant/plugin
56
+ - lib/rant/tempfile.rb
57
+ - lib/rant/script
58
+ - lib/rant/coregen.rb
59
+ - lib/rant/archive
60
+ - lib/rant/metautils.rb
61
+ - lib/rant/import.rb
62
+ - lib/rant/init.rb
63
+ - lib/rant/c/include.rb
64
+ - lib/rant/import/c
65
+ - lib/rant/import/sys
66
+ - lib/rant/import/var
67
+ - lib/rant/import/signedfile.rb
68
+ - lib/rant/import/directedrule.rb
69
+ - lib/rant/import/nodes
70
+ - lib/rant/import/win32
71
+ - lib/rant/import/metadata.rb
72
+ - lib/rant/import/truth.rb
73
+ - lib/rant/import/rubydoc.rb
74
+ - lib/rant/import/rubytest.rb
75
+ - lib/rant/import/filelist
76
+ - lib/rant/import/rubypackage.rb
77
+ - lib/rant/import/archive.rb
78
+ - lib/rant/import/md5.rb
79
+ - lib/rant/import/package
80
+ - lib/rant/import/command.rb
81
+ - lib/rant/import/archive
82
+ - lib/rant/import/subfile.rb
83
+ - lib/rant/import/signature
84
+ - lib/rant/import/clean.rb
85
+ - lib/rant/import/autoclean.rb
86
+ - lib/rant/import/c/dependencies.rb
87
+ - lib/rant/import/sys/more.rb
88
+ - lib/rant/import/sys/tgz.rb
89
+ - lib/rant/import/sys/zip.rb
90
+ - lib/rant/import/var/lists.rb
91
+ - lib/rant/import/var/booleans.rb
92
+ - lib/rant/import/var/strings.rb
93
+ - lib/rant/import/var/numbers.rb
94
+ - lib/rant/import/nodes/default.rb
95
+ - lib/rant/import/nodes/signed.rb
96
+ - lib/rant/import/win32/rubycmdwrapper.rb
97
+ - lib/rant/import/filelist/core.rb
98
+ - lib/rant/import/filelist/more.rb
99
+ - lib/rant/import/filelist/std.rb
100
+ - lib/rant/import/filelist/inspect.rb
101
+ - lib/rant/import/package/tgz.rb
102
+ - lib/rant/import/package/zip.rb
103
+ - lib/rant/import/archive/tgz.rb
104
+ - lib/rant/import/archive/zip.rb
105
+ - lib/rant/import/signature/md5.rb
106
+ - lib/rant/plugin/README
107
+ - lib/rant/plugin/configure.rb
108
+ - lib/rant/plugin/csharp.rb
109
+ - lib/rant/script/rb_testloader.rb
110
+ - lib/rant/archive/minitar.rb
111
+ - lib/rant/archive/rubyzip
112
+ - lib/rant/archive/rubyzip.rb
113
+ - lib/rant/archive/rubyzip/stdrubyext.rb
114
+ - lib/rant/archive/rubyzip/ioextras.rb
115
+ - lib/rant/archive/rubyzip/tempfile_bugfixed.rb
116
+ - test/c
117
+ - test/lib
118
+ - test/test_dyn_dependencies.rb
119
+ - test/test_filetask.rb
120
+ - test/test_examples.rb
121
+ - test/Rantfile
122
+ - test/ts_all.rb
123
+ - test/test_rule.rb
124
+ - test/test_sourcenode.rb
125
+ - test/test_task.rb
126
+ - test/project_rb1
127
+ - test/test_sys_methods.rb
128
+ - test/rule.rf
129
+ - test/action.rant
130
+ - test/subdirs
131
+ - test/test_rantfile_api.rb
132
+ - test/test_env.rb
133
+ - test/dryrun
134
+ - test/toplevel.rf
135
+ - test/test_source.rb
136
+ - test/test_autosubfiletask.rb
137
+ - test/import
138
+ - test/plugin
139
+ - test/test_rac.rb
140
+ - test/test_rant_interface.rb
141
+ - test/test_sys.rb
142
+ - test/test_var.rb
143
+ - test/tutil.rb
144
+ - test/var.rf
145
+ - test/test_action.rb
146
+ - test/test_dirtask.rb
147
+ - test/project1
148
+ - test/project2
149
+ - test/rant-import
150
+ - test/subdirs2
151
+ - test/dyn_dependencies.rf
152
+ - test/test_clean.rb
153
+ - test/test_filelist.rb
154
+ - test/deprecated
155
+ - test/standalone.rf
156
+ - test/c/source.c
157
+ - test/c/test_parse_includes.rb
158
+ - test/lib/test_filelist.rb
159
+ - test/project_rb1/bin
160
+ - test/project_rb1/lib
161
+ - test/project_rb1/test
162
+ - test/project_rb1/README
163
+ - test/project_rb1/rantfile
164
+ - test/project_rb1/test_project_rb1.rb
165
+ - test/project_rb1/bin/wgrep
166
+ - test/project_rb1/lib/wgrep.rb
167
+ - test/project_rb1/test/text
168
+ - test/project_rb1/test/tc_wgrep.rb
169
+ - test/subdirs/sub1
170
+ - test/subdirs/sub2
171
+ - test/subdirs/Rantfile
172
+ - test/subdirs/test_subdirs.rb
173
+ - test/subdirs/sub1/Rantfile
174
+ - test/subdirs/sub2/sub
175
+ - test/subdirs/sub2/rantfile
176
+ - test/subdirs/sub2/sub/rantfile
177
+ - test/dryrun/foo.c
178
+ - test/dryrun/Rantfile
179
+ - test/dryrun/test_dryrun.rb
180
+ - test/import/c
181
+ - test/import/md5
182
+ - test/import/sys
183
+ - test/import/command
184
+ - test/import/metadata
185
+ - test/import/nodes
186
+ - test/import/truth
187
+ - test/import/signeddirectory
188
+ - test/import/subfile
189
+ - test/import/directedrule
190
+ - test/import/package
191
+ - test/import/signedfile
192
+ - test/import/c/dependencies
193
+ - test/import/c/dependencies/src
194
+ - test/import/c/dependencies/bar.h
195
+ - test/import/c/dependencies/foo.h
196
+ - test/import/c/dependencies/Rantfile
197
+ - test/import/c/dependencies/test_on_the_fly.rb
198
+ - test/import/c/dependencies/test_c_dependencies.rb
199
+ - test/import/c/dependencies/hello.c
200
+ - test/import/c/dependencies/include
201
+ - test/import/c/dependencies/src/abc
202
+ - test/import/c/dependencies/src/abc.c
203
+ - test/import/c/dependencies/src/bar.c
204
+ - test/import/c/dependencies/include/sub
205
+ - test/import/c/dependencies/include/foo.h
206
+ - test/import/c/dependencies/include/with space.h
207
+ - test/import/c/dependencies/include/sub/sub.h
208
+ - test/import/md5/root.rant
209
+ - test/import/md5/test_md5.rb
210
+ - test/import/sys/data
211
+ - test/import/sys/test_tgz.rb
212
+ - test/import/sys/tgz.rf
213
+ - test/import/sys/test_zip.rb
214
+ - test/import/sys/zip.rf
215
+ - test/import/sys/data/pkg
216
+ - test/import/sys/data/pkg2.zip
217
+ - test/import/sys/data/pkg.tgz
218
+ - test/import/sys/data/pkg.zip
219
+ - test/import/sys/data/pkg/bin
220
+ - test/import/sys/data/pkg/test.c
221
+ - test/import/sys/data/pkg/test.h
222
+ - test/import/sys/data/pkg/bin/test
223
+ - test/import/sys/data/pkg/bin/test.o
224
+ - test/import/command/Rantfile
225
+ - test/import/command/test_command.rb
226
+ - test/import/metadata/sub
227
+ - test/import/metadata/test_metadata.rb
228
+ - test/import/metadata/Rantfile
229
+ - test/import/metadata/sub/Rantfile
230
+ - test/import/nodes/signed
231
+ - test/import/nodes/signed/sub1
232
+ - test/import/nodes/signed/Rantfile
233
+ - test/import/nodes/signed/test_signed.rb
234
+ - test/import/nodes/signed/sub1/Rantfile
235
+ - test/import/truth/Rantfile
236
+ - test/import/truth/test_truth.rb
237
+ - test/import/signeddirectory/Rantfile
238
+ - test/import/signeddirectory/test_signeddirectory.rb
239
+ - test/import/subfile/Rantfile
240
+ - test/import/subfile/test_subfile.rb
241
+ - test/import/subfile/autoclean.rf
242
+ - test/import/directedrule/Rantfile
243
+ - test/import/directedrule/test_directedrule.rb
244
+ - test/import/package/sub
245
+ - test/import/package/deep
246
+ - test/import/package/sub2
247
+ - test/import/package/Rantfile
248
+ - test/import/package/md5.rf
249
+ - test/import/package/test_package.rb
250
+ - test/import/package/MANIFEST
251
+ - test/import/package/sub/f1
252
+ - test/import/package/deep/sub
253
+ - test/import/package/deep/sub/sub
254
+ - test/import/package/deep/sub/sub/f1
255
+ - test/import/package/sub2/f1
256
+ - test/import/signedfile/sub1
257
+ - test/import/signedfile/Rantfile
258
+ - test/import/signedfile/test_signedfile.rb
259
+ - test/import/signedfile/sub1/Rantfile
260
+ - test/plugin/configure
261
+ - test/plugin/csharp
262
+ - test/plugin/rantfile
263
+ - test/plugin/test_conf_csharp.rb
264
+ - test/plugin/configure/Rantfile
265
+ - test/plugin/configure/test_configure.rb
266
+ - test/plugin/csharp/src
267
+ - test/plugin/csharp/Rantfile
268
+ - test/plugin/csharp/Hello.cs
269
+ - test/plugin/csharp/test_csharp.rb
270
+ - test/plugin/csharp/src/A.cs
271
+ - test/plugin/csharp/src/B.cs
272
+ - test/project1/Rantfile
273
+ - test/project1/test_project.rb
274
+ - test/project2/sub1
275
+ - test/project2/sub2
276
+ - test/project2/root.rant
277
+ - test/project2/buildfile
278
+ - test/project2/test_project.rb
279
+ - test/project2/sub1/Rantfile
280
+ - test/rant-import/Rantfile
281
+ - test/rant-import/test_rant-import.rb
282
+ - test/subdirs2/sub1
283
+ - test/subdirs2/root.rant
284
+ - test/subdirs2/sub00
285
+ - test/subdirs2/test_subdirs2.rb
286
+ - test/subdirs2/sub1/sub.rant
287
+ - test/subdirs2/sub00/sub.rant
288
+ - test/deprecated/README
289
+ - test/deprecated/test_0_6_0.rb
290
+ - doc/rantfile.rdoc
291
+ - doc/md5.rdoc
292
+ - doc/configure.rdoc
293
+ - doc/advanced.rdoc
294
+ - doc/subdirs.rdoc
295
+ - doc/rubyproject.rdoc
296
+ - doc/filelist.rdoc
297
+ - doc/c.rdoc
298
+ - doc/rubylib.rdoc
299
+ - doc/homepage
300
+ - doc/sys.rdoc
301
+ - doc/rant.rdoc
302
+ - doc/jamis.rb
303
+ - doc/rant_vs_rake.rdoc
304
+ - doc/rant.1
305
+ - doc/csharp.rdoc
306
+ - doc/sys_filelist.rdoc
307
+ - doc/rant-import.rdoc
308
+ - doc/examples
309
+ - doc/package.rdoc
310
+ - doc/command.rdoc
311
+ - doc/homepage/index.html
312
+ - doc/homepage/rant_home.css
313
+ - doc/examples/c_cpp
314
+ - doc/examples/c_cpp_examples
315
+ - doc/examples/directedrule
316
+ - doc/examples/myprog
317
+ - doc/examples/c_dependencies
318
+ - doc/examples/c_cpp/c
319
+ - doc/examples/c_cpp/c++
320
+ - doc/examples/c_cpp/root.rant
321
+ - doc/examples/c_cpp/c/template.rf
322
+ - doc/examples/c_cpp/c/problem_1_1
323
+ - doc/examples/c_cpp/c/problem_1_1/main.c
324
+ - doc/examples/c_cpp/c/problem_1_1/test.c
325
+ - doc/examples/c_cpp/c/problem_1_1/test.h
326
+ - doc/examples/c_cpp/c/problem_1_1/another_test.c
327
+ - doc/examples/c_cpp/c/problem_1_1/another_test.h
328
+ - doc/examples/c_cpp/c++/template.rf
329
+ - doc/examples/c_cpp/c++/problem_1_1
330
+ - doc/examples/c_cpp/c++/problem_1_1/main.cpp
331
+ - doc/examples/c_cpp/c++/problem_1_1/test.cpp
332
+ - doc/examples/c_cpp/c++/problem_1_1/another_test.cpp
333
+ - doc/examples/c_cpp/c++/problem_1_1/test.h
334
+ - doc/examples/c_cpp/c++/problem_1_1/another_test.h
335
+ - doc/examples/c_cpp_examples/c
336
+ - doc/examples/c_cpp_examples/c++
337
+ - doc/examples/c_cpp_examples/Rantfile
338
+ - doc/examples/c_cpp_examples/rule.rf
339
+ - doc/examples/c_cpp_examples/c/template.rf
340
+ - doc/examples/c_cpp_examples/c/problem_1_1
341
+ - doc/examples/c_cpp_examples/c/problem_1_1/main.c
342
+ - doc/examples/c_cpp_examples/c/problem_1_1/test.c
343
+ - doc/examples/c_cpp_examples/c/problem_1_1/test.h
344
+ - doc/examples/c_cpp_examples/c/problem_1_1/another_test.c
345
+ - doc/examples/c_cpp_examples/c/problem_1_1/another_test.h
346
+ - doc/examples/c_cpp_examples/c++/template.rf
347
+ - doc/examples/c_cpp_examples/c++/problem_1_1
348
+ - doc/examples/c_cpp_examples/c++/problem_1_1/main.cpp
349
+ - doc/examples/c_cpp_examples/c++/problem_1_1/test.cpp
350
+ - doc/examples/c_cpp_examples/c++/problem_1_1/another_test.cpp
351
+ - doc/examples/c_cpp_examples/c++/problem_1_1/test.h
352
+ - doc/examples/c_cpp_examples/c++/problem_1_1/another_test.h
353
+ - doc/examples/directedrule/src_a
354
+ - doc/examples/directedrule/src_b
355
+ - doc/examples/directedrule/Rantfile
356
+ - doc/examples/directedrule/src_a/a_1.c
357
+ - doc/examples/directedrule/src_a/a_2.c
358
+ - doc/examples/directedrule/src_b/b_1.c
359
+ - doc/examples/myprog/src
360
+ - doc/examples/myprog/README
361
+ - doc/examples/myprog/Rantfile
362
+ - doc/examples/myprog/src/lib.c
363
+ - doc/examples/myprog/src/lib.h
364
+ - doc/examples/myprog/src/Rantfile
365
+ - doc/examples/myprog/src/main.c
366
+ - doc/examples/c_dependencies/src
367
+ - doc/examples/c_dependencies/Rantfile
368
+ - doc/examples/c_dependencies/include
369
+ - doc/examples/c_dependencies/src/main.c
370
+ - doc/examples/c_dependencies/src/util.c
371
+ - doc/examples/c_dependencies/include/hello.h
372
+ - doc/examples/c_dependencies/include/util.h
373
+ - misc/TODO
374
+ - misc/t.rb
375
+ - misc/mt.rb
376
+ - misc/devel-notes
377
+ - misc/rantmethods.rb
378
378
  test_files: []
379
+
379
380
  rdoc_options:
380
- - "-S"
381
- - "-c"
382
- - UTF-8
383
- - "--title"
384
- - Rant
385
- - "--main"
386
- - README
381
+ - -S
382
+ - -c
383
+ - UTF-8
384
+ - --title
385
+ - Rant
386
+ - --main
387
+ - README
387
388
  extra_rdoc_files:
388
- - README
389
- - NEWS
390
- - INSTALL
391
- - doc/rantfile.rdoc
392
- - doc/md5.rdoc
393
- - doc/configure.rdoc
394
- - doc/advanced.rdoc
395
- - doc/subdirs.rdoc
396
- - doc/rubyproject.rdoc
397
- - doc/filelist.rdoc
398
- - doc/c.rdoc
399
- - doc/rubylib.rdoc
400
- - doc/sys.rdoc
401
- - doc/rant.rdoc
402
- - doc/rant_vs_rake.rdoc
403
- - doc/csharp.rdoc
404
- - doc/sys_filelist.rdoc
405
- - doc/rant-import.rdoc
406
- - doc/package.rdoc
407
- - doc/command.rdoc
389
+ - README
390
+ - NEWS
391
+ - INSTALL
392
+ - doc/rantfile.rdoc
393
+ - doc/md5.rdoc
394
+ - doc/configure.rdoc
395
+ - doc/advanced.rdoc
396
+ - doc/subdirs.rdoc
397
+ - doc/rubyproject.rdoc
398
+ - doc/filelist.rdoc
399
+ - doc/c.rdoc
400
+ - doc/rubylib.rdoc
401
+ - doc/sys.rdoc
402
+ - doc/rant.rdoc
403
+ - doc/rant_vs_rake.rdoc
404
+ - doc/csharp.rdoc
405
+ - doc/sys_filelist.rdoc
406
+ - doc/rant-import.rdoc
407
+ - doc/package.rdoc
408
+ - doc/command.rdoc
408
409
  executables:
409
- - rant
410
- - rant-import
410
+ - rant
411
+ - rant-import
411
412
  extensions: []
413
+
412
414
  requirements: []
413
- dependencies: []
415
+
416
+ dependencies: []
417
+