pluggability 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig ADDED
Binary file
data/.gemtest ADDED
File without changes
data/ChangeLog ADDED
@@ -0,0 +1,690 @@
1
+ 2012-08-03 Michael Granger <ged@FaerieMUD.org>
2
+
3
+ * .rvm.gems, History.rdoc, Rakefile, lib/pluggability.rb,
4
+ spec/pluggability_spec.rb:
5
+ Finish up conversion to Pluggability
6
+ [712f06e0174e] [pluggability.patch, qbase, qtip, tip]
7
+
8
+ * .hgtags:
9
+ Removed tag release
10
+ [71aae8059784] [qparent]
11
+
12
+ * .hgtags:
13
+ Removed tag RELEASE_0_01
14
+ [a1b97d0de8d0]
15
+
16
+ * .hgtags:
17
+ Removed tag RELEASE_1_0_0
18
+ [e5e76893e2ba]
19
+
20
+ * .hgtags:
21
+ Removed tag RELEASE_1_0_1
22
+ [b09151d6f68f]
23
+
24
+ * .hgtags:
25
+ Removed tag SNAPSHOT_20070313
26
+ [45e7935e8eb2]
27
+
28
+ * .hgtags:
29
+ Removed tag RELEASE_1_0_2
30
+ [ac1f86759b58]
31
+
32
+ * .hgtags:
33
+ Removed tag RELEASE_1_0_3
34
+ [d5e5456a2762]
35
+
36
+ * .hgtags:
37
+ Removed tag 1.0.5
38
+ [953e75097b73]
39
+
40
+ * .hgtags:
41
+ Removed tag 1.0.6
42
+ [24861dc02aee]
43
+
44
+ * .hgtags:
45
+ Removed tag 1.0.7
46
+ [686ca01f4bda]
47
+
48
+ * .hgtags:
49
+ Removed tag v1.0.8
50
+ [5f4dab137f8c]
51
+
52
+ 2012-08-01 Michael Granger <ged@FaerieMUD.org>
53
+
54
+ * .irbrc, .rvmrc, Manifest.txt, README.rdoc, Rakefile,
55
+ experiments/logger_output.rb, lib/pluggability.rb,
56
+ lib/pluginfactory.rb, spec/lib/helpers.rb,
57
+ spec/pluggability_spec.rb, spec/pluginfactory_spec.rb:
58
+ Start conversion to Pluggability
59
+ [25ff09f969ba]
60
+
61
+ 2012-02-20 Michael Granger <ged@FaerieMUD.org>
62
+
63
+ * .hgtags:
64
+ Added tag v1.0.8 for changeset 4213a6d8ae94
65
+ [dc4d376c24f2]
66
+
67
+ * Manifest.txt, Rakefile:
68
+ Update the manifest, add pre-checkin test to catch this in the
69
+ future.
70
+ [4213a6d8ae94]
71
+
72
+ * LICENSE, spec/spec.opts:
73
+ Remove unused files
74
+ [43266599abdf]
75
+
76
+ * lib/pluginfactory.rb:
77
+ Bump the patch version.
78
+ [b4f6f8c60cd8]
79
+
80
+ * spec/pluginfactory_spec.rb:
81
+ Update spec syntax.
82
+ [c40bfd8fd765]
83
+
84
+ * .tm_properties:
85
+ Add a Textmate project file
86
+ [bb652bf55fd7]
87
+
88
+ * .hgignore:
89
+ Add doc directory to the ignorefile
90
+ [821563ead969]
91
+
92
+ * .rvm.gems, .rvmrc, History.md, History.rdoc, LICENSE, Manifest.txt,
93
+ README.md, README.rdoc, Rakefile, lib/pluginfactory.rb,
94
+ spec/lib/helpers.rb:
95
+ Update project.
96
+
97
+ - Updated specs for RSpec 2.8.0.
98
+ - Fixed the logging advice in the README.
99
+ - Converted Markdown docs to RDoc.
100
+ - Added rvmrc + gemset
101
+ [f7baed0379c7]
102
+
103
+ 2011-04-06 Michael Granger <ged@FaerieMUD.org>
104
+
105
+ * .hgsubstate:
106
+ Removed old subrepo state file
107
+ [a6ad5108278b]
108
+
109
+ * .hgsub, .hgsubstate, History.md, Manifest.txt, README, README.md,
110
+ Rakefile, project.yml:
111
+ Convered to hoe.
112
+ [78e98ebc8c81]
113
+
114
+ 2010-12-09 Michael Granger <ged@FaerieMUD.org>
115
+
116
+ * .hgsubstate, LICENSE, Rakefile, project.yml, spec/lib/helpers.rb,
117
+ spec/pluginfactory_spec.rb:
118
+ Converted tests to RSpec 2.
119
+ [2dd66561cae2]
120
+
121
+ 2010-09-27 Michael Granger <ged@FaerieMUD.org>
122
+
123
+ * .hgtags:
124
+ Added tag 1.0.7 for changeset e901eb9b9220
125
+ [4566cc565a16]
126
+
127
+ * .hgsigs:
128
+ Added signature for changeset 64ad5e369500
129
+ [e901eb9b9220]
130
+
131
+ * lib/pluginfactory.rb:
132
+ Version bump.
133
+ [64ad5e369500]
134
+
135
+ * .hgignore, .hgsub, .hgsubstate, Rakefile, project.yml,
136
+ spec/pluginfactory_spec.rb:
137
+ Updated for Ruby 1.9.2; updated build system.
138
+ [97951e854828]
139
+
140
+ 2010-03-23 Michael Granger <ged@FaerieMUD.org>
141
+
142
+ * .hgtags:
143
+ Added tag 1.0.6 for changeset bd09679b910d
144
+ [9b6b855f45c2]
145
+
146
+ * .hgsigs:
147
+ Added signature for changeset db0ea352c67c
148
+ [bd09679b910d]
149
+
150
+ * .hgtags:
151
+ Removed tag 1.0.6
152
+ [db0ea352c67c]
153
+
154
+ * ChangeLog, MANIFEST, utils.rb:
155
+ Removing outdated/generated files.
156
+ [278cfdc9f41b]
157
+
158
+ * Rakefile, project.yml:
159
+ Build system updates.
160
+ [b4d64737265f]
161
+
162
+ 2009-11-11 Michael Granger <ged@FaerieMUD.org>
163
+
164
+ * .hgtags:
165
+ Added tag 1.0.6 for changeset 31d84e2bf3ca
166
+ [7ebf343e40b8]
167
+
168
+ * .hgsigs:
169
+ Added signature for changeset 1db3303a18ae
170
+ [31d84e2bf3ca]
171
+
172
+ * lib/pluginfactory.rb:
173
+ Bumping version to 1.0.6.
174
+ [1db3303a18ae]
175
+
176
+ * Rakefile:
177
+ Gemspec fixes.
178
+ [2bb28ab4efd6]
179
+
180
+ 2009-11-06 Michael Granger <ged@FaerieMUD.org>
181
+
182
+ * .hgtags:
183
+ Added tag 1.0.5 for changeset 791b0d9a35cc
184
+ [8f63b0241b69]
185
+
186
+ * .hgsigs:
187
+ Added signature for changeset 3cd9d854ce79
188
+ [791b0d9a35cc]
189
+
190
+ * .hgignore, Rakefile, lib/pluginfactory.rb, project.yml:
191
+ Merged with 93:fe5667cb2942.
192
+ [3cd9d854ce79]
193
+
194
+ * .hgignore, LICENSE, Rakefile, lib/pluginfactory.rb:
195
+ Updated build system, bumping version, migrating to gemcutter.
196
+ [e816e3795c49]
197
+
198
+ 2009-08-08 Michael Granger <ged@FaerieMUD.org>
199
+
200
+ * .hgignore, Rakefile, lib/pluginfactory.rb, project.yml,
201
+ spec/pluginfactory_spec.rb:
202
+ Converted to Mercurial, updated build system.
203
+ [72b9a4fa46d6]
204
+
205
+ 2009-02-25 deveiant <deveiant>
206
+
207
+ * lib/pluginfactory.rb:
208
+ Incrementing library version.
209
+ [d83b983df058]
210
+
211
+ * lib/pluginfactory.rb, spec/lib/helpers.rb,
212
+ spec/pluginfactory_spec.rb:
213
+ * Fixes for Ruby 1.9.1.
214
+ * Replace home-grown logger stuff with Logger library
215
+ [d1acaf5b27bf]
216
+
217
+ 2009-02-23 deveiant <deveiant>
218
+
219
+ * Rakefile, project.yml, spec/pluginfactory_spec.rb, utils.rb:
220
+ Start of fixes for 1.9.1.
221
+ [e9da3dd2a722]
222
+
223
+ 2008-08-13 deveiant <deveiant>
224
+
225
+ * Updating tags on new files.
226
+ [0825975c74ce]
227
+
228
+ * rake/helpers.rb, rake/publishing.rb, rake/svn.rb,
229
+ rake/verifytask.rb:
230
+ Removing old rake tasklib dir
231
+ [f77c17a155f3]
232
+
233
+ * LICENSE, README, Rakefile, project.yml:
234
+ Converting to the new build system
235
+ [1dc9571d428b]
236
+
237
+ 2008-03-26 deveiant <deveiant>
238
+
239
+ * Rakefile, rake/publishing.rb, rake/svn.rb:
240
+ * More packaging/publishing fixes.
241
+ [f6d36785648b]
242
+
243
+ 2008-03-25 deveiant <deveiant>
244
+
245
+ * Rakefile, rake/publishing.rb:
246
+ * Fixed announcement-sending task to use SMTP+SSL via a monkeypatch
247
+ to net/smtp. (Maybe package it up and upstream later?)
248
+ [c67a1083d7b8]
249
+
250
+ * .cvsignore, .gemspec, LICENSE, MANIFEST, README, Rakefile,
251
+ docs/.cvsignore, docs/CATALOG, docs/makedocs.rb,
252
+ experiments/logger_output.rb, install.rb, lib/pluginfactory.rb,
253
+ makedist.rb, rake/helpers.rb, rake/publishing.rb, rake/svn.rb,
254
+ spec/pluginfactory_spec.rb:
255
+ * Packaging and publication tasks updated.
256
+ * Updated documentation.
257
+ [032613fa2adf]
258
+
259
+ 2007-07-27 deveiant <deveiant>
260
+
261
+ * test.rb:
262
+ Removed test runner script
263
+ [04f62e495c55]
264
+
265
+ * COPYRIGHT, LICENSE, Rakefile, lib/pluginfactory.rb, rake/helpers.rb,
266
+ rake/svn.rb, rake/verifytask.rb, spec/pluginfactory_spec.rb,
267
+ spec/spec.opts, test.rb, tests/dir/deepsubofmybase.rb,
268
+ tests/mybase.rb, tests/othersub.rb, tests/subofmybase.rb:
269
+ Converted test::unit tests to RSpec
270
+ [c57b56593ad8]
271
+
272
+ 2007-03-13 deveiant <deveiant>
273
+
274
+ * makedist.rb:
275
+ Bumping project-version and fixing makedist problems.
276
+ [a66bb254939c]
277
+
278
+ * lib/pluginfactory.rb:
279
+ * Log list of candidate subdirs
280
+ [210707e1c1b9]
281
+
282
+ 2007-02-22 deveiant <deveiant>
283
+
284
+ * lib/pluginfactory.rb:
285
+ * Support #derivative_dirs method as well as the camelCased variant.
286
+ [10df874f3dd2]
287
+
288
+ 2006-07-01 ged <ged>
289
+
290
+ * docs/makedocs.rb, lib/pluginfactory.rb, test.rb:
291
+ * Converted camelCased methods to under_barred ones.
292
+ * Fixed tests.
293
+ [7159eec3d123]
294
+
295
+ 2005-03-05 ged <ged>
296
+
297
+ * Incremented project version attribute
298
+ [7cbc57e7ccf6]
299
+
300
+ * makedist.rb:
301
+ Merged changes from project-utils version
302
+ [7ef14552ab3d]
303
+
304
+ * lib/pluginfactory.rb:
305
+ - Made load failures raise FactoryErrors as intended instead of
306
+ RuntimeErrors.
307
+ [e95a4103ceff]
308
+
309
+ 2004-11-21 ged <ged>
310
+
311
+ * install.rb, utils.rb:
312
+ -- Updated project-utils files
313
+ [bdc2ee405763]
314
+
315
+ * .gemspec, MANIFEST:
316
+ -- Gemified
317
+ -- Fixed missing utils.rb in MANIFEST
318
+ -- Added project-spec properties to the root dir.
319
+ [66a4b51fd8bf]
320
+
321
+ 2004-09-08 ged <ged>
322
+
323
+ * docs/makedocs.rb, install.rb, makedist.rb, utils.rb:
324
+ - Hmmm... that didn't work. Copying over new versions of the util
325
+ scripts until I figure out how the hell to do what I want.
326
+ [bc561eade281]
327
+
328
+ * docs/makedocs.rb, install.rb, makedist.rb, utils.rb:
329
+ - Replacing with versions from project-utils (experimental -- may
330
+ just have to re-check them in)
331
+ [b4e3563186c5]
332
+
333
+ 2004-08-24 ged <ged>
334
+
335
+ * - Added a very important property
336
+ [e59d46a77b94]
337
+
338
+ * lib/pluginfactory.rb:
339
+ - Added keywords property to lib/pluginfactory.rb
340
+ [78d73905dcb8]
341
+
342
+ * install.rb:
343
+ - Fixed String =~ String warning
344
+ [efbb3151a6a8]
345
+
346
+ * install.rb:
347
+ - Added bangheader
348
+ [6a91c13a3cf3]
349
+
350
+ * test.rb:
351
+ - Easyified bangheader
352
+ [c918e81c262e]
353
+
354
+ 2004-03-10 deveiant <deveiant>
355
+
356
+ * ChangeLog:
357
+ Updated for tag release_0_01
358
+ [0c5c4055cfd0]
359
+
360
+ * .cvsignore, .irbrc, ChangeLog, MANIFEST, docs/.cvsignore,
361
+ docs/CATALOG, docs/makedocs.rb, makedist.rb, utils.rb:
362
+ Initial checkin.
363
+ [bf4ec3577624]
364
+
365
+ 2004-03-08 deveiant <deveiant>
366
+
367
+ * tests/dir/deepsubofmybase.rb, tests/othersub.rb:
368
+ - Fixed class/file agreement.
369
+ [6b8f3bc4cf9e]
370
+
371
+ * tests/mybase.rb:
372
+ - Fixed derivativeDirs method.
373
+ [435f0c9aa88e]
374
+
375
+ * lib/pluginfactory.rb:
376
+ - Documentation additions
377
+
378
+ - Refactored path-search code
379
+ [588e608bdbf2]
380
+
381
+ * test.rb:
382
+ - Added a hook into -d that turns on logging.
383
+ [fa285422054c]
384
+
385
+ 2004-03-08 stillflame <stillflame>
386
+
387
+ * README:
388
+ no, this is not using the default install.rb installation process
389
+ [bdfc3046476d]
390
+
391
+ * lib/pluginfactory.rb:
392
+ FactoryError now inherits from RuntimeError
393
+ [fff45f7bd617]
394
+
395
+ * test.rb:
396
+ filling in
397
+ [afcfd0b3773e]
398
+
399
+ * tests/dir/deepsubofmybase.rb, tests/mybase.rb, tests/othersub.rb,
400
+ tests/subofmybase.rb:
401
+ initial import
402
+ [e3675050434b]
403
+
404
+ 2004-03-07 stillflame <stillflame>
405
+
406
+ * README:
407
+ reformatted
408
+ [aff1901c91d7]
409
+
410
+ * install.rb:
411
+ filled in
412
+ [9c45c10602db]
413
+
414
+ * COPYRIGHT, README:
415
+ filled in
416
+ [00a55d9e3ad3]
417
+
418
+ * lib/pluginfactory.rb:
419
+ cleaned out ties to other modules
420
+ [845d40a15b41]
421
+
422
+ * lib/factory.rb, lib/pluginfactory.rb:
423
+ renaming
424
+ [00fd93bfbfe5]
425
+
426
+ 2004-03-07 unknown <unknown>
427
+
428
+ * This commit was manufactured by cvs2svn to create branch
429
+ 'FaerieMUDConsortium'.
430
+ [bad1b8bd1ccf] <FaerieMUDConsortium>
431
+
432
+ 2004-03-07 stillflame <stillflame>
433
+
434
+ * COPYRIGHT, README, install.rb, lib/factory.rb, test.rb:
435
+ Initial revision
436
+ [d3618e7fd9ac]
437
+
438
+ 2009-08-15 Michael Granger <ged@FaerieMUD.org>
439
+
440
+ * README, lib/pluginfactory.rb, utils.rb:
441
+ Cleanup after conversion
442
+ [fe5667cb2942]
443
+
444
+ * .hgignore, Rakefile, project.yml:
445
+ Updated build system
446
+ [46777daaabdb]
447
+
448
+ 2009-08-15 convert-repo <convert-repo>
449
+
450
+ * .hgtags:
451
+ update tags
452
+ [e690b17efb4e]
453
+
454
+ 2009-02-25 Michael Granger <ged@FaerieMUD.org>
455
+
456
+ * lib/pluginfactory.rb:
457
+ Incrementing library version.
458
+ [9b895e2121be]
459
+
460
+ * lib/pluginfactory.rb, spec/lib/helpers.rb,
461
+ spec/pluginfactory_spec.rb:
462
+ * Fixes for Ruby 1.9.1.
463
+ * Replace home-grown logger stuff with Logger library
464
+ [a57e9e1fffc4]
465
+
466
+ 2009-02-23 Michael Granger <ged@FaerieMUD.org>
467
+
468
+ * Rakefile, project.yml, spec/pluginfactory_spec.rb, utils.rb:
469
+ Start of fixes for 1.9.1.
470
+ [493ad8b8049e]
471
+
472
+ 2008-08-13 Michael Granger <ged@FaerieMUD.org>
473
+
474
+ * Updating tags on new files.
475
+ [072932f35fa2]
476
+
477
+ * rake/helpers.rb, rake/publishing.rb, rake/svn.rb,
478
+ rake/verifytask.rb:
479
+ Removing old rake tasklib dir
480
+ [4ab11fe73be4]
481
+
482
+ * LICENSE, README, Rakefile, project.yml:
483
+ Converting to the new build system
484
+ [19b42b3c37f3]
485
+
486
+ 2008-03-26 Michael Granger <ged@FaerieMUD.org>
487
+
488
+ * Rakefile, rake/publishing.rb, rake/svn.rb:
489
+ * More packaging/publishing fixes.
490
+ [7125b6003515]
491
+
492
+ 2008-03-25 Michael Granger <ged@FaerieMUD.org>
493
+
494
+ * Rakefile, rake/publishing.rb:
495
+ * Fixed announcement-sending task to use SMTP+SSL via a monkeypatch
496
+ to net/smtp. (Maybe package it up and upstream later?)
497
+ [fed1ea53a934]
498
+
499
+ * .cvsignore, .gemspec, LICENSE, MANIFEST, README, Rakefile,
500
+ docs/.cvsignore, docs/CATALOG, docs/makedocs.rb,
501
+ experiments/logger_output.rb, install.rb, lib/pluginfactory.rb,
502
+ makedist.rb, rake/helpers.rb, rake/publishing.rb, rake/svn.rb,
503
+ spec/pluginfactory_spec.rb:
504
+ * Packaging and publication tasks updated.
505
+ * Updated documentation.
506
+ [ebb431bd3e59]
507
+
508
+ 2007-07-27 Michael Granger <ged@FaerieMUD.org>
509
+
510
+ * test.rb:
511
+ Removed test runner script
512
+ [4d967ef2f111]
513
+
514
+ * COPYRIGHT, LICENSE, Rakefile, lib/pluginfactory.rb, rake/helpers.rb,
515
+ rake/svn.rb, rake/verifytask.rb, spec/pluginfactory_spec.rb,
516
+ spec/spec.opts, test.rb, tests/dir/deepsubofmybase.rb,
517
+ tests/mybase.rb, tests/othersub.rb, tests/subofmybase.rb:
518
+ Converted test::unit tests to RSpec
519
+ [d930322d7257]
520
+
521
+ 2007-03-13 Michael Granger <ged@FaerieMUD.org>
522
+
523
+ * makedist.rb:
524
+ Bumping project-version and fixing makedist problems.
525
+ [59907aabffde]
526
+
527
+ * lib/pluginfactory.rb:
528
+ * Log list of candidate subdirs
529
+ [00893950cf25]
530
+
531
+ 2007-02-22 Michael Granger <ged@FaerieMUD.org>
532
+
533
+ * lib/pluginfactory.rb:
534
+ * Support #derivative_dirs method as well as the camelCased variant.
535
+ [4c56f048a182]
536
+
537
+ 2006-07-01 Michael Granger <ged@FaerieMUD.org>
538
+
539
+ * docs/makedocs.rb, lib/pluginfactory.rb, test.rb:
540
+ * Converted camelCased methods to under_barred ones.
541
+ * Fixed tests.
542
+ [6fffbf9b5bd2]
543
+
544
+ 2005-03-05 Michael Granger <ged@FaerieMUD.org>
545
+
546
+ * Incremented project version attribute
547
+ [e8daaf813d26]
548
+
549
+ * makedist.rb:
550
+ Merged changes from project-utils version
551
+ [b83ace0e5210]
552
+
553
+ * lib/pluginfactory.rb:
554
+ - Made load failures raise FactoryErrors as intended instead of
555
+ RuntimeErrors.
556
+ [ee1c6ed5d684]
557
+
558
+ 2004-11-21 Michael Granger <ged@FaerieMUD.org>
559
+
560
+ * install.rb, utils.rb:
561
+ -- Updated project-utils files
562
+ [105ee41be6fa]
563
+
564
+ * .gemspec, MANIFEST:
565
+ -- Gemified
566
+ -- Fixed missing utils.rb in MANIFEST
567
+ -- Added project-spec properties to the root dir.
568
+ [70a3e789a5f9]
569
+
570
+ 2004-09-08 Michael Granger <ged@FaerieMUD.org>
571
+
572
+ * docs/makedocs.rb, install.rb, makedist.rb, utils.rb:
573
+ - Hmmm... that didn't work. Copying over new versions of the util
574
+ scripts until I figure out how the hell to do what I want.
575
+ [ebb9633f9b07]
576
+
577
+ * docs/makedocs.rb, install.rb, makedist.rb, utils.rb:
578
+ - Replacing with versions from project-utils (experimental -- may
579
+ just have to re-check them in)
580
+ [1d04712bdf3d]
581
+
582
+ 2004-08-24 Michael Granger <ged@FaerieMUD.org>
583
+
584
+ * - Added a very important property
585
+ [9505e5d0166b]
586
+
587
+ * lib/pluginfactory.rb:
588
+ - Added keywords property to lib/pluginfactory.rb
589
+ [ecae4f4680ad]
590
+
591
+ * install.rb:
592
+ - Fixed String =~ String warning
593
+ [12cd465fc2b9]
594
+
595
+ * install.rb:
596
+ - Added bangheader
597
+ [5ec386741575]
598
+
599
+ * test.rb:
600
+ - Easyified bangheader
601
+ [63e34128e0f0]
602
+
603
+ 2004-03-10 Michael Granger <ged@FaerieMUD.org>
604
+
605
+ * ChangeLog:
606
+ Updated for tag release_0_01
607
+ [fced8642d1b0]
608
+
609
+ * .cvsignore, .irbrc, ChangeLog, MANIFEST, docs/.cvsignore,
610
+ docs/CATALOG, docs/makedocs.rb, makedist.rb, utils.rb:
611
+ Initial checkin.
612
+ [0658f49ae563]
613
+
614
+ 2004-03-08 Michael Granger <ged@FaerieMUD.org>
615
+
616
+ * tests/dir/deepsubofmybase.rb, tests/othersub.rb:
617
+ - Fixed class/file agreement.
618
+ [63964459cf6e]
619
+
620
+ * tests/mybase.rb:
621
+ - Fixed derivativeDirs method.
622
+ [ecb82dc312e7]
623
+
624
+ * lib/pluginfactory.rb:
625
+ - Documentation additions
626
+
627
+ - Refactored path-search code
628
+ [0938213db300]
629
+
630
+ * test.rb:
631
+ - Added a hook into -d that turns on logging.
632
+ [a5caa49b677b]
633
+
634
+ 2004-03-08 Martin Chase <stillflame@FaerieMUD.org>
635
+
636
+ * README:
637
+ no, this is not using the default install.rb installation process
638
+ [48a6ad672ee6]
639
+
640
+ * lib/pluginfactory.rb:
641
+ FactoryError now inherits from RuntimeError
642
+ [3bbead1f4ca4]
643
+
644
+ * test.rb:
645
+ filling in
646
+ [b71b4d89f826]
647
+
648
+ * tests/dir/deepsubofmybase.rb, tests/mybase.rb, tests/othersub.rb,
649
+ tests/subofmybase.rb:
650
+ initial import
651
+ [6f21a73f4bfe]
652
+
653
+ 2004-03-07 Martin Chase <stillflame@FaerieMUD.org>
654
+
655
+ * README:
656
+ reformatted
657
+ [6770707b0e32]
658
+
659
+ * install.rb:
660
+ filled in
661
+ [81aca5b501d9]
662
+
663
+ * COPYRIGHT, README:
664
+ filled in
665
+ [f375b7c3e339]
666
+
667
+ * lib/pluginfactory.rb:
668
+ cleaned out ties to other modules
669
+ [1d68afc9193f]
670
+
671
+ * lib/factory.rb, lib/pluginfactory.rb:
672
+ renaming
673
+ [4d3aae37f6aa]
674
+
675
+ 2004-03-07 unknown <unknown>
676
+
677
+ * This commit was manufactured by cvs2svn to create branch
678
+ 'FaerieMUDConsortium'.
679
+ [ba53aba840f3] <FaerieMUDConsortium>
680
+
681
+ 2004-03-07 Martin Chase <stillflame@FaerieMUD.org>
682
+
683
+ * COPYRIGHT, README, install.rb, lib/factory.rb, test.rb:
684
+ Initial revision
685
+ [4c07d530c1b5]
686
+
687
+ 2004-03-07 unknown <unknown>
688
+
689
+ * New repository initialized by cvs2svn.
690
+ [d0ff88878464]