pluggability 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e23ede1e5fd763077f3a64da3b661d1f769da80c52e951d251e49bff33a20cc8
4
- data.tar.gz: 77cc7a5f4b8454d0575ca95f3f4da6d41b6788348a5cbab058a30bda6bcc587c
3
+ metadata.gz: 628dafd4e5dbc09ec70e26595b5bf92870e74a1bfa134b42e632a6edbaa2d2b8
4
+ data.tar.gz: '008e30fe44deb96bcc66bfe2f3abb5ec055647005a2de5220dd40e4879fe5fd4'
5
5
  SHA512:
6
- metadata.gz: c6e5e411c4e132b979edf119454c3c92bdc6964d25a49ad7e1571a52321b2bb9a29d91d50817138af9a6337553b3a16fc6d9703a9066bdae5a632356a2ec2353
7
- data.tar.gz: c0e57bc0cf6f70345fe4bc247501a78d2dba35c602bfa640c54cd1e7babe74592467fb0999d91baae30ebf6b8faeef2f420486aa107aa8077df16e36456adc28
6
+ metadata.gz: 750430fc3a25f8daa1771e9bcff23d67cebd016d3bea5de8996390f712b752e0a75f101a9d12b3ae67de97d7ce2321c13ed66f2bef0f3d8c7ba532f56f7158f2
7
+ data.tar.gz: b4bd0a6d053d73995aee65b7268651fa205b0809dc8c9e0e93b5105504f26439ac89986e651d609f6940ce000f327db377ccbdfe1b9b02a404355b5c04803abd
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
- * .ruby-version, README.md, Rakefile, pluggability.gemspec:
4
- Bump testing Ruby to 2.5, update metadata.
5
- [f251c6649802] [tip]
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
- * lib/pluggability.rb, spec/pluggability_spec.rb:
10
- Only files should be valid candidates.
11
- [05d6834adc74]
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
- * lib/pluggability.rb, pluggability.gemspec,
16
- spec/pluggability_spec.rb:
17
- Don't use require to test for plugins
18
- [f926443712be] [github/master]
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
- * Rakefile, pluggability.gemspec:
23
- Specify rdoc development version to fix dependency issues.
24
- [47f7c4369690]
25
-
26
- * spec/pluggability_spec.rb:
27
- Remove old loggability spec setup, fix whitespace
28
- [944359b4db94]
29
-
30
- * .gems, .ruby-gemset, .ruby-version, .rvm.gems, .rvmrc,
31
- .tm_properties, History.md, History.rdoc, Manifest.txt, README.md,
32
- README.rdoc, Rakefile, pluggability.gemspec:
33
- Update project files/Ruby version.
34
- [0174f10b17b6]
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
- * .hgtags:
39
- Added tag v0.4.3 for changeset 3aad17b08592
40
- [5619c48d3790]
41
-
42
- * .hgsigs:
43
- Added signature for changeset 599945826d8b
44
- [3aad17b08592] [v0.4.3]
45
-
46
- * History.rdoc, lib/pluggability.rb:
47
- Bump the patch version, update history.
48
- [599945826d8b]
49
-
50
- * Rakefile, lib/pluggability.rb, pluggability.gemspec:
51
- Add a workaround for older Rubygems to avoid Bundler problems.
52
- [0ee054190d01]
53
-
54
- * .hgtags:
55
- Added tag v0.4.2 for changeset 4a2f5cde833c
56
- [b69ae7e03433]
57
-
58
- * .hgsigs:
59
- Added signature for changeset 459f8db09b8c
60
- [4a2f5cde833c] [v0.4.2]
61
-
62
- * History.rdoc, lib/pluggability.rb:
63
- Bump the patch version, update history.
64
- [459f8db09b8c]
65
-
66
- * Merged with 5bcb7e1a02d1
67
- [5a267db5f2fd]
68
-
69
- * Rakefile, pluggability.gemspec:
70
- Set the minimum Rubygems version for #find_latest_files support.
71
-
72
- Fixes #1.
73
- [192347e63fb3]
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
- * History.rdoc, Rakefile, pluggability.gemspec:
78
- Update History
79
- [62ff537bb489]
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
- * .hgsigs:
84
- Added signature for changeset 7f6ff521c94a
85
- [5bcb7e1a02d1]
86
-
87
- * .hgtags:
88
- Added tag v0.4.1 for changeset 4b314c3ea2cb
89
- [7f6ff521c94a]
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
- * lib/pluggability.rb, spec/pluggability_spec.rb:
94
- Use only the latest installed gems to build a candidate list, rather
95
- than all installed in the $LOAD_PATH. Bump version.
96
- [4b314c3ea2cb] [v0.4.1]
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
- * Rakefile, loggability.gemspec, pluggability.gemspec:
101
- Fix the gemspec name
102
- [f17b18fbdb15]
103
-
104
- * .rvmrc, .travis.yml, Gemfile, Rakefile, loggability.gemspec:
105
- Prep for travis-ci builds
106
- [6f744d57837f]
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
- * Gemfile, Rakefile, lib/pluggability.rb, spec/helpers.rb,
111
- spec/pluggability_spec.rb:
112
- Update for RSpec 3.
113
- [6efeedbd384c]
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
- * .rvm.gems, Rakefile:
118
- Update dependencies.
119
- [1110442a07c7]
120
-
121
- * .hgtags:
122
- Added tag v0.4.0 for changeset f07f7054d9bd
123
- [4d4ed9f6e347]
124
-
125
- * .hgsigs:
126
- Added signature for changeset d25537179cd9
127
- [f07f7054d9bd] [v0.4.0]
128
-
129
- * History.rdoc, lib/pluggability.rb:
130
- Bump the minor version, update history.
131
- [d25537179cd9]
132
-
133
- * lib/pluggability.rb, spec/pluggability_spec.rb:
134
- Add a name attribute to plugins for introspection.
135
- [305572825ffb]
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
- * .hgtags:
140
- Added tag v0.3.0 for changeset 344a4bea4055
141
- [6319eb6a7b45]
142
-
143
- * .hgsigs:
144
- Added signature for changeset 262b5b4e1629
145
- [344a4bea4055] [v0.3.0]
146
-
147
- * History.rdoc, lib/pluggability.rb:
148
- Bump the minor version, update history.
149
- [262b5b4e1629]
150
-
151
- * Gemfile, README.rdoc, Rakefile, experiments/logger_output.rb,
152
- lib/pluggability.rb, spec/pluggability_spec.rb:
153
- Add plugin exclusion patterns
154
- [dc968f687c9c]
155
-
156
- * Manifest.txt, spec/helpers.rb, spec/lib/helpers.rb,
157
- spec/pluggability_spec.rb:
158
- Converted to use new RSpec syntax.
159
- [1b4bb8026a4a]
160
-
161
- * .hgignore, .rvm.gems, Gemfile, Rakefile:
162
- Update dependencies; add Gemfile
163
- [ead3164b3b3c]
164
-
165
- * README.rdoc:
166
- Updated the README
167
- [3b9ccb970bc2]
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
- * .hgtags:
172
- Added tag v0.2.0 for changeset e84984f17d66
173
- [000ff70690ab]
174
-
175
- * .hgsigs:
176
- Added signature for changeset ae9bce03c327
177
- [e84984f17d66] [v0.2.0]
178
-
179
- * History.rdoc, lib/pluggability.rb:
180
- Bump the minor version, update history.
181
- [ae9bce03c327]
182
-
183
- * .rvm.gems, Rakefile:
184
- Bump dependency versions
185
- [dfff4fd68a46]
186
-
187
- * README.rdoc, lib/pluggability.rb, spec/pluggability_spec.rb:
188
- Fix loading of grandchildren of plugins
189
- [93a6045c9551]
190
-
191
- * experiments/logger_output.rb:
192
- Add logging experiment
193
- [8485f1330bd0]
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
- * .hgtags:
198
- Added tag v0.1.0 for changeset 4f9521c5937c
199
- [227f97060b6c]
200
-
201
- * .hgsigs:
202
- Added signature for changeset c2ff7a2e8e97
203
- [4f9521c5937c] [v0.1.0]
204
-
205
- * History.rdoc, lib/pluggability.rb:
206
- Bumped minor version, updated history.
207
- [c2ff7a2e8e97]
208
-
209
- * lib/pluggability.rb, spec/pluggability_spec.rb:
210
- Add loading via underbarred name variants (CommaDelimitedThing ->
211
- comma_delimited)
212
- [950d84e5d343]
213
-
214
- * lib/pluggability.rb, spec/pluggability_spec.rb:
215
- Rename some 'factory' bits to 'plugin' for consistency.
216
- [6d0c8e03207b]
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
- * .hgtags:
221
- Added tag v0.0.2 for changeset bb1aacf9953c
222
- [8157aa410711]
223
-
224
- * .hgsigs:
225
- Added signature for changeset 41c55c0e6830
226
- [bb1aacf9953c] [v0.0.2]
227
-
228
- * .rvmrc, History.rdoc, lib/pluggability.rb:
229
- Bump patch version, update history.
230
- [41c55c0e6830]
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
- * lib/pluggability.rb, spec/pluggability_spec.rb:
235
- Simplify Pluggability#derivatives.
236
- [7feffaf62b71]
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
- * README.rdoc, Rakefile, experiments/logger_output.rb:
241
- Update docs.
242
- [2ae57144e2df]
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
- * .hgtags:
247
- Added tag v0.0.1 for changeset 379015772893
248
- [f66a50774525]
249
-
250
- * lib/pluggability.rb, spec/pluggability_spec.rb:
251
- Fix specs for FactoryError changes; add backward-compatibility
252
- constant.
253
- [379015772893] [v0.0.1]
254
-
255
- * .rvm.gems, History.rdoc, Rakefile, lib/pluggability.rb,
256
- spec/pluggability_spec.rb:
257
- Finish up conversion to Pluggability
258
- [a5ca03df63cf]
259
-
260
- * .hgtags:
261
- Removed tag release
262
- [71aae8059784]
263
-
264
- * .hgtags:
265
- Removed tag RELEASE_0_01
266
- [a1b97d0de8d0]
267
-
268
- * .hgtags:
269
- Removed tag RELEASE_1_0_0
270
- [e5e76893e2ba]
271
-
272
- * .hgtags:
273
- Removed tag RELEASE_1_0_1
274
- [b09151d6f68f]
275
-
276
- * .hgtags:
277
- Removed tag SNAPSHOT_20070313
278
- [45e7935e8eb2]
279
-
280
- * .hgtags:
281
- Removed tag RELEASE_1_0_2
282
- [ac1f86759b58]
283
-
284
- * .hgtags:
285
- Removed tag RELEASE_1_0_3
286
- [d5e5456a2762]
287
-
288
- * .hgtags:
289
- Removed tag 1.0.5
290
- [953e75097b73]
291
-
292
- * .hgtags:
293
- Removed tag 1.0.6
294
- [24861dc02aee]
295
-
296
- * .hgtags:
297
- Removed tag 1.0.7
298
- [686ca01f4bda]
299
-
300
- * .hgtags:
301
- Removed tag v1.0.8
302
- [5f4dab137f8c]
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
- * .irbrc, .rvmrc, Manifest.txt, README.rdoc, Rakefile,
307
- experiments/logger_output.rb, lib/pluggability.rb,
308
- lib/pluginfactory.rb, spec/lib/helpers.rb,
309
- spec/pluggability_spec.rb, spec/pluginfactory_spec.rb:
310
- Start conversion to Pluggability
311
- [25ff09f969ba]
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
- * .hgtags:
316
- Added tag v1.0.8 for changeset 4213a6d8ae94
317
- [dc4d376c24f2]
318
-
319
- * Manifest.txt, Rakefile:
320
- Update the manifest, add pre-checkin test to catch this in the
321
- future.
322
- [4213a6d8ae94]
323
-
324
- * LICENSE, spec/spec.opts:
325
- Remove unused files
326
- [43266599abdf]
327
-
328
- * lib/pluginfactory.rb:
329
- Bump the patch version.
330
- [b4f6f8c60cd8]
331
-
332
- * spec/pluginfactory_spec.rb:
333
- Update spec syntax.
334
- [c40bfd8fd765]
335
-
336
- * .tm_properties:
337
- Add a Textmate project file
338
- [bb652bf55fd7]
339
-
340
- * .hgignore:
341
- Add doc directory to the ignorefile
342
- [821563ead969]
343
-
344
- * .rvm.gems, .rvmrc, History.md, History.rdoc, LICENSE, Manifest.txt,
345
- README.md, README.rdoc, Rakefile, lib/pluginfactory.rb,
346
- spec/lib/helpers.rb:
347
- Update project.
348
-
349
- - Updated specs for RSpec 2.8.0.
350
- - Fixed the logging advice in the README.
351
- - Converted Markdown docs to RDoc.
352
- - Added rvmrc + gemset
353
- [f7baed0379c7]
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
- * .hgsubstate:
358
- Removed old subrepo state file
359
- [a6ad5108278b]
360
-
361
- * .hgsub, .hgsubstate, History.md, Manifest.txt, README, README.md,
362
- Rakefile, project.yml:
363
- Convered to hoe.
364
- [78e98ebc8c81]
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
- * .hgsubstate, LICENSE, Rakefile, project.yml, spec/lib/helpers.rb,
369
- spec/pluginfactory_spec.rb:
370
- Converted tests to RSpec 2.
371
- [2dd66561cae2]
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
- * .hgtags:
376
- Added tag 1.0.7 for changeset e901eb9b9220
377
- [4566cc565a16]
378
-
379
- * .hgsigs:
380
- Added signature for changeset 64ad5e369500
381
- [e901eb9b9220]
382
-
383
- * lib/pluginfactory.rb:
384
- Version bump.
385
- [64ad5e369500]
386
-
387
- * .hgignore, .hgsub, .hgsubstate, Rakefile, project.yml,
388
- spec/pluginfactory_spec.rb:
389
- Updated for Ruby 1.9.2; updated build system.
390
- [97951e854828]
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
- * .hgtags:
395
- Added tag 1.0.6 for changeset bd09679b910d
396
- [9b6b855f45c2]
397
-
398
- * .hgsigs:
399
- Added signature for changeset db0ea352c67c
400
- [bd09679b910d]
401
-
402
- * .hgtags:
403
- Removed tag 1.0.6
404
- [db0ea352c67c]
405
-
406
- * ChangeLog, MANIFEST, utils.rb:
407
- Removing outdated/generated files.
408
- [278cfdc9f41b]
409
-
410
- * Rakefile, project.yml:
411
- Build system updates.
412
- [b4d64737265f]
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
- * .hgtags:
417
- Added tag 1.0.6 for changeset 31d84e2bf3ca
418
- [7ebf343e40b8]
419
-
420
- * .hgsigs:
421
- Added signature for changeset 1db3303a18ae
422
- [31d84e2bf3ca]
423
-
424
- * lib/pluginfactory.rb:
425
- Bumping version to 1.0.6.
426
- [1db3303a18ae]
427
-
428
- * Rakefile:
429
- Gemspec fixes.
430
- [2bb28ab4efd6]
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
- * .hgtags:
435
- Added tag 1.0.5 for changeset 791b0d9a35cc
436
- [8f63b0241b69]
437
-
438
- * .hgsigs:
439
- Added signature for changeset 3cd9d854ce79
440
- [791b0d9a35cc]
441
-
442
- * .hgignore, Rakefile, lib/pluginfactory.rb, project.yml:
443
- Merged with 93:fe5667cb2942.
444
- [3cd9d854ce79]
445
-
446
- * .hgignore, LICENSE, Rakefile, lib/pluginfactory.rb:
447
- Updated build system, bumping version, migrating to gemcutter.
448
- [e816e3795c49]
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
- * .hgignore, Rakefile, lib/pluginfactory.rb, project.yml,
453
- spec/pluginfactory_spec.rb:
454
- Converted to Mercurial, updated build system.
455
- [72b9a4fa46d6]
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
- * lib/pluginfactory.rb:
460
- Incrementing library version.
461
- [d83b983df058]
462
-
463
- * lib/pluginfactory.rb, spec/lib/helpers.rb,
464
- spec/pluginfactory_spec.rb:
465
- * Fixes for Ruby 1.9.1.
466
- * Replace home-grown logger stuff with Logger library
467
- [d1acaf5b27bf]
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
- * Rakefile, project.yml, spec/pluginfactory_spec.rb, utils.rb:
472
- Start of fixes for 1.9.1.
473
- [e9da3dd2a722]
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
- * Updating tags on new files.
478
- [0825975c74ce]
479
-
480
- * rake/helpers.rb, rake/publishing.rb, rake/svn.rb,
481
- rake/verifytask.rb:
482
- Removing old rake tasklib dir
483
- [f77c17a155f3]
484
-
485
- * LICENSE, README, Rakefile, project.yml:
486
- Converting to the new build system
487
- [1dc9571d428b]
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
- * Rakefile, rake/publishing.rb, rake/svn.rb:
492
- * More packaging/publishing fixes.
493
- [f6d36785648b]
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
- * Rakefile, rake/publishing.rb:
498
- * Fixed announcement-sending task to use SMTP+SSL via a monkeypatch
499
- to net/smtp. (Maybe package it up and upstream later?)
500
- [c67a1083d7b8]
501
-
502
- * .cvsignore, .gemspec, LICENSE, MANIFEST, README, Rakefile,
503
- docs/.cvsignore, docs/CATALOG, docs/makedocs.rb,
504
- experiments/logger_output.rb, install.rb, lib/pluginfactory.rb,
505
- makedist.rb, rake/helpers.rb, rake/publishing.rb, rake/svn.rb,
506
- spec/pluginfactory_spec.rb:
507
- * Packaging and publication tasks updated.
508
- * Updated documentation.
509
- [032613fa2adf]
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
- * test.rb:
514
- Removed test runner script
515
- [04f62e495c55]
516
-
517
- * COPYRIGHT, LICENSE, Rakefile, lib/pluginfactory.rb, rake/helpers.rb,
518
- rake/svn.rb, rake/verifytask.rb, spec/pluginfactory_spec.rb,
519
- spec/spec.opts, test.rb, tests/dir/deepsubofmybase.rb,
520
- tests/mybase.rb, tests/othersub.rb, tests/subofmybase.rb:
521
- Converted test::unit tests to RSpec
522
- [c57b56593ad8]
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
- * makedist.rb:
527
- Bumping project-version and fixing makedist problems.
528
- [a66bb254939c]
529
-
530
- * lib/pluginfactory.rb:
531
- * Log list of candidate subdirs
532
- [210707e1c1b9]
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
- * lib/pluginfactory.rb:
537
- * Support #derivative_dirs method as well as the camelCased variant.
538
- [10df874f3dd2]
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
- * docs/makedocs.rb, lib/pluginfactory.rb, test.rb:
543
- * Converted camelCased methods to under_barred ones.
544
- * Fixed tests.
545
- [7159eec3d123]
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
- * Incremented project version attribute
550
- [7cbc57e7ccf6]
551
-
552
- * makedist.rb:
553
- Merged changes from project-utils version
554
- [7ef14552ab3d]
555
-
556
- * lib/pluginfactory.rb:
557
- - Made load failures raise FactoryErrors as intended instead of
558
- RuntimeErrors.
559
- [e95a4103ceff]
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
- * install.rb, utils.rb:
564
- -- Updated project-utils files
565
- [bdc2ee405763]
566
-
567
- * .gemspec, MANIFEST:
568
- -- Gemified
569
- -- Fixed missing utils.rb in MANIFEST
570
- -- Added project-spec properties to the root dir.
571
- [66a4b51fd8bf]
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
- * docs/makedocs.rb, install.rb, makedist.rb, utils.rb:
576
- - Hmmm... that didn't work. Copying over new versions of the util
577
- scripts until I figure out how the hell to do what I want.
578
- [bc561eade281]
579
-
580
- * docs/makedocs.rb, install.rb, makedist.rb, utils.rb:
581
- - Replacing with versions from project-utils (experimental -- may
582
- just have to re-check them in)
583
- [b4e3563186c5]
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
- * - Added a very important property
588
- [e59d46a77b94]
589
-
590
- * lib/pluginfactory.rb:
591
- - Added keywords property to lib/pluginfactory.rb
592
- [78d73905dcb8]
593
-
594
- * install.rb:
595
- - Fixed String =~ String warning
596
- [efbb3151a6a8]
597
-
598
- * install.rb:
599
- - Added bangheader
600
- [6a91c13a3cf3]
601
-
602
- * test.rb:
603
- - Easyified bangheader
604
- [c918e81c262e]
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
- * ChangeLog:
609
- Updated for tag release_0_01
610
- [0c5c4055cfd0]
611
-
612
- * .cvsignore, .irbrc, ChangeLog, MANIFEST, docs/.cvsignore,
613
- docs/CATALOG, docs/makedocs.rb, makedist.rb, utils.rb:
614
- Initial checkin.
615
- [bf4ec3577624]
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
- * tests/dir/deepsubofmybase.rb, tests/othersub.rb:
620
- - Fixed class/file agreement.
621
- [6b8f3bc4cf9e]
622
-
623
- * tests/mybase.rb:
624
- - Fixed derivativeDirs method.
625
- [435f0c9aa88e]
626
-
627
- * lib/pluginfactory.rb:
628
- - Documentation additions
629
-
630
- - Refactored path-search code
631
- [588e608bdbf2]
632
-
633
- * test.rb:
634
- - Added a hook into -d that turns on logging.
635
- [fa285422054c]
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
- * README:
640
- no, this is not using the default install.rb installation process
641
- [bdfc3046476d]
642
-
643
- * lib/pluginfactory.rb:
644
- FactoryError now inherits from RuntimeError
645
- [fff45f7bd617]
646
-
647
- * test.rb:
648
- filling in
649
- [afcfd0b3773e]
650
-
651
- * tests/dir/deepsubofmybase.rb, tests/mybase.rb, tests/othersub.rb,
652
- tests/subofmybase.rb:
653
- initial import
654
- [e3675050434b]
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
- * README:
659
- reformatted
660
- [aff1901c91d7]
661
-
662
- * install.rb:
663
- filled in
664
- [9c45c10602db]
665
-
666
- * COPYRIGHT, README:
667
- filled in
668
- [00a55d9e3ad3]
669
-
670
- * lib/pluginfactory.rb:
671
- cleaned out ties to other modules
672
- [845d40a15b41]
673
-
674
- * lib/factory.rb, lib/pluginfactory.rb:
675
- renaming
676
- [00fd93bfbfe5]
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
- * This commit was manufactured by cvs2svn to create branch
681
- 'FaerieMUDConsortium'.
682
- [bad1b8bd1ccf] <FaerieMUDConsortium>
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
- * COPYRIGHT, README, install.rb, lib/factory.rb, test.rb:
687
- Initial revision
688
- [d3618e7fd9ac]
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
- * README, lib/pluginfactory.rb, utils.rb:
693
- Cleanup after conversion
694
- [fe5667cb2942]
695
-
696
- * .hgignore, Rakefile, project.yml:
697
- Updated build system
698
- [46777daaabdb]
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
- * .hgtags:
703
- update tags
704
- [e690b17efb4e]
705
-
732
+ o | * .hgtags:
733
+ | | update tags
734
+ | | [e690b17efb4e]
735
+ | |
706
736
  2009-02-25 Michael Granger <ged@FaerieMUD.org>
