pluginfactory 1.0.7 → 1.0.8
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.tar.gz.sig +0 -0
- data/.gemtest +0 -0
- data/ChangeLog +511 -212
- data/History.rdoc +46 -0
- data/Manifest.txt +8 -0
- data/README.rdoc +237 -0
- data/Rakefile +17 -347
- data/lib/pluginfactory.rb +42 -18
- data/spec/lib/helpers.rb +116 -206
- data/spec/pluginfactory_spec.rb +27 -20
- metadata +157 -97
- metadata.gz.sig +1 -2
- data/LICENSE +0 -27
- data/README +0 -200
- data/rake/191_compat.rb +0 -26
- data/rake/dependencies.rb +0 -76
- data/rake/documentation.rb +0 -115
- data/rake/helpers.rb +0 -502
- data/rake/hg.rb +0 -287
- data/rake/manual.rb +0 -787
- data/rake/packaging.rb +0 -129
- data/rake/publishing.rb +0 -348
- data/rake/style.rb +0 -62
- data/rake/svn.rb +0 -668
- data/rake/testing.rb +0 -187
- data/rake/verifytask.rb +0 -64
data.tar.gz.sig
CHANGED
Binary file
|
data/.gemtest
ADDED
File without changes
|
data/ChangeLog
CHANGED
@@ -1,318 +1,617 @@
|
|
1
|
-
|
2
|
-
Added tag 1.0.6 for changeset bd09679b910d
|
1
|
+
2012-02-20 Michael Granger <ged@FaerieMUD.org>
|
3
2
|
|
4
|
-
|
5
|
-
|
3
|
+
* lib/pluginfactory.rb:
|
4
|
+
Bump the patch version.
|
5
|
+
[b4f6f8c60cd8] [tip]
|
6
6
|
|
7
|
-
|
8
|
-
|
7
|
+
* spec/pluginfactory_spec.rb:
|
8
|
+
Update spec syntax.
|
9
|
+
[c40bfd8fd765] [github/master]
|
9
10
|
|
10
|
-
|
11
|
-
|
11
|
+
* .tm_properties:
|
12
|
+
Add a Textmate project file
|
13
|
+
[bb652bf55fd7]
|
12
14
|
|
13
|
-
|
14
|
-
|
15
|
+
* .hgignore:
|
16
|
+
Add doc directory to the ignorefile
|
17
|
+
[821563ead969]
|
15
18
|
|
16
|
-
|
17
|
-
|
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
|
-
|
20
|
-
|
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
|
-
|
23
|
-
Bumping version to 1.0.6.
|
30
|
+
2011-04-06 Michael Granger <ged@FaerieMUD.org>
|
24
31
|
|
25
|
-
|
26
|
-
|
32
|
+
* .hgsubstate:
|
33
|
+
Removed old subrepo state file
|
34
|
+
[a6ad5108278b]
|
27
35
|
|
28
|
-
|
29
|
-
|
36
|
+
* .hgsub, .hgsubstate, History.md, Manifest.txt, README, README.md,
|
37
|
+
Rakefile, project.yml:
|
38
|
+
Convered to hoe.
|
39
|
+
[78e98ebc8c81]
|
30
40
|
|
31
|
-
|
32
|
-
Added signature for changeset 3cd9d854ce79
|
41
|
+
2010-12-09 Michael Granger <ged@FaerieMUD.org>
|
33
42
|
|
34
|
-
|
35
|
-
|
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
|
-
|
38
|
-
Updated build system, bumping version, migrating to gemcutter.
|
48
|
+
2010-09-27 Michael Granger <ged@FaerieMUD.org>
|
39
49
|
|
40
|
-
|
41
|
-
|
50
|
+
* .hgtags:
|
51
|
+
Added tag 1.0.7 for changeset e901eb9b9220
|
52
|
+
[4566cc565a16]
|
42
53
|
|
43
|
-
|
44
|
-
|
54
|
+
* .hgsigs:
|
55
|
+
Added signature for changeset 64ad5e369500
|
56
|
+
[e901eb9b9220] [1.0.7]
|
45
57
|
|
46
|
-
|
47
|
-
|
58
|
+
* lib/pluginfactory.rb:
|
59
|
+
Version bump.
|
60
|
+
[64ad5e369500]
|
48
61
|
|
49
|
-
|
50
|
-
|
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
|
-
|
53
|
-
Updating tags on new files.
|
67
|
+
2010-03-23 Michael Granger <ged@FaerieMUD.org>
|
54
68
|
|
55
|
-
|
56
|
-
|
69
|
+
* .hgtags:
|
70
|
+
Added tag 1.0.6 for changeset bd09679b910d
|
71
|
+
[9b6b855f45c2]
|
57
72
|
|
58
|
-
|
59
|
-
|
73
|
+
* .hgsigs:
|
74
|
+
Added signature for changeset db0ea352c67c
|
75
|
+
[bd09679b910d] [1.0.6]
|
60
76
|
|
61
|
-
|
62
|
-
|
77
|
+
* .hgtags:
|
78
|
+
Removed tag 1.0.6
|
79
|
+
[db0ea352c67c]
|
63
80
|
|
64
|
-
|
65
|
-
|
81
|
+
* ChangeLog, MANIFEST, utils.rb:
|
82
|
+
Removing outdated/generated files.
|
83
|
+
[278cfdc9f41b]
|
66
84
|
|
67
|
-
|
68
|
-
|
85
|
+
* Rakefile, project.yml:
|
86
|
+
Build system updates.
|
87
|
+
[b4d64737265f]
|
69
88
|
|
70
|
-
|
71
|
-
Removed test runner script
|
89
|
+
2009-11-11 Michael Granger <ged@FaerieMUD.org>
|
72
90
|
|
73
|
-
|
74
|
-
|
91
|
+
* .hgtags:
|
92
|
+
Added tag 1.0.6 for changeset 31d84e2bf3ca
|
93
|
+
[7ebf343e40b8]
|
75
94
|
|
76
|
-
|
77
|
-
|
95
|
+
* .hgsigs:
|
96
|
+
Added signature for changeset 1db3303a18ae
|
97
|
+
[31d84e2bf3ca]
|
78
98
|
|
79
|
-
|
80
|
-
|
99
|
+
* lib/pluginfactory.rb:
|
100
|
+
Bumping version to 1.0.6.
|
101
|
+
[1db3303a18ae]
|
81
102
|
|
82
|
-
|
83
|
-
|
103
|
+
* Rakefile:
|
104
|
+
Gemspec fixes.
|
105
|
+
[2bb28ab4efd6]
|
84
106
|
|
85
|
-
|
86
|
-
* Converted camelCased methods to under_barred ones.
|
107
|
+
2009-11-06 Michael Granger <ged@FaerieMUD.org>
|
87
108
|
|
88
|
-
|
89
|
-
|
109
|
+
* .hgtags:
|
110
|
+
Added tag 1.0.5 for changeset 791b0d9a35cc
|
111
|
+
[8f63b0241b69]
|
90
112
|
|
91
|
-
|
92
|
-
|
113
|
+
* .hgsigs:
|
114
|
+
Added signature for changeset 3cd9d854ce79
|
115
|
+
[791b0d9a35cc] [1.0.5]
|
93
116
|
|
94
|
-
|
95
|
-
|
117
|
+
* .hgignore, Rakefile, lib/pluginfactory.rb, project.yml:
|
118
|
+
Merged with 93:fe5667cb2942.
|
119
|
+
[3cd9d854ce79]
|
96
120
|
|
97
|
-
|
98
|
-
|
121
|
+
* .hgignore, LICENSE, Rakefile, lib/pluginfactory.rb:
|
122
|
+
Updated build system, bumping version, migrating to gemcutter.
|
123
|
+
[e816e3795c49]
|
99
124
|
|
100
|
-
|
101
|
-
-- Gemified
|
125
|
+
2009-08-08 Michael Granger <ged@FaerieMUD.org>
|
102
126
|
|
103
|
-
|
104
|
-
|
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
|
-
|
107
|
-
- Replacing with versions from project-utils (experimental -- may just have to
|
132
|
+
2009-02-25 deveiant <deveiant>
|
108
133
|
|
109
|
-
|
110
|
-
|
134
|
+
* lib/pluginfactory.rb:
|
135
|
+
Incrementing library version.
|
136
|
+
[d83b983df058]
|
111
137
|
|
112
|
-
|
113
|
-
|
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
|
-
|
116
|
-
- Fixed String =~ String warning
|
144
|
+
2009-02-23 deveiant <deveiant>
|
117
145
|
|
118
|
-
|
119
|
-
|
146
|
+
* Rakefile, project.yml, spec/pluginfactory_spec.rb, utils.rb:
|
147
|
+
Start of fixes for 1.9.1.
|
148
|
+
[e9da3dd2a722]
|
120
149
|
|
121
|
-
|
122
|
-
- Easyified bangheader
|
150
|
+
2008-08-13 deveiant <deveiant>
|
123
151
|
|
124
|
-
|
125
|
-
|
152
|
+
* Updating tags on new files.
|
153
|
+
[0825975c74ce]
|
126
154
|
|
127
|
-
|
128
|
-
|
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
|
-
|
131
|
-
|
160
|
+
* LICENSE, README, Rakefile, project.yml:
|
161
|
+
Converting to the new build system
|
162
|
+
[1dc9571d428b]
|
132
163
|
|
133
|
-
|
134
|
-
- Fixed derivativeDirs method.
|
164
|
+
2008-03-26 deveiant <deveiant>
|
135
165
|
|
136
|
-
|
137
|
-
|
166
|
+
* Rakefile, rake/publishing.rb, rake/svn.rb:
|
167
|
+
* More packaging/publishing fixes.
|
168
|
+
[f6d36785648b]
|
138
169
|
|
139
|
-
|
140
|
-
- Added a hook into -d that turns on logging.
|
170
|
+
2008-03-25 deveiant <deveiant>
|
141
171
|
|
142
|
-
|
143
|
-
|
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
|
-
|
146
|
-
|
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
|
-
|
149
|
-
filling in
|
186
|
+
2007-07-27 deveiant <deveiant>
|
150
187
|
|
151
|
-
|
152
|
-
|
188
|
+
* test.rb:
|
189
|
+
Removed test runner script
|
190
|
+
[04f62e495c55]
|
153
191
|
|
154
|
-
|
155
|
-
|
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
|
-
|
158
|
-
filled in
|
199
|
+
2007-03-13 deveiant <deveiant>
|
159
200
|
|
160
|
-
|
161
|
-
|
201
|
+
* makedist.rb:
|
202
|
+
Bumping project-version and fixing makedist problems.
|
203
|
+
[a66bb254939c]
|
162
204
|
|
163
|
-
|
164
|
-
|
205
|
+
* lib/pluginfactory.rb:
|
206
|
+
* Log list of candidate subdirs
|
207
|
+
[210707e1c1b9]
|
165
208
|
|
166
|
-
|
167
|
-
renaming
|
209
|
+
2007-02-22 deveiant <deveiant>
|
168
210
|
|
169
|
-
|
170
|
-
|
211
|
+
* lib/pluginfactory.rb:
|
212
|
+
* Support #derivative_dirs method as well as the camelCased variant.
|
213
|
+
[10df874f3dd2]
|
171
214
|
|
172
|
-
|
173
|
-
Initial revision
|
215
|
+
2006-07-01 ged <ged>
|
174
216
|
|
175
|
-
|
176
|
-
|
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
|
-
|
179
|
-
Updated build system
|
222
|
+
2005-03-05 ged <ged>
|
180
223
|
|
181
|
-
|
182
|
-
|
224
|
+
* Incremented project version attribute
|
225
|
+
[7cbc57e7ccf6]
|
183
226
|
|
184
|
-
|
185
|
-
|
227
|
+
* makedist.rb:
|
228
|
+
Merged changes from project-utils version
|
229
|
+
[7ef14552ab3d]
|
186
230
|
|
187
|
-
|
188
|
-
|
231
|
+
* lib/pluginfactory.rb:
|
232
|
+
- Made load failures raise FactoryErrors as intended instead of
|
233
|
+
RuntimeErrors.
|
234
|
+
[e95a4103ceff]
|
189
235
|
|
190
|
-
|
191
|
-
Start of fixes for 1.9.1.
|
236
|
+
2004-11-21 ged <ged>
|
192
237
|
|
193
|
-
|
194
|
-
|
238
|
+
* install.rb, utils.rb:
|
239
|
+
-- Updated project-utils files
|
240
|
+
[bdc2ee405763]
|
195
241
|
|
196
|
-
|
197
|
-
|
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
|
-
|
200
|
-
Converting to the new build system
|
248
|
+
2004-09-08 ged <ged>
|
201
249
|
|
202
|
-
|
203
|
-
|
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
|
-
|
206
|
-
|
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
|
-
|
209
|
-
* Packaging and publication tasks updated.
|
260
|
+
2004-08-24 ged <ged>
|
210
261
|
|
211
|
-
|
212
|
-
|
262
|
+
* - Added a very important property
|
263
|
+
[e59d46a77b94]
|
213
264
|
|
214
|
-
|
215
|
-
|
265
|
+
* lib/pluginfactory.rb:
|
266
|
+
- Added keywords property to lib/pluginfactory.rb
|
267
|
+
[78d73905dcb8]
|
216
268
|
|
217
|
-
|
218
|
-
|
269
|
+
* install.rb:
|
270
|
+
- Fixed String =~ String warning
|
271
|
+
[efbb3151a6a8]
|
219
272
|
|
220
|
-
|
221
|
-
|
273
|
+
* install.rb:
|
274
|
+
- Added bangheader
|
275
|
+
[6a91c13a3cf3]
|
222
276
|
|
223
|
-
|
224
|
-
|
277
|
+
* test.rb:
|
278
|
+
- Easyified bangheader
|
279
|
+
[c918e81c262e]
|
225
280
|
|
226
|
-
|
227
|
-
* Converted camelCased methods to under_barred ones.
|
281
|
+
2004-03-10 deveiant <deveiant>
|
228
282
|
|
229
|
-
|
230
|
-
|
283
|
+
* ChangeLog:
|
284
|
+
Updated for tag release_0_01
|
285
|
+
[0c5c4055cfd0]
|
231
286
|
|
232
|
-
|
233
|
-
|
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
|
-
|
236
|
-
- Made load failures raise FactoryErrors as intended instead of RuntimeErrors.
|
292
|
+
2004-03-08 deveiant <deveiant>
|
237
293
|
|
238
|
-
|
239
|
-
|
294
|
+
* tests/dir/deepsubofmybase.rb, tests/othersub.rb:
|
295
|
+
- Fixed class/file agreement.
|
296
|
+
[6b8f3bc4cf9e]
|
240
297
|
|
241
|
-
|
242
|
-
|
298
|
+
* tests/mybase.rb:
|
299
|
+
- Fixed derivativeDirs method.
|
300
|
+
[435f0c9aa88e]
|
243
301
|
|
244
|
-
|
245
|
-
|
302
|
+
* lib/pluginfactory.rb:
|
303
|
+
- Documentation additions
|
246
304
|
|
247
|
-
|
248
|
-
|
305
|
+
- Refactored path-search code
|
306
|
+
[588e608bdbf2]
|
249
307
|
|
250
|
-
|
251
|
-
|
308
|
+
* test.rb:
|
309
|
+
- Added a hook into -d that turns on logging.
|
310
|
+
[fa285422054c]
|
252
311
|
|
253
|
-
|
254
|
-
- Added keywords property to lib/pluginfactory.rb
|
312
|
+
2004-03-08 stillflame <stillflame>
|
255
313
|
|
256
|
-
|
257
|
-
|
314
|
+
* README:
|
315
|
+
no, this is not using the default install.rb installation process
|
316
|
+
[bdfc3046476d]
|
258
317
|
|
259
|
-
|
260
|
-
|
318
|
+
* lib/pluginfactory.rb:
|
319
|
+
FactoryError now inherits from RuntimeError
|
320
|
+
[fff45f7bd617]
|
261
321
|
|
262
|
-
|
263
|
-
|
322
|
+
* test.rb:
|
323
|
+
filling in
|
324
|
+
[afcfd0b3773e]
|
264
325
|
|
265
|
-
|
266
|
-
|
326
|
+
* tests/dir/deepsubofmybase.rb, tests/mybase.rb, tests/othersub.rb,
|
327
|
+
tests/subofmybase.rb:
|
328
|
+
initial import
|
329
|
+
[e3675050434b]
|
267
330
|
|
268
|
-
|
269
|
-
Initial checkin.
|
331
|
+
2004-03-07 stillflame <stillflame>
|
270
332
|
|
271
|
-
|
272
|
-
|
333
|
+
* README:
|
334
|
+
reformatted
|
335
|
+
[aff1901c91d7]
|
273
336
|
|
274
|
-
|
275
|
-
|
337
|
+
* install.rb:
|
338
|
+
filled in
|
339
|
+
[9c45c10602db]
|
276
340
|
|
277
|
-
|
278
|
-
|
341
|
+
* COPYRIGHT, README:
|
342
|
+
filled in
|
343
|
+
[00a55d9e3ad3]
|
279
344
|
|
280
|
-
|
281
|
-
|
345
|
+
* lib/pluginfactory.rb:
|
346
|
+
cleaned out ties to other modules
|
347
|
+
[845d40a15b41]
|
282
348
|
|
283
|
-
|
284
|
-
|
349
|
+
* lib/factory.rb, lib/pluginfactory.rb:
|
350
|
+
renaming
|
351
|
+
[00fd93bfbfe5]
|
285
352
|
|
286
|
-
|
287
|
-
FactoryError now inherits from RuntimeError
|
353
|
+
2004-03-07 unknown <unknown>
|
288
354
|
|
289
|
-
|
290
|
-
|
355
|
+
* This commit was manufactured by cvs2svn to create branch
|
356
|
+
'FaerieMUDConsortium'.
|
357
|
+
[bad1b8bd1ccf] <FaerieMUDConsortium>
|
291
358
|
|
292
|
-
|
293
|
-
initial import
|
359
|
+
2004-03-07 stillflame <stillflame>
|
294
360
|
|
295
|
-
|
296
|
-
|
361
|
+
* COPYRIGHT, README, install.rb, lib/factory.rb, test.rb:
|
362
|
+
Initial revision
|
363
|
+
[d3618e7fd9ac]
|
297
364
|
|
298
|
-
|
299
|
-
filled in
|
365
|
+
2009-08-15 Michael Granger <ged@FaerieMUD.org>
|
300
366
|
|
301
|
-
|
302
|
-
|
367
|
+
* README, lib/pluginfactory.rb, utils.rb:
|
368
|
+
Cleanup after conversion
|
369
|
+
[fe5667cb2942]
|
303
370
|
|
304
|
-
|
305
|
-
|
371
|
+
* .hgignore, Rakefile, project.yml:
|
372
|
+
Updated build system
|
373
|
+
[46777daaabdb]
|
306
374
|
|
307
|
-
|
308
|
-
renaming
|
375
|
+
2009-08-15 convert-repo <convert-repo>
|
309
376
|
|
310
|
-
|
311
|
-
|
377
|
+
* .hgtags:
|
378
|
+
update tags
|
379
|
+
[e690b17efb4e]
|
312
380
|
|
313
|
-
|
314
|
-
Initial revision
|
381
|
+
2009-02-25 Michael Granger <ged@FaerieMUD.org>
|
315
382
|
|
316
|
-
|
317
|
-
|
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]
|