pluggability 0.4.3 → 0.8.0

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.
data/ChangeLog DELETED
@@ -1,868 +0,0 @@
1
- 2015-03-03 Mahlon E. Smith <mahlon@laika.com>
2
-
3
- * .hgsigs:
4
- Added signature for changeset 7f6ff521c94a
5
- [5bcb7e1a02d1] [tip]
6
-
7
- * .hgtags:
8
- Added tag v0.4.1 for changeset 4b314c3ea2cb
9
- [7f6ff521c94a]
10
-
11
- 2015-03-03 Michael Granger <ged@FaerieMUD.org>
12
-
13
- * History.rdoc, Rakefile:
14
- Update History
15
- [57f448b3e4a5]
16
-
17
- 2015-03-03 Mahlon E. Smith <mahlon@martini.nu>
18
-
19
- * lib/pluggability.rb, spec/pluggability_spec.rb:
20
- Use only the latest installed gems to build a candidate list, rather
21
- than all installed in the $LOAD_PATH. Bump version.
22
- [4b314c3ea2cb] [v0.4.1]
23
-
24
- 2015-02-27 Michael Granger <ged@FaerieMUD.org>
25
-
26
- * Rakefile, loggability.gemspec, pluggability.gemspec:
27
- Fix the gemspec name
28
- [f17b18fbdb15] [github/master]
29
-
30
- * .rvmrc, .travis.yml, Gemfile, Rakefile, loggability.gemspec:
31
- Prep for travis-ci builds
32
- [6f744d57837f]
33
-
34
- 2014-06-05 Michael Granger <ged@FaerieMUD.org>
35
-
36
- * Gemfile, Rakefile, lib/pluggability.rb, spec/helpers.rb,
37
- spec/pluggability_spec.rb:
38
- Update for RSpec 3.
39
- [6efeedbd384c]
40
-
41
- 2014-01-08 Michael Granger <ged@FaerieMUD.org>
42
-
43
- * .rvm.gems, Rakefile:
44
- Update dependencies.
45
- [1110442a07c7]
46
-
47
- * .hgtags:
48
- Added tag v0.4.0 for changeset f07f7054d9bd
49
- [4d4ed9f6e347]
50
-
51
- * .hgsigs:
52
- Added signature for changeset d25537179cd9
53
- [f07f7054d9bd] [v0.4.0]
54
-
55
- * History.rdoc, lib/pluggability.rb:
56
- Bump the minor version, update history.
57
- [d25537179cd9]
58
-
59
- * lib/pluggability.rb, spec/pluggability_spec.rb:
60
- Add a name attribute to plugins for introspection.
61
- [305572825ffb]
62
-
63
- 2013-09-25 Michael Granger <ged@FaerieMUD.org>
64
-
65
- * .hgtags:
66
- Added tag v0.3.0 for changeset 344a4bea4055
67
- [6319eb6a7b45]
68
-
69
- * .hgsigs:
70
- Added signature for changeset 262b5b4e1629
71
- [344a4bea4055] [v0.3.0]
72
-
73
- * History.rdoc, lib/pluggability.rb:
74
- Bump the minor version, update history.
75
- [262b5b4e1629]
76
-
77
- * Gemfile, README.rdoc, Rakefile, experiments/logger_output.rb,
78
- lib/pluggability.rb, spec/pluggability_spec.rb:
79
- Add plugin exclusion patterns
80
- [dc968f687c9c]
81
-
82
- * Manifest.txt, spec/helpers.rb, spec/lib/helpers.rb,
83
- spec/pluggability_spec.rb:
84
- Converted to use new RSpec syntax.
85
- [1b4bb8026a4a]
86
-
87
- * .hgignore, .rvm.gems, Gemfile, Rakefile:
88
- Update dependencies; add Gemfile
89
- [ead3164b3b3c]
90
-
91
- * README.rdoc:
92
- Updated the README
93
- [3b9ccb970bc2]
94
-
95
- 2013-03-28 Michael Granger <ged@FaerieMUD.org>
96
-
97
- * .hgtags:
98
- Added tag v0.2.0 for changeset e84984f17d66
99
- [000ff70690ab]
100
-
101
- * .hgsigs:
102
- Added signature for changeset ae9bce03c327
103
- [e84984f17d66] [v0.2.0]
104
-
105
- * History.rdoc, lib/pluggability.rb:
106
- Bump the minor version, update history.
107
- [ae9bce03c327]
108
-
109
- * .rvm.gems, Rakefile:
110
- Bump dependency versions
111
- [dfff4fd68a46]
112
-
113
- * README.rdoc, lib/pluggability.rb, spec/pluggability_spec.rb:
114
- Fix loading of grandchildren of plugins
115
- [93a6045c9551]
116
-
117
- * experiments/logger_output.rb:
118
- Add logging experiment
119
- [8485f1330bd0]
120
-
121
- 2013-03-27 Michael Granger <ged@FaerieMUD.org>
122
-
123
- * .hgtags:
124
- Added tag v0.1.0 for changeset 4f9521c5937c
125
- [227f97060b6c]
126
-
127
- * .hgsigs:
128
- Added signature for changeset c2ff7a2e8e97
129
- [4f9521c5937c] [v0.1.0]
130
-
131
- * History.rdoc, lib/pluggability.rb:
132
- Bumped minor version, updated history.
133
- [c2ff7a2e8e97]
134
-
135
- * lib/pluggability.rb, spec/pluggability_spec.rb:
136
- Add loading via underbarred name variants (CommaDelimitedThing ->
137
- comma_delimited)
138
- [950d84e5d343]
139
-
140
- * lib/pluggability.rb, spec/pluggability_spec.rb:
141
- Rename some 'factory' bits to 'plugin' for consistency.
142
- [6d0c8e03207b]
143
-
144
- 2013-03-01 Michael Granger <ged@FaerieMUD.org>
145
-
146
- * .hgtags:
147
- Added tag v0.0.2 for changeset bb1aacf9953c
148
- [8157aa410711]
149
-
150
- * .hgsigs:
151
- Added signature for changeset 41c55c0e6830
152
- [bb1aacf9953c] [v0.0.2]
153
-
154
- * .rvmrc, History.rdoc, lib/pluggability.rb:
155
- Bump patch version, update history.
156
- [41c55c0e6830]
157
-
158
- 2012-08-13 Michael Granger <ged@FaerieMUD.org>
159
-
160
- * lib/pluggability.rb, spec/pluggability_spec.rb:
161
- Simplify Pluggability#derivatives.
162
- [7feffaf62b71]
163
-
164
- 2012-08-06 Michael Granger <ged@FaerieMUD.org>
165
-
166
- * README.rdoc, Rakefile, experiments/logger_output.rb:
167
- Update docs.
168
- [2ae57144e2df]
169
-
170
- 2012-08-03 Michael Granger <ged@FaerieMUD.org>
171
-
172
- * .hgtags:
173
- Added tag v0.0.1 for changeset 379015772893
174
- [f66a50774525]
175
-
176
- * lib/pluggability.rb, spec/pluggability_spec.rb:
177
- Fix specs for FactoryError changes; add backward-compatibility
178
- constant.
179
- [379015772893] [v0.0.1]
180
-
181
- * .rvm.gems, History.rdoc, Rakefile, lib/pluggability.rb,
182
- spec/pluggability_spec.rb:
183
- Finish up conversion to Pluggability
184
- [a5ca03df63cf]
185
-
186
- * .hgtags:
187
- Removed tag release
188
- [71aae8059784]
189
-
190
- * .hgtags:
191
- Removed tag RELEASE_0_01
192
- [a1b97d0de8d0]
193
-
194
- * .hgtags:
195
- Removed tag RELEASE_1_0_0
196
- [e5e76893e2ba]
197
-
198
- * .hgtags:
199
- Removed tag RELEASE_1_0_1
200
- [b09151d6f68f]
201
-
202
- * .hgtags:
203
- Removed tag SNAPSHOT_20070313
204
- [45e7935e8eb2]
205
-
206
- * .hgtags:
207
- Removed tag RELEASE_1_0_2
208
- [ac1f86759b58]
209
-
210
- * .hgtags:
211
- Removed tag RELEASE_1_0_3
212
- [d5e5456a2762]
213
-
214
- * .hgtags:
215
- Removed tag 1.0.5
216
- [953e75097b73]
217
-
218
- * .hgtags:
219
- Removed tag 1.0.6
220
- [24861dc02aee]
221
-
222
- * .hgtags:
223
- Removed tag 1.0.7
224
- [686ca01f4bda]
225
-
226
- * .hgtags:
227
- Removed tag v1.0.8
228
- [5f4dab137f8c]
229
-
230
- 2012-08-01 Michael Granger <ged@FaerieMUD.org>
231
-
232
- * .irbrc, .rvmrc, Manifest.txt, README.rdoc, Rakefile,
233
- experiments/logger_output.rb, lib/pluggability.rb,
234
- lib/pluginfactory.rb, spec/lib/helpers.rb,
235
- spec/pluggability_spec.rb, spec/pluginfactory_spec.rb:
236
- Start conversion to Pluggability
237
- [25ff09f969ba]
238
-
239
- 2012-02-20 Michael Granger <ged@FaerieMUD.org>
240
-
241
- * .hgtags:
242
- Added tag v1.0.8 for changeset 4213a6d8ae94
243
- [dc4d376c24f2]
244
-
245
- * Manifest.txt, Rakefile:
246
- Update the manifest, add pre-checkin test to catch this in the
247
- future.
248
- [4213a6d8ae94]
249
-
250
- * LICENSE, spec/spec.opts:
251
- Remove unused files
252
- [43266599abdf]
253
-
254
- * lib/pluginfactory.rb:
255
- Bump the patch version.
256
- [b4f6f8c60cd8]
257
-
258
- * spec/pluginfactory_spec.rb:
259
- Update spec syntax.
260
- [c40bfd8fd765]
261
-
262
- * .tm_properties:
263
- Add a Textmate project file
264
- [bb652bf55fd7]
265
-
266
- * .hgignore:
267
- Add doc directory to the ignorefile
268
- [821563ead969]
269
-
270
- * .rvm.gems, .rvmrc, History.md, History.rdoc, LICENSE, Manifest.txt,
271
- README.md, README.rdoc, Rakefile, lib/pluginfactory.rb,
272
- spec/lib/helpers.rb:
273
- Update project.
274
-
275
- - Updated specs for RSpec 2.8.0.
276
- - Fixed the logging advice in the README.
277
- - Converted Markdown docs to RDoc.
278
- - Added rvmrc + gemset
279
- [f7baed0379c7]
280
-
281
- 2011-04-06 Michael Granger <ged@FaerieMUD.org>
282
-
283
- * .hgsubstate:
284
- Removed old subrepo state file
285
- [a6ad5108278b]
286
-
287
- * .hgsub, .hgsubstate, History.md, Manifest.txt, README, README.md,
288
- Rakefile, project.yml:
289
- Convered to hoe.
290
- [78e98ebc8c81]
291
-
292
- 2010-12-09 Michael Granger <ged@FaerieMUD.org>
293
-
294
- * .hgsubstate, LICENSE, Rakefile, project.yml, spec/lib/helpers.rb,
295
- spec/pluginfactory_spec.rb:
296
- Converted tests to RSpec 2.
297
- [2dd66561cae2]
298
-
299
- 2010-09-27 Michael Granger <ged@FaerieMUD.org>
300
-
301
- * .hgtags:
302
- Added tag 1.0.7 for changeset e901eb9b9220
303
- [4566cc565a16]
304
-
305
- * .hgsigs:
306
- Added signature for changeset 64ad5e369500
307
- [e901eb9b9220]
308
-
309
- * lib/pluginfactory.rb:
310
- Version bump.
311
- [64ad5e369500]
312
-
313
- * .hgignore, .hgsub, .hgsubstate, Rakefile, project.yml,
314
- spec/pluginfactory_spec.rb:
315
- Updated for Ruby 1.9.2; updated build system.
316
- [97951e854828]
317
-
318
- 2010-03-23 Michael Granger <ged@FaerieMUD.org>
319
-
320
- * .hgtags:
321
- Added tag 1.0.6 for changeset bd09679b910d
322
- [9b6b855f45c2]
323
-
324
- * .hgsigs:
325
- Added signature for changeset db0ea352c67c
326
- [bd09679b910d]
327
-
328
- * .hgtags:
329
- Removed tag 1.0.6
330
- [db0ea352c67c]
331
-
332
- * ChangeLog, MANIFEST, utils.rb:
333
- Removing outdated/generated files.
334
- [278cfdc9f41b]
335
-
336
- * Rakefile, project.yml:
337
- Build system updates.
338
- [b4d64737265f]
339
-
340
- 2009-11-11 Michael Granger <ged@FaerieMUD.org>
341
-
342
- * .hgtags:
343
- Added tag 1.0.6 for changeset 31d84e2bf3ca
344
- [7ebf343e40b8]
345
-
346
- * .hgsigs:
347
- Added signature for changeset 1db3303a18ae
348
- [31d84e2bf3ca]
349
-
350
- * lib/pluginfactory.rb:
351
- Bumping version to 1.0.6.
352
- [1db3303a18ae]
353
-
354
- * Rakefile:
355
- Gemspec fixes.
356
- [2bb28ab4efd6]
357
-
358
- 2009-11-06 Michael Granger <ged@FaerieMUD.org>
359
-
360
- * .hgtags:
361
- Added tag 1.0.5 for changeset 791b0d9a35cc
362
- [8f63b0241b69]
363
-
364
- * .hgsigs:
365
- Added signature for changeset 3cd9d854ce79
366
- [791b0d9a35cc]
367
-
368
- * .hgignore, Rakefile, lib/pluginfactory.rb, project.yml:
369
- Merged with 93:fe5667cb2942.
370
- [3cd9d854ce79]
371
-
372
- * .hgignore, LICENSE, Rakefile, lib/pluginfactory.rb:
373
- Updated build system, bumping version, migrating to gemcutter.
374
- [e816e3795c49]
375
-
376
- 2009-08-08 Michael Granger <ged@FaerieMUD.org>
377
-
378
- * .hgignore, Rakefile, lib/pluginfactory.rb, project.yml,
379
- spec/pluginfactory_spec.rb:
380
- Converted to Mercurial, updated build system.
381
- [72b9a4fa46d6]
382
-
383
- 2009-02-25 deveiant <deveiant>
384
-
385
- * lib/pluginfactory.rb:
386
- Incrementing library version.
387
- [d83b983df058]
388
-
389
- * lib/pluginfactory.rb, spec/lib/helpers.rb,
390
- spec/pluginfactory_spec.rb:
391
- * Fixes for Ruby 1.9.1.
392
- * Replace home-grown logger stuff with Logger library
393
- [d1acaf5b27bf]
394
-
395
- 2009-02-23 deveiant <deveiant>
396
-
397
- * Rakefile, project.yml, spec/pluginfactory_spec.rb, utils.rb:
398
- Start of fixes for 1.9.1.
399
- [e9da3dd2a722]
400
-
401
- 2008-08-13 deveiant <deveiant>
402
-
403
- * Updating tags on new files.
404
- [0825975c74ce]
405
-
406
- * rake/helpers.rb, rake/publishing.rb, rake/svn.rb,
407
- rake/verifytask.rb:
408
- Removing old rake tasklib dir
409
- [f77c17a155f3]
410
-
411
- * LICENSE, README, Rakefile, project.yml:
412
- Converting to the new build system
413
- [1dc9571d428b]
414
-
415
- 2008-03-26 deveiant <deveiant>
416
-
417
- * Rakefile, rake/publishing.rb, rake/svn.rb:
418
- * More packaging/publishing fixes.
419
- [f6d36785648b]
420
-
421
- 2008-03-25 deveiant <deveiant>
422
-
423
- * Rakefile, rake/publishing.rb:
424
- * Fixed announcement-sending task to use SMTP+SSL via a monkeypatch
425
- to net/smtp. (Maybe package it up and upstream later?)
426
- [c67a1083d7b8]
427
-
428
- * .cvsignore, .gemspec, LICENSE, MANIFEST, README, Rakefile,
429
- docs/.cvsignore, docs/CATALOG, docs/makedocs.rb,
430
- experiments/logger_output.rb, install.rb, lib/pluginfactory.rb,
431
- makedist.rb, rake/helpers.rb, rake/publishing.rb, rake/svn.rb,
432
- spec/pluginfactory_spec.rb:
433
- * Packaging and publication tasks updated.
434
- * Updated documentation.
435
- [032613fa2adf]
436
-
437
- 2007-07-27 deveiant <deveiant>
438
-
439
- * test.rb:
440
- Removed test runner script
441
- [04f62e495c55]
442
-
443
- * COPYRIGHT, LICENSE, Rakefile, lib/pluginfactory.rb, rake/helpers.rb,
444
- rake/svn.rb, rake/verifytask.rb, spec/pluginfactory_spec.rb,
445
- spec/spec.opts, test.rb, tests/dir/deepsubofmybase.rb,
446
- tests/mybase.rb, tests/othersub.rb, tests/subofmybase.rb:
447
- Converted test::unit tests to RSpec
448
- [c57b56593ad8]
449
-
450
- 2007-03-13 deveiant <deveiant>
451
-
452
- * makedist.rb:
453
- Bumping project-version and fixing makedist problems.
454
- [a66bb254939c]
455
-
456
- * lib/pluginfactory.rb:
457
- * Log list of candidate subdirs
458
- [210707e1c1b9]
459
-
460
- 2007-02-22 deveiant <deveiant>
461
-
462
- * lib/pluginfactory.rb:
463
- * Support #derivative_dirs method as well as the camelCased variant.
464
- [10df874f3dd2]
465
-
466
- 2006-07-01 ged <ged>
467
-
468
- * docs/makedocs.rb, lib/pluginfactory.rb, test.rb:
469
- * Converted camelCased methods to under_barred ones.
470
- * Fixed tests.
471
- [7159eec3d123]
472
-
473
- 2005-03-05 ged <ged>
474
-
475
- * Incremented project version attribute
476
- [7cbc57e7ccf6]
477
-
478
- * makedist.rb:
479
- Merged changes from project-utils version
480
- [7ef14552ab3d]
481
-
482
- * lib/pluginfactory.rb:
483
- - Made load failures raise FactoryErrors as intended instead of
484
- RuntimeErrors.
485
- [e95a4103ceff]
486
-
487
- 2004-11-21 ged <ged>
488
-
489
- * install.rb, utils.rb:
490
- -- Updated project-utils files
491
- [bdc2ee405763]
492
-
493
- * .gemspec, MANIFEST:
494
- -- Gemified
495
- -- Fixed missing utils.rb in MANIFEST
496
- -- Added project-spec properties to the root dir.
497
- [66a4b51fd8bf]
498
-
499
- 2004-09-08 ged <ged>
500
-
501
- * docs/makedocs.rb, install.rb, makedist.rb, utils.rb:
502
- - Hmmm... that didn't work. Copying over new versions of the util
503
- scripts until I figure out how the hell to do what I want.
504
- [bc561eade281]
505
-
506
- * docs/makedocs.rb, install.rb, makedist.rb, utils.rb:
507
- - Replacing with versions from project-utils (experimental -- may
508
- just have to re-check them in)
509
- [b4e3563186c5]
510
-
511
- 2004-08-24 ged <ged>
512
-
513
- * - Added a very important property
514
- [e59d46a77b94]
515
-
516
- * lib/pluginfactory.rb:
517
- - Added keywords property to lib/pluginfactory.rb
518
- [78d73905dcb8]
519
-
520
- * install.rb:
521
- - Fixed String =~ String warning
522
- [efbb3151a6a8]
523
-
524
- * install.rb:
525
- - Added bangheader
526
- [6a91c13a3cf3]
527
-
528
- * test.rb:
529
- - Easyified bangheader
530
- [c918e81c262e]
531
-
532
- 2004-03-10 deveiant <deveiant>
533
-
534
- * ChangeLog:
535
- Updated for tag release_0_01
536
- [0c5c4055cfd0]
537
-
538
- * .cvsignore, .irbrc, ChangeLog, MANIFEST, docs/.cvsignore,
539
- docs/CATALOG, docs/makedocs.rb, makedist.rb, utils.rb:
540
- Initial checkin.
541
- [bf4ec3577624]
542
-
543
- 2004-03-08 deveiant <deveiant>
544
-
545
- * tests/dir/deepsubofmybase.rb, tests/othersub.rb:
546
- - Fixed class/file agreement.
547
- [6b8f3bc4cf9e]
548
-
549
- * tests/mybase.rb:
550
- - Fixed derivativeDirs method.
551
- [435f0c9aa88e]
552
-
553
- * lib/pluginfactory.rb:
554
- - Documentation additions
555
-
556
- - Refactored path-search code
557
- [588e608bdbf2]
558
-
559
- * test.rb:
560
- - Added a hook into -d that turns on logging.
561
- [fa285422054c]
562
-
563
- 2004-03-08 stillflame <stillflame>
564
-
565
- * README:
566
- no, this is not using the default install.rb installation process
567
- [bdfc3046476d]
568
-
569
- * lib/pluginfactory.rb:
570
- FactoryError now inherits from RuntimeError
571
- [fff45f7bd617]
572
-
573
- * test.rb:
574
- filling in
575
- [afcfd0b3773e]
576
-
577
- * tests/dir/deepsubofmybase.rb, tests/mybase.rb, tests/othersub.rb,
578
- tests/subofmybase.rb:
579
- initial import
580
- [e3675050434b]
581
-
582
- 2004-03-07 stillflame <stillflame>
583
-
584
- * README:
585
- reformatted
586
- [aff1901c91d7]
587
-
588
- * install.rb:
589
- filled in
590
- [9c45c10602db]
591
-
592
- * COPYRIGHT, README:
593
- filled in
594
- [00a55d9e3ad3]
595
-
596
- * lib/pluginfactory.rb:
597
- cleaned out ties to other modules
598
- [845d40a15b41]
599
-
600
- * lib/factory.rb, lib/pluginfactory.rb:
601
- renaming
602
- [00fd93bfbfe5]
603
-
604
- 2004-03-07 unknown <unknown>
605
-
606
- * This commit was manufactured by cvs2svn to create branch
607
- 'FaerieMUDConsortium'.
608
- [bad1b8bd1ccf] <FaerieMUDConsortium>
609
-
610
- 2004-03-07 stillflame <stillflame>
611
-
612
- * COPYRIGHT, README, install.rb, lib/factory.rb, test.rb:
613
- Initial revision
614
- [d3618e7fd9ac]
615
-
616
- 2009-08-15 Michael Granger <ged@FaerieMUD.org>
617
-
618
- * README, lib/pluginfactory.rb, utils.rb:
619
- Cleanup after conversion
620
- [fe5667cb2942]
621
-
622
- * .hgignore, Rakefile, project.yml:
623
- Updated build system
624
- [46777daaabdb]
625
-
626
- 2009-08-15 convert-repo <convert-repo>
627
-
628
- * .hgtags:
629
- update tags
630
- [e690b17efb4e]
631
-
632
- 2009-02-25 Michael Granger <ged@FaerieMUD.org>
633
-
634
- * lib/pluginfactory.rb:
635
- Incrementing library version.
636
- [9b895e2121be]
637
-
638
- * lib/pluginfactory.rb, spec/lib/helpers.rb,
639
- spec/pluginfactory_spec.rb:
640
- * Fixes for Ruby 1.9.1.
641
- * Replace home-grown logger stuff with Logger library
642
- [a57e9e1fffc4]
643
-
644
- 2009-02-23 Michael Granger <ged@FaerieMUD.org>
645
-
646
- * Rakefile, project.yml, spec/pluginfactory_spec.rb, utils.rb:
647
- Start of fixes for 1.9.1.
648
- [493ad8b8049e]
649
-
650
- 2008-08-13 Michael Granger <ged@FaerieMUD.org>
651
-
652
- * Updating tags on new files.
653
- [072932f35fa2]
654
-
655
- * rake/helpers.rb, rake/publishing.rb, rake/svn.rb,
656
- rake/verifytask.rb:
657
- Removing old rake tasklib dir
658
- [4ab11fe73be4]
659
-
660
- * LICENSE, README, Rakefile, project.yml:
661
- Converting to the new build system
662
- [19b42b3c37f3]
663
-
664
- 2008-03-26 Michael Granger <ged@FaerieMUD.org>
665
-
666
- * Rakefile, rake/publishing.rb, rake/svn.rb:
667
- * More packaging/publishing fixes.
668
- [7125b6003515]
669
-
670
- 2008-03-25 Michael Granger <ged@FaerieMUD.org>
671
-
672
- * Rakefile, rake/publishing.rb:
673
- * Fixed announcement-sending task to use SMTP+SSL via a monkeypatch
674
- to net/smtp. (Maybe package it up and upstream later?)
675
- [fed1ea53a934]
676
-
677
- * .cvsignore, .gemspec, LICENSE, MANIFEST, README, Rakefile,
678
- docs/.cvsignore, docs/CATALOG, docs/makedocs.rb,
679
- experiments/logger_output.rb, install.rb, lib/pluginfactory.rb,
680
- makedist.rb, rake/helpers.rb, rake/publishing.rb, rake/svn.rb,
681
- spec/pluginfactory_spec.rb:
682
- * Packaging and publication tasks updated.
683
- * Updated documentation.
684
- [ebb431bd3e59]
685
-
686
- 2007-07-27 Michael Granger <ged@FaerieMUD.org>
687
-
688
- * test.rb:
689
- Removed test runner script
690
- [4d967ef2f111]
691
-
692
- * COPYRIGHT, LICENSE, Rakefile, lib/pluginfactory.rb, rake/helpers.rb,
693
- rake/svn.rb, rake/verifytask.rb, spec/pluginfactory_spec.rb,
694
- spec/spec.opts, test.rb, tests/dir/deepsubofmybase.rb,
695
- tests/mybase.rb, tests/othersub.rb, tests/subofmybase.rb:
696
- Converted test::unit tests to RSpec
697
- [d930322d7257]
698
-
699
- 2007-03-13 Michael Granger <ged@FaerieMUD.org>
700
-
701
- * makedist.rb:
702
- Bumping project-version and fixing makedist problems.
703
- [59907aabffde]
704
-
705
- * lib/pluginfactory.rb:
706
- * Log list of candidate subdirs
707
- [00893950cf25]
708
-
709
- 2007-02-22 Michael Granger <ged@FaerieMUD.org>
710
-
711
- * lib/pluginfactory.rb:
712
- * Support #derivative_dirs method as well as the camelCased variant.
713
- [4c56f048a182]
714
-
715
- 2006-07-01 Michael Granger <ged@FaerieMUD.org>
716
-
717
- * docs/makedocs.rb, lib/pluginfactory.rb, test.rb:
718
- * Converted camelCased methods to under_barred ones.
719
- * Fixed tests.
720
- [6fffbf9b5bd2]
721
-
722
- 2005-03-05 Michael Granger <ged@FaerieMUD.org>
723
-
724
- * Incremented project version attribute
725
- [e8daaf813d26]
726
-
727
- * makedist.rb:
728
- Merged changes from project-utils version
729
- [b83ace0e5210]
730
-
731
- * lib/pluginfactory.rb:
732
- - Made load failures raise FactoryErrors as intended instead of
733
- RuntimeErrors.
734
- [ee1c6ed5d684]
735
-
736
- 2004-11-21 Michael Granger <ged@FaerieMUD.org>
737
-
738
- * install.rb, utils.rb:
739
- -- Updated project-utils files
740
- [105ee41be6fa]
741
-
742
- * .gemspec, MANIFEST:
743
- -- Gemified
744
- -- Fixed missing utils.rb in MANIFEST
745
- -- Added project-spec properties to the root dir.
746
- [70a3e789a5f9]
747
-
748
- 2004-09-08 Michael Granger <ged@FaerieMUD.org>
749
-
750
- * docs/makedocs.rb, install.rb, makedist.rb, utils.rb:
751
- - Hmmm... that didn't work. Copying over new versions of the util
752
- scripts until I figure out how the hell to do what I want.
753
- [ebb9633f9b07]
754
-
755
- * docs/makedocs.rb, install.rb, makedist.rb, utils.rb:
756
- - Replacing with versions from project-utils (experimental -- may
757
- just have to re-check them in)
758
- [1d04712bdf3d]
759
-
760
- 2004-08-24 Michael Granger <ged@FaerieMUD.org>
761
-
762
- * - Added a very important property
763
- [9505e5d0166b]
764
-
765
- * lib/pluginfactory.rb:
766
- - Added keywords property to lib/pluginfactory.rb
767
- [ecae4f4680ad]
768
-
769
- * install.rb:
770
- - Fixed String =~ String warning
771
- [12cd465fc2b9]
772
-
773
- * install.rb:
774
- - Added bangheader
775
- [5ec386741575]
776
-
777
- * test.rb:
778
- - Easyified bangheader
779
- [63e34128e0f0]
780
-
781
- 2004-03-10 Michael Granger <ged@FaerieMUD.org>
782
-
783
- * ChangeLog:
784
- Updated for tag release_0_01
785
- [fced8642d1b0]
786
-
787
- * .cvsignore, .irbrc, ChangeLog, MANIFEST, docs/.cvsignore,
788
- docs/CATALOG, docs/makedocs.rb, makedist.rb, utils.rb:
789
- Initial checkin.
790
- [0658f49ae563]
791
-
792
- 2004-03-08 Michael Granger <ged@FaerieMUD.org>
793
-
794
- * tests/dir/deepsubofmybase.rb, tests/othersub.rb:
795
- - Fixed class/file agreement.
796
- [63964459cf6e]
797
-
798
- * tests/mybase.rb:
799
- - Fixed derivativeDirs method.
800
- [ecb82dc312e7]
801
-
802
- * lib/pluginfactory.rb:
803
- - Documentation additions
804
-
805
- - Refactored path-search code
806
- [0938213db300]
807
-
808
- * test.rb:
809
- - Added a hook into -d that turns on logging.
810
- [a5caa49b677b]
811
-
812
- 2004-03-08 Martin Chase <stillflame@FaerieMUD.org>
813
-
814
- * README:
815
- no, this is not using the default install.rb installation process
816
- [48a6ad672ee6]
817
-
818
- * lib/pluginfactory.rb:
819
- FactoryError now inherits from RuntimeError
820
- [3bbead1f4ca4]
821
-
822
- * test.rb:
823
- filling in
824
- [b71b4d89f826]
825
-
826
- * tests/dir/deepsubofmybase.rb, tests/mybase.rb, tests/othersub.rb,
827
- tests/subofmybase.rb:
828
- initial import
829
- [6f21a73f4bfe]
830
-
831
- 2004-03-07 Martin Chase <stillflame@FaerieMUD.org>
832
-
833
- * README:
834
- reformatted
835
- [6770707b0e32]
836
-
837
- * install.rb:
838
- filled in
839
- [81aca5b501d9]
840
-
841
- * COPYRIGHT, README:
842
- filled in
843
- [f375b7c3e339]
844
-
845
- * lib/pluginfactory.rb:
846
- cleaned out ties to other modules
847
- [1d68afc9193f]
848
-
849
- * lib/factory.rb, lib/pluginfactory.rb:
850
- renaming
851
- [4d3aae37f6aa]
852
-
853
- 2004-03-07 unknown <unknown>
854
-
855
- * This commit was manufactured by cvs2svn to create branch
856
- 'FaerieMUDConsortium'.
857
- [ba53aba840f3] <FaerieMUDConsortium>
858
-
859
- 2004-03-07 Martin Chase <stillflame@FaerieMUD.org>
860
-
861
- * COPYRIGHT, README, install.rb, lib/factory.rb, test.rb:
862
- Initial revision
863
- [4c07d530c1b5]
864
-
865
- 2004-03-07 unknown <unknown>
866
-
867
- * New repository initialized by cvs2svn.
868
- [d0ff88878464]