707
737
 
708
- * lib/pluginfactory.rb:
709
- Incrementing library version.
710
- [9b895e2121be]
711
-
712
- * lib/pluginfactory.rb, spec/lib/helpers.rb,
713
- spec/pluginfactory_spec.rb:
714
- * Fixes for Ruby 1.9.1.
715
- * Replace home-grown logger stuff with Logger library
716
- [a57e9e1fffc4]
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
- * Rakefile, project.yml, spec/pluginfactory_spec.rb, utils.rb:
721
- Start of fixes for 1.9.1.
722
- [493ad8b8049e]
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
- * Updating tags on new files.
727
- [072932f35fa2]
728
-
729
- * rake/helpers.rb, rake/publishing.rb, rake/svn.rb,
730
- rake/verifytask.rb:
731
- Removing old rake tasklib dir
732
- [4ab11fe73be4]
733
-
734
- * LICENSE, README, Rakefile, project.yml:
735
- Converting to the new build system
736
- [19b42b3c37f3]
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
- * Rakefile, rake/publishing.rb, rake/svn.rb:
741
- * More packaging/publishing fixes.
742
- [7125b6003515]
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
- * Rakefile, rake/publishing.rb:
747
- * Fixed announcement-sending task to use SMTP+SSL via a monkeypatch
748
- to net/smtp. (Maybe package it up and upstream later?)
749
- [fed1ea53a934]
750
-
751
- * .cvsignore, .gemspec, LICENSE, MANIFEST, README, Rakefile,
752
- docs/.cvsignore, docs/CATALOG, docs/makedocs.rb,
753
- experiments/logger_output.rb, install.rb, lib/pluginfactory.rb,
754
- makedist.rb, rake/helpers.rb, rake/publishing.rb, rake/svn.rb,
755
- spec/pluginfactory_spec.rb:
756
- * Packaging and publication tasks updated.
757
- * Updated documentation.
758
- [ebb431bd3e59]
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
- * test.rb:
763
- Removed test runner script
764
- [4d967ef2f111]
765
-
766
- * COPYRIGHT, LICENSE, Rakefile, lib/pluginfactory.rb, rake/helpers.rb,
767
- rake/svn.rb, rake/verifytask.rb, spec/pluginfactory_spec.rb,
768
- spec/spec.opts, test.rb, tests/dir/deepsubofmybase.rb,
769
- tests/mybase.rb, tests/othersub.rb, tests/subofmybase.rb:
770
- Converted test::unit tests to RSpec
771
- [d930322d7257]
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
- * makedist.rb:
776
- Bumping project-version and fixing makedist problems.
777
- [59907aabffde]
778
-
779
- * lib/pluginfactory.rb:
780
- * Log list of candidate subdirs
781
- [00893950cf25]
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
- * lib/pluginfactory.rb:
786
- * Support #derivative_dirs method as well as the camelCased variant.
787
- [4c56f048a182]
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
- * docs/makedocs.rb, lib/pluginfactory.rb, test.rb:
792
- * Converted camelCased methods to under_barred ones.
793
- * Fixed tests.
794
- [6fffbf9b5bd2]
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
- * Incremented project version attribute
799
- [e8daaf813d26]
800
-
801
- * makedist.rb:
802
- Merged changes from project-utils version
803
- [b83ace0e5210]
804
-
805
- * lib/pluginfactory.rb:
806
- - Made load failures raise FactoryErrors as intended instead of
807
- RuntimeErrors.
808
- [ee1c6ed5d684]
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
- * install.rb, utils.rb:
813
- -- Updated project-utils files
814
- [105ee41be6fa]
815
-
816
- * .gemspec, MANIFEST:
817
- -- Gemified
818
- -- Fixed missing utils.rb in MANIFEST
819
- -- Added project-spec properties to the root dir.
820
- [70a3e789a5f9]
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
- * docs/makedocs.rb, install.rb, makedist.rb, utils.rb:
825
- - Hmmm... that didn't work. Copying over new versions of the util
826
- scripts until I figure out how the hell to do what I want.
827
- [ebb9633f9b07]
828
-
829
- * docs/makedocs.rb, install.rb, makedist.rb, utils.rb:
830
- - Replacing with versions from project-utils (experimental -- may
831
- just have to re-check them in)
832
- [1d04712bdf3d]
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
- * - Added a very important property
837
- [9505e5d0166b]
838
-
839
- * lib/pluginfactory.rb:
840
- - Added keywords property to lib/pluginfactory.rb
841
- [ecae4f4680ad]
842
-
843
- * install.rb:
844
- - Fixed String =~ String warning
845
- [12cd465fc2b9]
846
-
847
- * install.rb:
848
- - Added bangheader
849
- [5ec386741575]
850
-
851
- * test.rb:
852
- - Easyified bangheader
853
- [63e34128e0f0]
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
- * ChangeLog:
858
- Updated for tag release_0_01
859
- [fced8642d1b0]
860
-
861
- * .cvsignore, .irbrc, ChangeLog, MANIFEST, docs/.cvsignore,
862
- docs/CATALOG, docs/makedocs.rb, makedist.rb, utils.rb:
863
- Initial checkin.
864
- [0658f49ae563]
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
- * tests/dir/deepsubofmybase.rb, tests/othersub.rb:
869
- - Fixed class/file agreement.
870
- [63964459cf6e]
871
-
872
- * tests/mybase.rb:
873
- - Fixed derivativeDirs method.
874
- [ecb82dc312e7]
875
-
876
- * lib/pluginfactory.rb:
877
- - Documentation additions
878
-
879
- - Refactored path-search code
880
- [0938213db300]
881
-
882
- * test.rb:
883
- - Added a hook into -d that turns on logging.
884
- [a5caa49b677b]
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
- * README:
889
- no, this is not using the default install.rb installation process
890
- [48a6ad672ee6]
891
-
892
- * lib/pluginfactory.rb:
893
- FactoryError now inherits from RuntimeError
894
- [3bbead1f4ca4]
895
-
896
- * test.rb:
897
- filling in
898
- [b71b4d89f826]
899
-
900
- * tests/dir/deepsubofmybase.rb, tests/mybase.rb, tests/othersub.rb,
901
- tests/subofmybase.rb:
902
- initial import
903
- [6f21a73f4bfe]
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
- * README:
908
- reformatted
909
- [6770707b0e32]
910
-
911
- * install.rb:
912
- filled in
913
- [81aca5b501d9]
914
-
915
- * COPYRIGHT, README:
916
- filled in
917
- [f375b7c3e339]
918
-
919
- * lib/pluginfactory.rb:
920
- cleaned out ties to other modules
921
- [1d68afc9193f]
922
-
923
- * lib/factory.rb, lib/pluginfactory.rb:
924
- renaming
925
- [4d3aae37f6aa]
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
- * This commit was manufactured by cvs2svn to create branch
930
- 'FaerieMUDConsortium'.
931
- [ba53aba840f3] <FaerieMUDConsortium>
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
- * COPYRIGHT, README, install.rb, lib/factory.rb, test.rb:
936
- Initial revision
937
- [4c07d530c1b5]
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
- * New repository initialized by cvs2svn.
942
- [d0ff88878464]
971
+ o * New repository initialized by cvs2svn.
972
+ [d0ff88878464]