pluginfactory 1.0.7 → 1.0.8

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