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