configurability 3.3.0 → 3.4.1

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: 16a729acbe5d059681f8a971a92bb4aff1928d6f6c3f62e5abdfb58ed860fbe7
4
- data.tar.gz: f4aec87e5e323a5867ac2ca4dd898c9a8803a2b563b431b51e5e701d3d143626
3
+ metadata.gz: bffc85b1e06ae1afa837e3afe896d1f41bef255dd37e08e1fa68c239a54fba4f
4
+ data.tar.gz: d0b186c667bcd6ac4dc424dcbd76800b39197d5aa9e0e81955f00381bb07f97d
5
5
  SHA512:
6
- metadata.gz: f59c67a1291be6d46da72404be01fc1e4074c3784f63002452b0f36b035021ad763a64516276722386d85928c3485d9a77e2240eed82a00575c95ec07c8a317a
7
- data.tar.gz: 93f0b06f7cfa0e48578700ea41e6c3b27dce0dc3ab5dd3183c67d0cb4af9ffb7ade5b3b785b5787afbcb53123416ac69863a0919d874dba02bfe9a63378252b6
6
+ metadata.gz: ffc199167905d9e0c8f753a4b47e0d9f07d2e007e6431cc888f07ef227051829a63319c1fb5ea62faacbb08853e494df12bc0f4e43de4d67404f040e07d96217
7
+ data.tar.gz: 6468f8987950e9a4c03e2bd8f03ed556eaf5564cb3cb3f3ac9de9598ad8dcb806f8da16a9ba0d10602022ae5d62e69d245f4966797dcd13464d2b03db68211df
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/ChangeLog CHANGED
@@ -1,897 +1,952 @@
1
+ 2019-09-01 Michael Granger <ged@FaerieMUD.org>
2
+
3
+ @ * History.md, lib/configurability.rb:
4
+ | Bump the minor version, update history
5
+ | [14daa9d41a22] [tip]
6
+ |
7
+ o * Manifest.txt, bin/configurability:
8
+ | Remove old command that depended on Trollop
9
+ | [b451fbfe2718]
10
+ |
11
+ 2019-08-28 Michael Granger <ged@FaerieMUD.org>
12
+
13
+ o * README.md, lib/configurability/setting_installer.rb,
14
+ | spec/configurability_spec.rb:
15
+ | Add a predicate setting option
16
+ | [0eeb3f2e8801]
17
+ |
18
+ o * README.md, spec/configurability_spec.rb:
19
+ | Add a test for an accidental feature
20
+ | [217a4f9b62b3]
21
+ |
22
+ o * certs/ged.pem:
23
+ | Update my gem-signing cert
24
+ | [59472616842a]
25
+ |
26
+ 2019-07-24 Michael Granger <ged@FaerieMUD.org>
27
+
28
+ o * .gems, .ruby-version, Rakefile, configurability.gemspec,
29
+ | lib/configurability.rb, spec/configurability_spec.rb:
30
+ | Add after-configure hooks to execute a block after the configuration
31
+ | has been loaded
32
+ | [859f45fd48b2]
33
+ |
34
+ 2018-09-12 Michael Granger <ged@FaerieMUD.org>
35
+
36
+ o * .hgtags:
37
+ | Added tag v3.3.0 for changeset 7c76f5fb74d7
38
+ | [50be2042879d]
39
+ |
40
+ o * .hgsigs:
41
+ | Added signature for changeset 29114ac9dc2b
42
+ | [7c76f5fb74d7] [v3.3.0]
43
+ |
44
+ o * History.md, lib/configurability.rb:
45
+ | Bump the minor version, update history.
46
+ | [29114ac9dc2b]
47
+ |
48
+ o * .ruby-version, configurability.gemspec,
49
+ | lib/configurability/config.rb,
50
+ | lib/configurability/setting_installer.rb,
51
+ | spec/configurability/config_spec.rb, spec/configurability_spec.rb,
52
+ | spec/helpers.rb:
53
+ | Declare the class/class-instance variable when declaring a setting
54
+ |
55
+ | This also cleans up some other warnings as well.
56
+ | [005eb8f709d3]
57
+ |
1
58
  2018-06-12 Michael Granger <ged@FaerieMUD.org>
2
59
 
3
- * certs/ged.pem:
4
- Update my gem-signing cert
5
- [1612a72e6636] [tip]
6
-
60
+ o * certs/ged.pem:
61
+ | Update my gem-signing cert
62
+ | [1612a72e6636]
63
+ |
7
64
  2018-04-03 Mahlon E. Smith <mahlon@martini.nu>
8
65
 
9
- * .ruby-version, Rakefile, bin/configurability:
10
- Add a 'defaults' dumper to the configurability executable.
11
- [6eb89a9c81e9]
12
-
66
+ o * .ruby-version, Rakefile, bin/configurability:
67
+ | Add a 'defaults' dumper to the configurability executable.
68
+ | [6eb89a9c81e9]
69
+ |
13
70
  2017-04-17 Michael Granger <ged@FaerieMUD.org>
14
71
 
15
- * .hgtags:
16
- Added tag v3.2.0 for changeset f29a2ec77509
17
- [a21b6f09e76c]
18
-
19
- * .hgsigs:
20
- Added signature for changeset c1a8ffc3266f
21
- [f29a2ec77509] [v3.2.0]
22
-
23
- * History.md, lib/configurability.rb:
24
- Bump the minor version, update history.
25
- [c1a8ffc3266f]
26
-
27
- * configurability.gemspec, lib/configurability/setting_installer.rb,
28
- spec/configurability_spec.rb:
29
- Add an option to use class vars for settings
30
- [236bcf961ed6]
31
-
72
+ o * .hgtags:
73
+ | Added tag v3.2.0 for changeset f29a2ec77509
74
+ | [a21b6f09e76c]
75
+ |
76
+ o * .hgsigs:
77
+ | Added signature for changeset c1a8ffc3266f
78
+ | [f29a2ec77509] [v3.2.0]
79
+ |
80
+ o * History.md, lib/configurability.rb:
81
+ | Bump the minor version, update history.
82
+ | [c1a8ffc3266f]
83
+ |
84
+ o * configurability.gemspec, lib/configurability/setting_installer.rb,
85
+ | spec/configurability_spec.rb:
86
+ | Add an option to use class vars for settings
87
+ | [236bcf961ed6]
88
+ |
32
89
  2017-01-16 Michael Granger <ged@FaerieMUD.org>
33
90
 
34
- * README.md:
35
- Update the README to point out that the setting block needs to
36
- handle the default value.
37
- [1c8f45be5fe6] [github/master]
38
-
39
- * .hgtags:
40
- Added tag v3.1.2 for changeset 36951902684f
41
- [12ec255291d1]
42
-
43
- * .hgsigs:
44
- Added signature for changeset d4831719cb5d
45
- [36951902684f] [v3.1.2]
46
-
47
- * History.md, lib/configurability.rb:
48
- Bump patch version, update history.
49
- [d4831719cb5d]
50
-
51
- * lib/configurability/setting_installer.rb,
52
- spec/configurability_spec.rb:
53
- Always use the setting block for defaults.
54
- [164094235d5c]
55
-
91
+ o * README.md:
92
+ | Update the README to point out that the setting block needs to
93
+ | handle the default value.
94
+ | [1c8f45be5fe6]
95
+ |
96
+ o * .hgtags:
97
+ | Added tag v3.1.2 for changeset 36951902684f
98
+ | [12ec255291d1]
99
+ |
100
+ o * .hgsigs:
101
+ | Added signature for changeset d4831719cb5d
102
+ | [36951902684f] [v3.1.2]
103
+ |
104
+ o * History.md, lib/configurability.rb:
105
+ | Bump patch version, update history.
106
+ | [d4831719cb5d]
107
+ |
108
+ o * lib/configurability/setting_installer.rb,
109
+ | spec/configurability_spec.rb:
110
+ | Always use the setting block for defaults.
111
+ | [164094235d5c]
112
+ |
56
113
  2017-01-03 Michael Granger <ged@FaerieMUD.org>
57
114
 
58
- * .hgtags:
59
- Added tag v3.1.1 for changeset 7f0973e5f2e7
60
- [1a3860249ac9]
61
-
62
- * .hgsigs:
63
- Added signature for changeset d6721e4b2dd5
64
- [7f0973e5f2e7] [v3.1.1]
65
-
66
- * History.md, lib/configurability.rb:
67
- Bump the patch version, update history.
68
- [d6721e4b2dd5]
69
-
70
- * lib/configurability/setting_installer.rb,
71
- spec/configurability_spec.rb:
72
- Fix inheritance of defaults when declared using settings
73
- [6357b355b23f]
74
-
75
- * .hgtags:
76
- Added tag v3.1.0 for changeset e00033001c05
77
- [5067776633a5]
78
-
79
- * .hgsigs:
80
- Added signature for changeset 0d8d72ac797f
81
- [e00033001c05] [v3.1.0]
82
-
83
- * History.md, README.md, lib/configurability.rb:
84
- Bump the minor version, update (and fix syntax of) history.
85
- [0d8d72ac797f]
86
-
87
- * Rakefile, configurability.gemspec:
88
- Update Loggability dependency.
89
- [257202284624]
90
-
91
- * README.md, lib/configurability/setting_installer.rb,
92
- spec/configurability_spec.rb:
93
- Add optional pre-processor block to `setting`s.
94
- [75629325016a]
95
-
115
+ o * .hgtags:
116
+ | Added tag v3.1.1 for changeset 7f0973e5f2e7
117
+ | [1a3860249ac9]
118
+ |
119
+ o * .hgsigs:
120
+ | Added signature for changeset d6721e4b2dd5
121
+ | [7f0973e5f2e7] [v3.1.1]
122
+ |
123
+ o * History.md, lib/configurability.rb:
124
+ | Bump the patch version, update history.
125
+ | [d6721e4b2dd5]
126
+ |
127
+ o * lib/configurability/setting_installer.rb,
128
+ | spec/configurability_spec.rb:
129
+ | Fix inheritance of defaults when declared using settings
130
+ | [6357b355b23f]
131
+ |
132
+ o * .hgtags:
133
+ | Added tag v3.1.0 for changeset e00033001c05
134
+ | [5067776633a5]
135
+ |
136
+ o * .hgsigs:
137
+ | Added signature for changeset 0d8d72ac797f
138
+ | [e00033001c05] [v3.1.0]
139
+ |
140
+ o * History.md, README.md, lib/configurability.rb:
141
+ | Bump the minor version, update (and fix syntax of) history.
142
+ | [0d8d72ac797f]
143
+ |
144
+ o * Rakefile, configurability.gemspec:
145
+ | Update Loggability dependency.
146
+ | [257202284624]
147
+ |
148
+ o * README.md, lib/configurability/setting_installer.rb,
149
+ | spec/configurability_spec.rb:
150
+ | Add optional pre-processor block to `setting`s.
151
+ | [75629325016a]
152
+ |
96
153
  2016-12-28 Michael Granger <ged@FaerieMUD.org>
97
154
 
98
- * .hgtags:
99
- Added tag v3.0.0 for changeset b4daf17fa286
100
- [196fa0caf834]
101
-
102
- * .hgsigs:
103
- Added signature for changeset f363eb5811b9
104
- [b4daf17fa286] [v3.0.0]
105
-
106
- * History.md, Manifest.txt, lib/configurability.rb:
107
- Update history and manifest files.
108
- [f363eb5811b9]
109
-
155
+ o * .hgtags:
156
+ | Added tag v3.0.0 for changeset b4daf17fa286
157
+ | [196fa0caf834]
158
+ |
159
+ o * .hgsigs:
160
+ | Added signature for changeset f363eb5811b9
161
+ | [b4daf17fa286] [v3.0.0]
162
+ |
163
+ o * History.md, Manifest.txt, lib/configurability.rb:
164
+ | Update history and manifest files.
165
+ | [f363eb5811b9]
166
+ |
110
167
  2016-12-22 Michael Granger <ged@FaerieMUD.org>
111
168
 
112
- * .tm_properties, Manifest.txt, README.md, configurability.gemspec,
113
- examples/config.yml, examples/readme.rb, lib/configurability.rb,
114
- lib/configurability/deferred_config.rb,
115
- lib/configurability/deferredconfig.rb,
116
- lib/configurability/setting_installer.rb,
117
- spec/configurability/deferred_config_spec.rb,
118
- spec/configurability/deferredconfig_spec.rb,
119
- spec/configurability_spec.rb:
120
- Add a more-useful default configure method
121
- [2a6eff290276]
122
-
169
+ o * .tm_properties, Manifest.txt, README.md, configurability.gemspec,
170
+ | examples/config.yml, examples/readme.rb, lib/configurability.rb,
171
+ | lib/configurability/deferred_config.rb,
172
+ | lib/configurability/deferredconfig.rb,
173
+ | lib/configurability/setting_installer.rb,
174
+ | spec/configurability/deferred_config_spec.rb,
175
+ | spec/configurability/deferredconfig_spec.rb,
176
+ | spec/configurability_spec.rb:
177
+ | Add a more-useful default configure method
178
+ | [2a6eff290276]
179
+ |
123
180
  2016-11-28 Michael Granger <ged@FaerieMUD.org>
124
181
 
125
- * spec/configurability_spec.rb:
126
- Remove a bunch more mocking from the specs.
127
- [3f4150145974]
128
-
182
+ o * spec/configurability_spec.rb:
183
+ | Remove a bunch more mocking from the specs.
184
+ | [3f4150145974]
185
+ |
129
186
  2016-11-23 Michael Granger <ged@FaerieMUD.org>
130
187
 
131
- * History.md, History.rdoc, LICENSE, Manifest.txt, README.md,
132
- README.rdoc, Rakefile, configurability.gemspec,
133
- lib/configurability.rb, spec/configurability_spec.rb:
134
- Fix up some stuff for version 3.0.
135
-
136
- - Fill out some missing stuff in the docs.
137
- - Make the return value from Configurabilty#default_config consistent.
138
- - Convert docs to Markdown
139
- - Remove a bunch of needless mocking from the specs.
140
- [1932602f7894]
141
-
142
- * Rakefile, configurability.gemspec, lib/configurability.rb,
143
- spec/configurability_spec.rb:
144
- Add ability to specify sub-sections of the config
145
- [0192980aa073]
146
-
188
+ o * History.md, History.rdoc, LICENSE, Manifest.txt, README.md,
189
+ | README.rdoc, Rakefile, configurability.gemspec,
190
+ | lib/configurability.rb, spec/configurability_spec.rb:
191
+ | Fix up some stuff for version 3.0.
192
+ |
193
+ | - Fill out some missing stuff in the docs.
194
+ | - Make the return value from Configurabilty#default_config consistent.
195
+ | - Convert docs to Markdown
196
+ | - Remove a bunch of needless mocking from the specs.
197
+ | [1932602f7894]
198
+ |
199
+ o * Rakefile, configurability.gemspec, lib/configurability.rb,
200
+ | spec/configurability_spec.rb:
201
+ | Add ability to specify sub-sections of the config
202
+ | [0192980aa073]
203
+ |
147
204
  2016-11-21 Michael Granger <ged@FaerieMUD.org>
148
205
 
149
- * .gems, .ruby-gemset, .ruby-version, .rvm.gems, .rvmrc,
150
- lib/configurability.rb:
151
- Convert to universal version-manager metadata files
152
- [1b1c94f1b2ae]
153
-
154
- * spec/configurability/config_spec.rb,
155
- spec/configurability/deferredconfig_spec.rb,
156
- spec/configurability_spec.rb:
157
- Expand vertical whitespace in the specs a bit
158
- [e6b0cadb644f]
159
-
160
- * .hgignore:
161
- Ignore gem files
162
- [c19849f4d812]
163
-
206
+ o * .gems, .ruby-gemset, .ruby-version, .rvm.gems, .rvmrc,
207
+ | lib/configurability.rb:
208
+ | Convert to universal version-manager metadata files
209
+ | [1b1c94f1b2ae]
210
+ |
211
+ o * spec/configurability/config_spec.rb,
212
+ | spec/configurability/deferredconfig_spec.rb,
213
+ | spec/configurability_spec.rb:
214
+ | Expand vertical whitespace in the specs a bit
215
+ | [e6b0cadb644f]
216
+ |
217
+ o * .hgignore:
218
+ | Ignore gem files
219
+ | [c19849f4d812]
220
+ |
164
221
  2016-09-28 Michael Granger <ged@FaerieMUD.org>
165
222
 
166
- * .hgtags:
167
- Added tag v2.2.2 for changeset 90aa8da1df04
168
- [fa4f3479d3c2]
169
-
170
- * .hgsigs:
171
- Added signature for changeset 806d1f512f55
172
- [90aa8da1df04] [v2.2.2]
173
-
174
- * History.rdoc, lib/configurability.rb:
175
- Bump the patch version, update history
176
- [806d1f512f55]
177
-
178
- * LICENSE, README.rdoc, Rakefile, certs/ged.pem,
179
- configurability.gemspec, spec/configurability/config_spec.rb,
180
- spec/configurability/deferredconfig_spec.rb,
181
- spec/configurability_spec.rb:
182
- Update docs, build files, spec logging
183
- [8257db70a7c2]
184
-
223
+ o * .hgtags:
224
+ | Added tag v2.2.2 for changeset 90aa8da1df04
225
+ | [fa4f3479d3c2]
226
+ |
227
+ o * .hgsigs:
228
+ | Added signature for changeset 806d1f512f55
229
+ | [90aa8da1df04] [v2.2.2]
230
+ |
231
+ o * History.rdoc, lib/configurability.rb:
232
+ | Bump the patch version, update history
233
+ | [806d1f512f55]
234
+ |
235
+ o * LICENSE, README.rdoc, Rakefile, certs/ged.pem,
236
+ | configurability.gemspec, spec/configurability/config_spec.rb,
237
+ | spec/configurability/deferredconfig_spec.rb,
238
+ | spec/configurability_spec.rb:
239
+ | Update docs, build files, spec logging
240
+ | [8257db70a7c2]
241
+ |
185
242
  2016-08-31 Michael Granger <ged@FaerieMUD.org>
186
243
 
187
- * lib/configurability.rb, lib/configurability/config.rb,
188
- spec/configurability/config_spec.rb:
189
- Fix the merge used by Configurability.gather_defaults
190
-
191
- It should now correctly merge top-level sections together.
192
- [91c270d482af]
193
-
244
+ o * lib/configurability.rb, lib/configurability/config.rb,
245
+ | spec/configurability/config_spec.rb:
246
+ | Fix the merge used by Configurability.gather_defaults
247
+ |
248
+ | It should now correctly merge top-level sections together.
249
+ | [91c270d482af]
250
+ |
194
251
  2016-03-30 Mahlon E. Smith <mahlon@martini.nu>
195
252
 
196
- * lib/configurability.rb:
197
- Make configuration source logging log at a consistent level.
198
- [27dcc1cfb771]
199
-
253
+ o * lib/configurability.rb:
254
+ | Make configuration source logging log at a consistent level.
255
+ | [27dcc1cfb771]
256
+ |
200
257
  2015-02-27 Michael Granger <ged@FaerieMUD.org>
201
258
 
202
- * .rvmrc, .travis.yml, Gemfile, Rakefile, configurability.gemspec:
203
- Set up for travis-ci
204
- [98edc94ff5d3]
205
-
259
+ o * .rvmrc, .travis.yml, Gemfile, Rakefile, configurability.gemspec:
260
+ | Set up for travis-ci
261
+ | [98edc94ff5d3]
262
+ |
206
263
  2014-06-04 Michael Granger <ged@FaerieMUD.org>
207
264
 
208
- * .hgtags:
209
- Added tag v2.2.1 for changeset acc63bf3cabf
210
- [68413308e101]
211
-
212
- * .hgsigs:
213
- Added signature for changeset ead70de30aea
214
- [acc63bf3cabf] [v2.2.1]
215
-
216
- * History.rdoc, lib/configurability.rb:
217
- Bump the patch version and update History.
218
- [ead70de30aea]
219
-
220
- * spec/configurability_spec.rb:
221
- Fix an ordering bug in the top-level specs
222
- [626c60f58fa6]
223
-
224
- * .rvm.gems, Rakefile, lib/configurability/behavior.rb,
225
- spec/configurability_spec.rb, spec/helpers.rb:
226
- Update to RSpec 3.0.0
227
- [92b64128d071]
228
-
265
+ o * .hgtags:
266
+ | Added tag v2.2.1 for changeset acc63bf3cabf
267
+ | [68413308e101]
268
+ |
269
+ o * .hgsigs:
270
+ | Added signature for changeset ead70de30aea
271
+ | [acc63bf3cabf] [v2.2.1]
272
+ |
273
+ o * History.rdoc, lib/configurability.rb:
274
+ | Bump the patch version and update History.
275
+ | [ead70de30aea]
276
+ |
277
+ o * spec/configurability_spec.rb:
278
+ | Fix an ordering bug in the top-level specs
279
+ | [626c60f58fa6]
280
+ |
281
+ o * .rvm.gems, Rakefile, lib/configurability/behavior.rb,
282
+ | spec/configurability_spec.rb, spec/helpers.rb:
283
+ | Update to RSpec 3.0.0
284
+ | [92b64128d071]
285
+ |
229
286
  2014-05-19 Michael Granger <ged@FaerieMUD.org>
230
287
 
231
- * .hgtags:
232
- Added tag v2.2.0 for changeset faab12f4b26b
233
- [08619a4e91a2]
234
-
235
- * .hgsigs:
236
- Added signature for changeset 7ecaadfcf254
237
- [faab12f4b26b] [v2.2.0]
238
-
239
- * History.rdoc, lib/configurability.rb:
240
- Bump the minor version, update history.
241
- [7ecaadfcf254]
242
-
243
- * .pryrc, .rvm.gems, Rakefile, bin/configurability,
244
- configurability.gemspec, lib/configurability.rb,
245
- lib/configurability/config.rb:
246
- Add a .default_config method to objects with Configurability.
247
- [0a948e0bc4f8]
248
-
288
+ o * .hgtags:
289
+ | Added tag v2.2.0 for changeset faab12f4b26b
290
+ | [08619a4e91a2]
291
+ |
292
+ o * .hgsigs:
293
+ | Added signature for changeset 7ecaadfcf254
294
+ | [faab12f4b26b] [v2.2.0]
295
+ |
296
+ o * History.rdoc, lib/configurability.rb:
297
+ | Bump the minor version, update history.
298
+ | [7ecaadfcf254]
299
+ |
300
+ o * .pryrc, .rvm.gems, Rakefile, bin/configurability,
301
+ | configurability.gemspec, lib/configurability.rb,
302
+ | lib/configurability/config.rb:
303
+ | Add a .default_config method to objects with Configurability.
304
+ | [0a948e0bc4f8]
305
+ |
249
306
  2014-01-20 Michael Granger <ged@FaerieMUD.org>
250
307
 
251
- * .hgtags:
252
- Added tag v2.1.2 for changeset 9d74b7350452
253
- [a1c4725557f1]
254
-
255
- * .hgsigs:
256
- Added signature for changeset 8ccc787daf98
257
- [9d74b7350452] [v2.1.2]
258
-
259
- * History.rdoc, lib/configurability.rb:
260
- Bump the patch version, update history
261
- [8ccc787daf98]
262
-
263
- * spec/configurability/config_spec.rb, spec/configurability_spec.rb:
264
- Fix deprecated RSpec syntax.
265
- [7ad723da49ad]
266
-
267
- * lib/configurability/behavior.rb, lib/configurability/config.rb,
268
- spec/configurability/config_spec.rb:
269
- Symbolify keys of defaults for Configurability::Config.new (fixes
270
- #3).
271
- [ce20e349d337]
272
-
308
+ o * .hgtags:
309
+ | Added tag v2.1.2 for changeset 9d74b7350452
310
+ | [a1c4725557f1]
311
+ |
312
+ o * .hgsigs:
313
+ | Added signature for changeset 8ccc787daf98
314
+ | [9d74b7350452] [v2.1.2]
315
+ |
316
+ o * History.rdoc, lib/configurability.rb:
317
+ | Bump the patch version, update history
318
+ | [8ccc787daf98]
319
+ |
320
+ o * spec/configurability/config_spec.rb, spec/configurability_spec.rb:
321
+ | Fix deprecated RSpec syntax.
322
+ | [7ad723da49ad]
323
+ |
324
+ o * lib/configurability/behavior.rb, lib/configurability/config.rb,
325
+ | spec/configurability/config_spec.rb:
326
+ | Symbolify keys of defaults for Configurability::Config.new (fixes
327
+ | #3).
328
+ | [ce20e349d337]
329
+ |
273
330
  2013-11-20 Michael Granger <ged@FaerieMUD.org>
274
331
 
275
- * .hgtags:
276
- Added tag v2.1.1 for changeset 245cf6ed07d1
277
- [75a393910a7b]
278
-
279
- * .hgsigs:
280
- Added signature for changeset 9d24e71e0018
281
- [245cf6ed07d1] [v2.1.1]
282
-
283
- * History.rdoc, lib/configurability.rb:
284
- Bumping patch version, updating history.
285
- [9d24e71e0018]
286
-
287
- * .rvm.gems, lib/configurability/config.rb,
288
- spec/configurability/config_spec.rb:
289
- Fix untainting to not try to dup/untaint immediate objects.
290
-
291
- Thanks to john@cozy.co for the bug report.
292
- [4ba47b11f5ee]
293
-
332
+ o * .hgtags:
333
+ | Added tag v2.1.1 for changeset 245cf6ed07d1
334
+ | [75a393910a7b]
335
+ |
336
+ o * .hgsigs:
337
+ | Added signature for changeset 9d24e71e0018
338
+ | [245cf6ed07d1] [v2.1.1]
339
+ |
340
+ o * History.rdoc, lib/configurability.rb:
341
+ | Bumping patch version, updating history.
342
+ | [9d24e71e0018]
343
+ |
344
+ o * .rvm.gems, lib/configurability/config.rb,
345
+ | spec/configurability/config_spec.rb:
346
+ | Fix untainting to not try to dup/untaint immediate objects.
347
+ |
348
+ | Thanks to john@cozy.co for the bug report.
349
+ | [4ba47b11f5ee]
350
+ |
294
351
  2013-09-16 Michael Granger <ged@FaerieMUD.org>
295
352
 
296
- * Gemfile, Rakefile:
297
- Fix typo in hoe-deveiate dependency.
298
- [e11c77922f80]
299
-
300
- * .hgignore, .rvm.gems, Gemfile, Rakefile:
301
- Add Gemfile, update dependencies.
302
- [8c478c0deb9c]
303
-
353
+ o * Gemfile, Rakefile:
354
+ | Fix typo in hoe-deveiate dependency.
355
+ | [e11c77922f80]
356
+ |
357
+ o * .hgignore, .rvm.gems, Gemfile, Rakefile:
358
+ | Add Gemfile, update dependencies.
359
+ | [8c478c0deb9c]
360
+ |
304
361
  2013-08-13 Michael Granger <ged@FaerieMUD.org>
305
362
 
306
- * .hgtags:
307
- Added tag v2.1.0 for changeset 4070014e656c
308
- [79688df531ae]
309
-
310
- * .hgsigs:
311
- Added signature for changeset d27195f9c3df
312
- [4070014e656c] [v2.1.0]
313
-
314
- * History.rdoc, Manifest.txt, README.rdoc, Rakefile,
315
- lib/configurability.rb, lib/configurability/config.rb:
316
- Bump minor version; update deps, manifest, and history.
317
- [d27195f9c3df]
318
-
319
- * Rakefile, lib/configurability.rb,
320
- spec/configurability/config_spec.rb, spec/configurability_spec.rb:
321
- Fix behavior of inherited Configurability
322
- [9a8961d68e99]
323
-
324
- * lib/configurability/behavior.rb,
325
- spec/configurability/config_spec.rb,
326
- spec/configurability/deferredconfig_spec.rb,
327
- spec/configurability_spec.rb, spec/helpers.rb, spec/lib/helpers.rb:
328
- Convert specs to use expect syntax
329
- [290c7286bd8b]
330
-
363
+ o * .hgtags:
364
+ | Added tag v2.1.0 for changeset 4070014e656c
365
+ | [79688df531ae]
366
+ |
367
+ o * .hgsigs:
368
+ | Added signature for changeset d27195f9c3df
369
+ | [4070014e656c] [v2.1.0]
370
+ |
371
+ o * History.rdoc, Manifest.txt, README.rdoc, Rakefile,
372
+ | lib/configurability.rb, lib/configurability/config.rb:
373
+ | Bump minor version; update deps, manifest, and history.
374
+ | [d27195f9c3df]
375
+ |
376
+ o * Rakefile, lib/configurability.rb,
377
+ | spec/configurability/config_spec.rb, spec/configurability_spec.rb:
378
+ | Fix behavior of inherited Configurability
379
+ | [9a8961d68e99]
380
+ |
381
+ o * lib/configurability/behavior.rb,
382
+ | spec/configurability/config_spec.rb,
383
+ | spec/configurability/deferredconfig_spec.rb,
384
+ | spec/configurability_spec.rb, spec/helpers.rb, spec/lib/helpers.rb:
385
+ | Convert specs to use expect syntax
386
+ | [290c7286bd8b]
387
+ |
331
388
  2013-06-14 Mahlon E. Smith <mahlon@martini.nu>
332
389
 
333
- * .hgtags:
334
- Added tag v2.0.2 for changeset b8b7c6673cde
335
- [842a42780d63]
336
-
337
- * .hgsigs:
338
- Added signature for changeset e53b53d65079
339
- [b8b7c6673cde] [v2.0.2]
340
-
341
- * History.rdoc, lib/configurability.rb:
342
- Bump to version 2.0.2.
343
- [e53b53d65079]
344
-
345
- * lib/configurability/config.rb:
346
- Explicit check for safe_yaml, load YAML with default security
347
- settings if it is installed, and silence stderr warnings.
348
- [e33909a2e0d1]
349
-
390
+ o * .hgtags:
391
+ | Added tag v2.0.2 for changeset b8b7c6673cde
392
+ | [842a42780d63]
393
+ |
394
+ o * .hgsigs:
395
+ | Added signature for changeset e53b53d65079
396
+ | [b8b7c6673cde] [v2.0.2]
397
+ |
398
+ o * History.rdoc, lib/configurability.rb:
399
+ | Bump to version 2.0.2.
400
+ | [e53b53d65079]
401
+ |
402
+ o * lib/configurability/config.rb:
403
+ | Explicit check for safe_yaml, load YAML with default security
404
+ | settings if it is installed, and silence stderr warnings.
405
+ | [e33909a2e0d1]
406
+ |
350
407
  2013-06-07 Mahlon E. Smith <mahlon@martini.nu>
351
408
 
352
- * .hgtags:
353
- Added tag v2.0.1 for changeset c25da00ba16e
354
- [1aa2c0e1c744]
355
-
356
- * .hgsigs:
357
- Added signature for changeset bbf0ba1d6deb
358
- [c25da00ba16e] [v2.0.1]
359
-
360
- * History.rdoc, lib/configurability.rb:
361
- Bump version to v2.0.1.
362
- [bbf0ba1d6deb]
363
-
364
- * lib/configurability.rb:
365
- Inject support into Loggability directly, avoiding load order
366
- dependency issues.
367
- [42ff6915abb9]
368
-
409
+ o * .hgtags:
410
+ | Added tag v2.0.1 for changeset c25da00ba16e
411
+ | [1aa2c0e1c744]
412
+ |
413
+ o * .hgsigs:
414
+ | Added signature for changeset bbf0ba1d6deb
415
+ | [c25da00ba16e] [v2.0.1]
416
+ |
417
+ o * History.rdoc, lib/configurability.rb:
418
+ | Bump version to v2.0.1.
419
+ | [bbf0ba1d6deb]
420
+ |
421
+ o * lib/configurability.rb:
422
+ | Inject support into Loggability directly, avoiding load order
423
+ | dependency issues.
424
+ | [42ff6915abb9]
425
+ |
369
426
  2013-02-25 Michael Granger <ged@FaerieMUD.org>
370
427
 
371
- * .rvmrc:
372
- Test under Ruby 2.0 by default.
373
- [e656bdbc663d]
374
-
428
+ o * .rvmrc:
429
+ | Test under Ruby 2.0 by default.
430
+ | [e656bdbc663d]
431
+ |
375
432
  2013-01-30 Mahlon E. Smith <mahlon@martini.nu>
376
433
 
377
- * .hgtags:
378
- Added tag v2.0.0 for changeset 120cbb7d7020
379
- [ef82f9cfdc97]
380
-
381
- * .hgsigs:
382
- Added signature for changeset c4f53e99a024
383
- [120cbb7d7020] [v2.0.0]
384
-
434
+ o * .hgtags:
435
+ | Added tag v2.0.0 for changeset 120cbb7d7020
436
+ | [ef82f9cfdc97]
437
+ |
438
+ o * .hgsigs:
439
+ | Added signature for changeset c4f53e99a024
440
+ | [120cbb7d7020] [v2.0.0]
441
+ |
385
442
  2013-01-30 Michael Granger <ged@FaerieMUD.org>
386
443
 
387
- * History.rdoc, lib/configurability.rb:
388
- Bump major version, update history.
389
- [c4f53e99a024]
390
-
391
- * lib/configurability/config.rb, spec/configurability/config_spec.rb:
392
- Make missing config values return nil instead of auto-vivifying to a
393
- Struct.
394
-
395
- This is not a backward-compatible change, but in practice, far more
396
- work was done to detect non-existant values than was saved by the
397
- debatable convenience of being able to auto-create nested structs.
398
- [71e0fdf7525c]
399
-
400
- * .tm_properties:
401
- Set indent for specs, too
402
- [652d73f009ee]
403
-
444
+ o * History.rdoc, lib/configurability.rb:
445
+ | Bump major version, update history.
446
+ | [c4f53e99a024]
447
+ |
448
+ o * lib/configurability/config.rb, spec/configurability/config_spec.rb:
449
+ | Make missing config values return nil instead of auto-vivifying to a
450
+ | Struct.
451
+ |
452
+ | This is not a backward-compatible change, but in practice, far more
453
+ | work was done to detect non-existant values than was saved by the
454
+ | debatable convenience of being able to auto-create nested structs.
455
+ | [71e0fdf7525c]
456
+ |
457
+ o * .tm_properties:
458
+ | Set indent for specs, too
459
+ | [652d73f009ee]
460
+ |
404
461
  2012-08-06 Michael Granger <ged@FaerieMUD.org>
405
462
 
406
- * spec/configurability/deferredconfig_spec.rb:
407
- Added a test for propagating config defaults.
408
- [6a9b96abf9c9]
409
-
463
+ o * spec/configurability/deferredconfig_spec.rb:
464
+ | Added a test for propagating config defaults.
465
+ | [6a9b96abf9c9]
466
+ |
410
467
  2012-06-07 Michael Granger <ged@FaerieMUD.org>
411
468
 
412
- * .rvm.gems, Rakefile, lib/configurability/config.rb,
413
- spec/configurability/config_spec.rb, spec/configurability_spec.rb,
414
- spec/lib/helpers.rb:
415
- Update to loggability 0.4 and add Rubinius (1.9-mode) fixes.
416
- [e4f8f58e87f9]
417
-
469
+ o * .rvm.gems, Rakefile, lib/configurability/config.rb,
470
+ | spec/configurability/config_spec.rb, spec/configurability_spec.rb,
471
+ | spec/lib/helpers.rb:
472
+ | Update to loggability 0.4 and add Rubinius (1.9-mode) fixes.
473
+ | [e4f8f58e87f9]
474
+ |
418
475
  2012-05-19 Mahlon E. Smith <mahlon@martini.nu>
419
476
 
420
- * bin/configurability:
421
- Fix a minor copy/paste omission.
422
- [67eaa6009847]
423
-
477
+ o * bin/configurability:
478
+ | Fix a minor copy/paste omission.
479
+ | [67eaa6009847]
480
+ |
424
481
  2012-05-18 Michael Granger <ged@FaerieMUD.org>
425
482
 
426
- * .rvm.gems:
427
- Bumping Loggability dependency for inheritance bugfix
428
- [ab21216307cc]
429
-
483
+ o * .rvm.gems:
484
+ | Bumping Loggability dependency for inheritance bugfix
485
+ | [ab21216307cc]
486
+ |
430
487
  2012-05-10 Michael Granger <ged@FaerieMUD.org>
431
488
 
432
- * .rvm.gems, Rakefile:
433
- Bump dependency on Loggability to 0.2.
434
- [6e9391f1b7fa]
435
-
489
+ o * .rvm.gems, Rakefile:
490
+ | Bump dependency on Loggability to 0.2.
491
+ | [6e9391f1b7fa]
492
+ |
436
493
  2012-05-09 Michael Granger <ged@FaerieMUD.org>
437
494
 
438
- * .hgtags:
439
- Added tag v1.2.0 for changeset 393e62010a17
440
- [2cbdc041962d]
441
-
442
- * .hgsigs:
443
- Added signature for changeset 6b5e075386ee
444
- [393e62010a17] [v1.2.0]
445
-
446
- * .rvm.gems, History.rdoc, Rakefile, lib/configurability.rb:
447
- Bump the minor version, update history.
448
- [6b5e075386ee]
449
-
450
- * .hgignore:
451
- Ignore Rubinius bytecode cache
452
- [2987cb594c6c]
453
-
495
+ o * .hgtags:
496
+ | Added tag v1.2.0 for changeset 393e62010a17
497
+ | [2cbdc041962d]
498
+ |
499
+ o * .hgsigs:
500
+ | Added signature for changeset 6b5e075386ee
501
+ | [393e62010a17] [v1.2.0]
502
+ |
503
+ o * .rvm.gems, History.rdoc, Rakefile, lib/configurability.rb:
504
+ | Bump the minor version, update history.
505
+ | [6b5e075386ee]
506
+ |
507
+ o * .hgignore:
508
+ | Ignore Rubinius bytecode cache
509
+ | [2987cb594c6c]
510
+ |
454
511
  2012-05-07 Michael Granger <ged@FaerieMUD.org>
455
512
 
456
- * bin/configurability:
457
- Bugfix for bin/configurability.
458
- [68fdbae52542]
459
-
460
- * .rvm.gems, Manifest.txt, Rakefile, bin/configurability,
461
- lib/configurability.rb, lib/configurability/config.rb,
462
- lib/configurability/logging.rb, spec/lib/helpers.rb:
463
- Converted to Loggability for logging.
464
- [1631d0c31d81]
465
-
513
+ o * bin/configurability:
514
+ | Bugfix for bin/configurability.
515
+ | [68fdbae52542]
516
+ |
517
+ o * .rvm.gems, Manifest.txt, Rakefile, bin/configurability,
518
+ | lib/configurability.rb, lib/configurability/config.rb,
519
+ | lib/configurability/logging.rb, spec/lib/helpers.rb:
520
+ | Converted to Loggability for logging.
521
+ | [1631d0c31d81]
522
+ |
466
523
  2012-04-25 Michael Granger <ged@FaerieMUD.org>
467
524
 
468
- * bin/configurability:
469
- Add first version of a command-line utility
470
- [ad1ff0049fcf]
471
-
472
- * .hgtags:
473
- Added tag v1.1.0 for changeset 070e4bfc8e55
474
- [cc2d783fd316]
475
-
476
- * .hgsigs:
477
- Added signature for changeset 2e082d901553
478
- [070e4bfc8e55] [v1.1.0]
479
-
480
- * History.rdoc:
481
- Updated date of the release in history file
482
- [2e082d901553]
483
-
484
- * .rvm.gems, spec/configurability/config_spec.rb,
485
- spec/configurability/deferredconfig_spec.rb:
486
- Fixed spec-order bug.
487
- [25ed7bedbb94]
488
-
489
- * lib/configurability.rb:
490
- Improve the log message for omitted config sections
491
- [e56100a012e3]
492
-
525
+ o * bin/configurability:
526
+ | Add first version of a command-line utility
527
+ | [ad1ff0049fcf]
528
+ |
529
+ o * .hgtags:
530
+ | Added tag v1.1.0 for changeset 070e4bfc8e55
531
+ | [cc2d783fd316]
532
+ |
533
+ o * .hgsigs:
534
+ | Added signature for changeset 2e082d901553
535
+ | [070e4bfc8e55] [v1.1.0]
536
+ |
537
+ o * History.rdoc:
538
+ | Updated date of the release in history file
539
+ | [2e082d901553]
540
+ |
541
+ o * .rvm.gems, spec/configurability/config_spec.rb,
542
+ | spec/configurability/deferredconfig_spec.rb:
543
+ | Fixed spec-order bug.
544
+ | [25ed7bedbb94]
545
+ |
546
+ o * lib/configurability.rb:
547
+ | Improve the log message for omitted config sections
548
+ | [e56100a012e3]
549
+ |
493
550
  2012-04-23 Michael Granger <ged@FaerieMUD.org>
494
551
 
495
- * Rakefile:
496
- Activate the :deveiate Hoe plugin in the Rakefile.
497
- [4aa3a6d50599]
498
-
552
+ o * Rakefile:
553
+ | Activate the :deveiate Hoe plugin in the Rakefile.
554
+ | [4aa3a6d50599]
555
+ |
499
556
  2012-04-18 Michael Granger <ged@FaerieMUD.org>
500
557
 
501
- * README.rdoc, Rakefile:
502
- Fix a FIXME, use fivefish if available.
503
- [0644d0a8ff3e]
504
-
505
- * History.rdoc, README.rdoc, lib/configurability.rb:
506
- Update the README, bump the minor version, update history.
507
-
508
- Still needs more documentation updates before release, especially
509
- the README.
510
- [dce671bc85e1]
511
-
512
- * lib/configurability.rb, spec/configurability_spec.rb:
513
- Added defaults-gathering API
514
- [af3f708c9372]
515
-
516
- * .rvm.gems, lib/configurability/config.rb,
517
- spec/configurability/config_spec.rb, spec/lib/helpers.rb:
518
- Updating some specs
519
- [4a7df2547d13]
520
-
521
- * Manifest.txt, lib/configurability.rb, lib/configurability/config.rb,
522
- lib/configurability/logformatter.rb, lib/configurability/logging.rb:
523
- Extracted logging out into a mixin
524
- [47fe73c22f31]
525
-
558
+ o * README.rdoc, Rakefile:
559
+ | Fix a FIXME, use fivefish if available.
560
+ | [0644d0a8ff3e]
561
+ |
562
+ o * History.rdoc, README.rdoc, lib/configurability.rb:
563
+ | Update the README, bump the minor version, update history.
564
+ |
565
+ | Still needs more documentation updates before release, especially
566
+ | the README.
567
+ | [dce671bc85e1]
568
+ |
569
+ o * lib/configurability.rb, spec/configurability_spec.rb:
570
+ | Added defaults-gathering API
571
+ | [af3f708c9372]
572
+ |
573
+ o * .rvm.gems, lib/configurability/config.rb,
574
+ | spec/configurability/config_spec.rb, spec/lib/helpers.rb:
575
+ | Updating some specs
576
+ | [4a7df2547d13]
577
+ |
578
+ o * Manifest.txt, lib/configurability.rb, lib/configurability/config.rb,
579
+ | lib/configurability/logformatter.rb, lib/configurability/logging.rb:
580
+ | Extracted logging out into a mixin
581
+ | [47fe73c22f31]
582
+ |
526
583
  2012-03-13 Michael Granger <ged@FaerieMUD.org>
527
584
 
528
- * .hgtags:
529
- Added tag v1.0.10 for changeset f95c9b9cfc25
530
- [e4af16343901]
531
-
532
- * .hgsigs:
533
- Added signature for changeset 0dcd8dcebc87
534
- [f95c9b9cfc25] [v1.0.10]
535
-
536
- * History.rdoc, lib/configurability.rb:
537
- Bump patch version, update history.
538
- [0dcd8dcebc87]
539
-
540
- * .rvmrc:
541
- Remove patchlevel from rvmrc version spec.
542
- [e1b611d7b589]
543
-
544
- * lib/configurability.rb:
545
- Merged with 29a1c3384b7f
546
- [afa3d24b4117]
547
-
548
- 2012-02-06 Michael Granger <ged@FaerieMUD.org>
549
-
550
- * lib/configurability.rb:
551
- Make unknown config log message less chatty.
552
-
553
- Thanks to Mahlon E. Smith for the gargantuan patch. "Ssssh baby.
554
- It's cool. Don't say a word. There will also be corn served."
555
- [29a1c3384b7f]
556
-
585
+ o * .hgtags:
586
+ | Added tag v1.0.10 for changeset f95c9b9cfc25
587
+ | [e4af16343901]
588
+ |
589
+ o * .hgsigs:
590
+ | Added signature for changeset 0dcd8dcebc87
591
+ | [f95c9b9cfc25] [v1.0.10]
592
+ |
593
+ o * History.rdoc, lib/configurability.rb:
594
+ | Bump patch version, update history.
595
+ | [0dcd8dcebc87]
596
+ |
597
+ o * .rvmrc:
598
+ | Remove patchlevel from rvmrc version spec.
599
+ | [e1b611d7b589]
600
+ |
601
+ o * lib/configurability.rb:
602
+ |\ Merged with 29a1c3384b7f
603
+ | | [afa3d24b4117]
604
+ | |
557
605
  2012-01-27 Michael Granger <ged@FaerieMUD.org>
558
606
 
559
- * .hgtags:
560
- Added tag v1.0.9 for changeset 3b55f1118dd2
561
- [9476896b0298]
562
-
563
- * .hgsigs:
564
- Added signature for changeset 9319c44c05ce
565
- [3b55f1118dd2] [v1.0.9]
566
-
567
- * lib/configurability.rb:
568
- Fixing the version
569
- [9319c44c05ce]
570
-
571
- * .hgsigs, .hgtags, History.rdoc, lib/configurability.rb,
572
- spec/configurability/config_spec.rb:
573
- Merged with ssh://hg@bitbucket.org/ged/configurability@86718657a466
574
- [d3f6f8d77060]
575
-
576
- * .hgtags:
577
- Added tag v1.0.8 for changeset 6a7852aa7398
578
- [5e85b9cb1122]
579
-
580
- * .hgsigs:
581
- Added signature for changeset 2501a302fe07
582
- [6a7852aa7398]
583
-
584
- * History.rdoc, lib/configurability.rb:
585
- Bumped the version, updated history.
586
- [2501a302fe07]
587
-
588
- * .rvm.gems, .rvmrc, experiments/staticcling-weirdness.rb, experiments
589
- /staticcling-weirdness2.rb, experiments/staticcling-weirdness3.rb,
590
- lib/configurability.rb, lib/configurability/deferredconfig.rb,
591
- spec/configurability/config_spec.rb, spec/configurability_spec.rb,
592
- spec/lib/helpers.rb:
593
- Fixing bugs found while working on StaticCling
594
- [0c3c20665455]
595
-
596
- * .tm_properties:
597
- Adding TextMate properties
598
- [45b92add3e1e]
599
-
607
+ | o * .hgtags:
608
+ | | Added tag v1.0.9 for changeset 3b55f1118dd2
609
+ | | [9476896b0298]
610
+ | |
611
+ | o * .hgsigs:
612
+ | | Added signature for changeset 9319c44c05ce
613
+ | | [3b55f1118dd2] [v1.0.9]
614
+ | |
615
+ | o * lib/configurability.rb:
616
+ | | Fixing the version
617
+ | | [9319c44c05ce]
618
+ | |
619
+ | o * .hgsigs, .hgtags, History.rdoc, lib/configurability.rb,
620
+ | |\ spec/configurability/config_spec.rb:
621
+ | | | Merged with ssh://hg@bitbucket.org/ged/configurability@86718657a466
622
+ | | | [d3f6f8d77060]
623
+ | | |
600
624
  2011-11-01 Michael Granger <ged@FaerieMUD.org>
601
625
 
602
- * .hgtags:
603
- Added tag v1.0.8 for changeset 5b3d66af5a59
604
- [86718657a466]
605
-
606
- * .hgsigs:
607
- Added signature for changeset 97a03db6f41c
608
- [5b3d66af5a59] [v1.0.8]
609
-
610
- * History.rdoc, lib/configurability.rb:
611
- Bumped patch version and updated the History file.
612
- [97a03db6f41c]
626
+ | | o * .hgtags:
627
+ | | | Added tag v1.0.8 for changeset 5b3d66af5a59
628
+ | | | [86718657a466]
629
+ | | |
630
+ | | o * .hgsigs:
631
+ | | | Added signature for changeset 97a03db6f41c
632
+ | | | [5b3d66af5a59] [v1.0.8]
633
+ | | |
634
+ | | o * History.rdoc, lib/configurability.rb:
635
+ | | | Bumped patch version and updated the History file.
636
+ | | | [97a03db6f41c]
637
+ | | |
638
+ | | o * spec/configurability/config_spec.rb:
639
+ | | | Fix for Ruby 1.9.3.
640
+ | | | [a26cd541ea8f]
641
+ | | |
642
+ 2012-02-06 Michael Granger <ged@FaerieMUD.org>
613
643
 
614
- * spec/configurability/config_spec.rb:
615
- Fix for Ruby 1.9.3.
616
- [a26cd541ea8f]
644
+ o | | * lib/configurability.rb:
645
+ |/ / Make unknown config log message less chatty.
646
+ | |
647
+ | | Thanks to Mahlon E. Smith for the gargantuan patch. "Ssssh baby.
648
+ | | It's cool. Don't say a word. There will also be corn served."
649
+ | | [29a1c3384b7f]
650
+ | |
651
+ 2012-01-27 Michael Granger <ged@FaerieMUD.org>
617
652
 
653
+ o | * .hgtags:
654
+ | | Added tag v1.0.8 for changeset 6a7852aa7398
655
+ | | [5e85b9cb1122]
656
+ | |
657
+ o | * .hgsigs:
658
+ | | Added signature for changeset 2501a302fe07
659
+ | | [6a7852aa7398]
660
+ | |
661
+ o | * History.rdoc, lib/configurability.rb:
662
+ | | Bumped the version, updated history.
663
+ | | [2501a302fe07]
664
+ | |
665
+ o | * .rvm.gems, .rvmrc, experiments/staticcling-weirdness.rb, experiments
666
+ | | /staticcling-weirdness2.rb, experiments/staticcling-weirdness3.rb,
667
+ | | lib/configurability.rb, lib/configurability/deferredconfig.rb,
668
+ | | spec/configurability/config_spec.rb, spec/configurability_spec.rb,
669
+ | | spec/lib/helpers.rb:
670
+ | | Fixing bugs found while working on StaticCling
671
+ | | [0c3c20665455]
672
+ | |
673
+ o | * .tm_properties:
674
+ |/ Adding TextMate properties
675
+ | [45b92add3e1e]
676
+ |
618
677
  2011-10-13 Michael Granger <ged@FaerieMUD.org>
619
678
 
620
- * .hgtags:
621
- Added tag v1.0.7 for changeset 4e605f137155
622
- [0f391f680b61]
623
-
624
- * .hgsigs:
625
- Added signature for changeset 605036b92217
626
- [4e605f137155] [v1.0.7]
627
-
628
- * History.rdoc, lib/configurability.rb:
629
- Update history and bump patch version.
630
- [605036b92217]
631
-
632
- * lib/configurability.rb, lib/configurability/config.rb,
633
- lib/configurability/deferredconfig.rb:
634
- Cleaned up Yard debris.
635
- [6f4aa8deae60]
636
-
637
- * History.md, History.rdoc, Manifest.txt, README.md, README.rdoc,
638
- Rakefile:
639
- Converted Markdown to RDoc.
640
- [4ee71cc44d22]
641
-
679
+ o * .hgtags:
680
+ | Added tag v1.0.7 for changeset 4e605f137155
681
+ | [0f391f680b61]
682
+ |
683
+ o * .hgsigs:
684
+ | Added signature for changeset 605036b92217
685
+ | [4e605f137155] [v1.0.7]
686
+ |
687
+ o * History.rdoc, lib/configurability.rb:
688
+ | Update history and bump patch version.
689
+ | [605036b92217]
690
+ |
691
+ o * lib/configurability.rb, lib/configurability/config.rb,
692
+ | lib/configurability/deferredconfig.rb:
693
+ | Cleaned up Yard debris.
694
+ | [6f4aa8deae60]
695
+ |
696
+ o * History.md, History.rdoc, Manifest.txt, README.md, README.rdoc,
697
+ | Rakefile:
698
+ | Converted Markdown to RDoc.
699
+ | [4ee71cc44d22]
700
+ |
642
701
  2011-04-26 Michael Granger <ged@FaerieMUD.org>
643
702
 
644
- * Rakefile:
645
- Merged with c9b7b76e4792
646
- [cae88e472706]
647
-
648
- * Rakefile:
649
- Cleaning up the Rakefile a bit
650
- [c9b7b76e4792]
651
-
703
+ o * Rakefile:
704
+ |\ Merged with c9b7b76e4792
705
+ | | [cae88e472706]
706
+ | |
707
+ | o * Rakefile:
708
+ | | Cleaning up the Rakefile a bit
709
+ | | [c9b7b76e4792]
710
+ | |
652
711
  2011-03-03 Michael Granger <ged@FaerieMUD.org>
653
712
 
654
- * .hgtags:
655
- Added tag v1.0.6 for changeset c2c677e0f5ca
656
- [5b0587aa9b49]
657
-
658
- * .hgsigs:
659
- Added signature for changeset feb106dcbc29
660
- [c2c677e0f5ca] [v1.0.6]
661
-
662
- * History.md:
663
- Updating the History.
664
- [feb106dcbc29]
665
-
666
- * lib/configurability.rb, lib/configurability/config.rb,
667
- spec/configurability/config_spec.rb:
668
- Fixing predicate methods for missing sections/values; bumping patch
669
- version.
670
- [631fd470522c]
671
-
713
+ o | * .hgtags:
714
+ | | Added tag v1.0.6 for changeset c2c677e0f5ca
715
+ | | [5b0587aa9b49]
716
+ | |
717
+ o | * .hgsigs:
718
+ | | Added signature for changeset feb106dcbc29
719
+ | | [c2c677e0f5ca] [v1.0.6]
720
+ | |
721
+ o | * History.md:
722
+ | | Updating the History.
723
+ | | [feb106dcbc29]
724
+ | |
725
+ o | * lib/configurability.rb, lib/configurability/config.rb,
726
+ | | spec/configurability/config_spec.rb:
727
+ | | Fixing predicate methods for missing sections/values; bumping patch
728
+ | | version.
729
+ | | [631fd470522c]
730
+ | |
672
731
  2011-02-08 Michael Granger <ged@FaerieMUD.org>
673
732
 
674
- * lib/configurability/config.rb, spec/configurability/config_spec.rb:
675
- Adding nil safeguard to Configurability::Config::Struct#member?
676
- [8f0c899cce82]
677
-
678
- * .hgignore, Rakefile, spec/lib/helpers.rb:
679
- Adding coverage generation
680
- [91c699ea9aa3]
681
-
682
- * .hgtags:
683
- Added tag v1.0.5 for changeset 34062406d690
684
- [739461bf952c]
685
-
686
- * .hgsigs:
687
- Added signature for changeset 12fda25efd84
688
- [34062406d690] [v1.0.5]
689
-
690
- * History.md, lib/configurability.rb:
691
- Bumped version and updated History.
692
- [12fda25efd84]
693
-
694
- * .hgsigs, .hgsubstate, .hgtags, README.md:
695
- Merged with 37:f3c29856fbe0
696
- [9c22d746add7]
697
-
698
- * .hgtags:
699
- Removed tag v1.0.4
700
- [1ef1012b278c]
701
-
733
+ o | * lib/configurability/config.rb, spec/configurability/config_spec.rb:
734
+ | | Adding nil safeguard to Configurability::Config::Struct#member?
735
+ | | [8f0c899cce82]
736
+ | |
737
+ o | * .hgignore, Rakefile, spec/lib/helpers.rb:
738
+ |/ Adding coverage generation
739
+ | [91c699ea9aa3]
740
+ |
741
+ o * .hgtags:
742
+ | Added tag v1.0.5 for changeset 34062406d690
743
+ | [739461bf952c]
744
+ |
745
+ o * .hgsigs:
746
+ | Added signature for changeset 12fda25efd84
747
+ | [34062406d690] [v1.0.5]
748
+ |
749
+ o * History.md, lib/configurability.rb:
750
+ | Bumped version and updated History.
751
+ | [12fda25efd84]
752
+ |
753
+ o * .hgsigs, .hgsubstate, .hgtags, README.md:
754
+ |\ Merged with 37:f3c29856fbe0
755
+ | | [9c22d746add7]
756
+ | |
757
+ | o * .hgtags:
758
+ | | Removed tag v1.0.4
759
+ | | [1ef1012b278c]
760
+ | |
761
+ | o * .hgtags:
762
+ | | Added tag v1.0.4 for changeset 84718f122b7b
763
+ | | [99d382b750f6]
764
+ | |
765
+ | o * .hgsigs:
766
+ | | Added signature for changeset eef299ea1d29
767
+ | | [84718f122b7b]
768
+ | |
769
+ | o * lib/configurability.rb, lib/configurability/config.rb,
770
+ | | spec/configurability/config_spec.rb:
771
+ | | Fix for config files with nil keys (fixes #1)
772
+ | | [eef299ea1d29]
773
+ | |
774
+ | o * .hgsub, .hgsubstate, .hgsubstate, History.md, LICENSE, Manifest.txt,
775
+ | | README.md, Rakefile, project.yml:
776
+ | | Converted to Hoe.
777
+ | | [fb024df77138]
778
+ | |
702
779
  2010-11-29 Michael Granger <ged@FaerieMUD.org>
703
780
 
704
- * .hgsub:
705
- Modifying rake subrepo to the read-only URL
706
- [f3c29856fbe0]
707
-
708
- * .hgtags:
709
- Added tag v1.0.4 for changeset 8553632dca62
710
- [e89c09b5e32a]
711
-
712
- * .hgsigs:
713
- Added signature for changeset a8a6a67e2ede
714
- [8553632dca62] [v1.0.4]
715
-
716
- * .hgsubstate, lib/configurability.rb:
717
- Bumping version to 1.0.4 for corrected release
718
- [a8a6a67e2ede]
719
-
720
- * README.md:
721
- Adding Github mirror to the README
722
- [bb8f2829eb37]
723
-
724
- 2011-02-08 Michael Granger <ged@FaerieMUD.org>
725
-
726
- * .hgtags:
727
- Added tag v1.0.4 for changeset 84718f122b7b
728
- [99d382b750f6]
729
-
730
- * .hgsigs:
731
- Added signature for changeset eef299ea1d29
732
- [84718f122b7b]
733
-
734
- * lib/configurability.rb, lib/configurability/config.rb,
735
- spec/configurability/config_spec.rb:
736
- Fix for config files with nil keys (fixes #1)
737
- [eef299ea1d29]
738
-
739
- * .hgsub, .hgsubstate, .hgsubstate, History.md, LICENSE, Manifest.txt,
740
- README.md, Rakefile, project.yml:
741
- Converted to Hoe.
742
- [fb024df77138]
743
-
744
- 2010-11-29 Michael Granger <ged@FaerieMUD.org>
745
-
746
- * .hgtags:
747
- Added tag v1.0.3 for changeset 910ae8ac082f
748
- [a2ae16f86c98]
749
-
750
- * .hgsigs:
751
- Added signature for changeset 49e98e6334dd
752
- [910ae8ac082f] [v1.0.3]
753
-
754
- * Merged with 24:7aec5228c2b0
755
- [49e98e6334dd]
756
-
757
- * .hgsubstate, lib/configurability.rb,
758
- lib/configurability/deferredconfig.rb,
759
- spec/configurability/deferredconfig_spec.rb,
760
- spec/configurability_spec.rb, spec/lib/helpers.rb:
761
- Propagate the installed config to objects that add Configurability
762
- after the config is loaded.
763
- [ec3f030074dc]
764
-
765
- * Rakefile, project.yml:
766
- Updated build system
767
- [58cbefcef526]
768
-
781
+ o | * .hgsub:
782
+ | | Modifying rake subrepo to the read-only URL
783
+ | | [f3c29856fbe0]
784
+ | |
785
+ o | * .hgtags:
786
+ | | Added tag v1.0.4 for changeset 8553632dca62
787
+ | | [e89c09b5e32a]
788
+ | |
789
+ o | * .hgsigs:
790
+ | | Added signature for changeset a8a6a67e2ede
791
+ | | [8553632dca62] [v1.0.4]
792
+ | |
793
+ o | * .hgsubstate, lib/configurability.rb:
794
+ | | Bumping version to 1.0.4 for corrected release
795
+ | | [a8a6a67e2ede]
796
+ | |
797
+ o | * README.md:
798
+ |/ Adding Github mirror to the README
799
+ | [bb8f2829eb37]
800
+ |
801
+ o * .hgtags:
802
+ | Added tag v1.0.3 for changeset 910ae8ac082f
803
+ | [a2ae16f86c98]
804
+ |
805
+ o * .hgsigs:
806
+ | Added signature for changeset 49e98e6334dd
807
+ | [910ae8ac082f] [v1.0.3]
808
+ |
809
+ o * Merged with 24:7aec5228c2b0
810
+ |\ [49e98e6334dd]
811
+ | |
812
+ | o * .hgsubstate, lib/configurability.rb,
813
+ | | lib/configurability/deferredconfig.rb,
814
+ | | spec/configurability/deferredconfig_spec.rb,
815
+ | | spec/configurability_spec.rb, spec/lib/helpers.rb:
816
+ | | Propagate the installed config to objects that add Configurability
817
+ | | after the config is loaded.
818
+ | | [ec3f030074dc]
819
+ | |
820
+ | o * Rakefile, project.yml:
821
+ | | Updated build system
822
+ | | [58cbefcef526]
823
+ | |
769
824
  2010-10-29 Michael Granger <ged@FaerieMUD.org>
770
825
 
771
- * .hgtags:
772
- Added tag 1.0.2 for changeset ba2c849fde0d
773
- [7aec5228c2b0]
774
-
775
- * .hgsigs:
776
- Added signature for changeset 8718e7f4ea1f
777
- [ba2c849fde0d] [1.0.2]
778
-
779
- * .hgsubstate, spec/configurability/config_spec.rb,
780
- spec/configurability_spec.rb:
781
- Fixes for specs under 1.9.2.
782
- [8718e7f4ea1f]
783
-
784
- * Merged with 17:e2bf2e43bccf
785
- [17a6999c08b9]
786
-
787
- 2010-08-08 Michael Granger <ged@FaerieMUD.org>
788
-
789
- * .hgtags:
790
- Added tag 1.0.1 for changeset e3605ccbe057
791
- [4bff6d5f7b6e]
792
-
793
- * .hgsigs:
794
- Added signature for changeset 41bc1de0bf36
795
- [e3605ccbe057] [1.0.1]
796
-
826
+ o | * .hgtags:
827
+ | | Added tag 1.0.2 for changeset ba2c849fde0d
828
+ | | [7aec5228c2b0]
829
+ | |
830
+ o | * .hgsigs:
831
+ |/ Added signature for changeset 8718e7f4ea1f
832
+ | [ba2c849fde0d] [1.0.2]
833
+ |
834
+ o * .hgsubstate, spec/configurability/config_spec.rb,
835
+ | spec/configurability_spec.rb:
836
+ | Fixes for specs under 1.9.2.
837
+ | [8718e7f4ea1f]
838
+ |
839
+ o * Merged with 17:e2bf2e43bccf
840
+ |\ [17a6999c08b9]
841
+ | |
797
842
  2010-10-25 Michael Granger <ged@FaerieMUD.org>
798
843
 
799
- * lib/configurability/behavior.rb:
800
- Fixed require for RSpec 2 in the shared behavior.
801
- [e2bf2e43bccf]
802
-
803
- * .hgsubstate, Rakefile, lib/configurability.rb,
804
- lib/configurability/behavior.rb, project.yml,
805
- spec/configurability/config_spec.rb, spec/configurability_spec.rb:
806
- Converted tests to RSpec 2.
807
- [5d18e28e387b]
844
+ | o * lib/configurability/behavior.rb:
845
+ | | Fixed require for RSpec 2 in the shared behavior.
846
+ | | [e2bf2e43bccf]
847
+ | |
848
+ | o * .hgsubstate, Rakefile, lib/configurability.rb,
849
+ | | lib/configurability/behavior.rb, project.yml,
850
+ | | spec/configurability/config_spec.rb, spec/configurability_spec.rb:
851
+ | | Converted tests to RSpec 2.
852
+ | | [5d18e28e387b]
853
+ | |
854
+ 2010-08-08 Michael Granger <ged@FaerieMUD.org>
808
855
 
856
+ o | * .hgtags:
857
+ | | Added tag 1.0.1 for changeset e3605ccbe057
858
+ | | [4bff6d5f7b6e]
859
+ | |
860
+ o | * .hgsigs:
861
+ |/ Added signature for changeset 41bc1de0bf36
862
+ | [e3605ccbe057] [1.0.1]
863
+ |
809
864
  2010-08-04 Michael Granger <ged@FaerieMUD.org>
810
865
 
811
- * .hgignore, README.md, lib/configurability/config.rb,
812
- spec/configurability/config_spec.rb:
813
- More Configurability::Config work
814
- * More docs
815
- * Made #reload's behaviour match its documentation
816
- [41bc1de0bf36]
817
-
818
- * README.md, examples/config.yml, lib/configurability/config.rb,
819
- spec/configurability/config_spec.rb:
820
- More work on Configurability::Config
821
- * More documentation
822
- * Move hash-access in the Struct into explicit index operator methods
823
- and change the lambdas to be implemented in terms of them for more-
824
- consistent behavior, String/Symbol normalization, etc.
825
- [44db952eb824]
826
-
827
- * README.md, lib/configurability/config.rb,
828
- spec/configurability/config_spec.rb:
829
- Finishing up Configurability::Config.
830
- * Started documentation
831
- * Fleshed out the specs for better coverage, fixing some bugs
832
- uncovered by same.
833
- * Nicer inspect output
834
- [2323bf260e7c]
835
-
836
- * .hgsubstate, Rakefile:
837
- Build system updates.
838
- [9e0bab83afd5]
839
-
840
- * lib/configurability/behavior.rb:
841
- Add an rspec shared behavior for testing classes with
842
- Configurability
843
- [cba63cef2f7f]
844
-
866
+ o * .hgignore, README.md, lib/configurability/config.rb,
867
+ | spec/configurability/config_spec.rb:
868
+ | More Configurability::Config work
869
+ | * More docs
870
+ | * Made #reload's behaviour match its documentation
871
+ | [41bc1de0bf36]
872
+ |
873
+ o * README.md, examples/config.yml, lib/configurability/config.rb,
874
+ | spec/configurability/config_spec.rb:
875
+ | More work on Configurability::Config
876
+ | * More documentation
877
+ | * Move hash-access in the Struct into explicit index operator methods
878
+ | and change the lambdas to be implemented in terms of them for more-
879
+ | consistent behavior, String/Symbol normalization, etc.
880
+ | [44db952eb824]
881
+ |
882
+ o * README.md, lib/configurability/config.rb,
883
+ | spec/configurability/config_spec.rb:
884
+ | Finishing up Configurability::Config.
885
+ | * Started documentation
886
+ | * Fleshed out the specs for better coverage, fixing some bugs
887
+ | uncovered by same.
888
+ | * Nicer inspect output
889
+ | [2323bf260e7c]
890
+ |
891
+ o * .hgsubstate, Rakefile:
892
+ | Build system updates.
893
+ | [9e0bab83afd5]
894
+ |
895
+ o * lib/configurability/behavior.rb:
896
+ | Add an rspec shared behavior for testing classes with
897
+ | Configurability
898
+ | [cba63cef2f7f]
899
+ |
845
900
  2010-07-16 Michael Granger <ged@FaerieMUD.org>
846
901
 
847
- * lib/configurability/config.rb, spec/configurability/config_spec.rb:
848
- Adding a Configurability::Config class for YAML config loading.
849
- [4ffdde3f7a2f]
850
-
851
- * .hgignore, .irbrc, README.md, Rakefile, project.yml:
852
- Updating README, project metadata, adding .irbrc
853
- [d225cef4269e]
854
-
855
- * lib/configurability.rb:
856
- Version bump; debugging log
857
- [9da882b82786]
858
-
902
+ o * lib/configurability/config.rb, spec/configurability/config_spec.rb:
903
+ | Adding a Configurability::Config class for YAML config loading.
904
+ | [4ffdde3f7a2f]
905
+ |
906
+ o * .hgignore, .irbrc, README.md, Rakefile, project.yml:
907
+ | Updating README, project metadata, adding .irbrc
908
+ | [d225cef4269e]
909
+ |
910
+ o * lib/configurability.rb:
911
+ | Version bump; debugging log
912
+ | [9da882b82786]
913
+ |
859
914
  2010-07-12 Michael Granger <ged@FaerieMUD.org>
860
915
 
861
- * .hgtags:
862
- Added tag 1.0.0 for changeset 74b5dd9a89c9
863
- [ecf5d4565338]
864
-
865
- * .hgsigs:
866
- Added signature for changeset e0fef8dabba4
867
- [74b5dd9a89c9] [1.0.0]
868
-
869
- * README.md, lib/configurability.rb:
870
- README formatting, YARD tag fix.
871
- [e0fef8dabba4]
872
-
873
- * .hgignore, README, README.md, spec/configurability_spec.rb:
874
- Documentation, added a test for classname normalization.
875
- [4d7044641f87]
876
-
877
- * README, lib/configurability.rb, spec/configurability_spec.rb:
878
- Added some stuff to the README, made String config keys work.
879
- [0b395dbf657f]
880
-
881
- * examples/basicconfig.rb:
882
- Adding an example.
883
- [9531380cc3f2]
884
-
916
+ o * .hgtags:
917
+ | Added tag 1.0.0 for changeset 74b5dd9a89c9
918
+ | [ecf5d4565338]
919
+ |
920
+ o * .hgsigs:
921
+ | Added signature for changeset e0fef8dabba4
922
+ | [74b5dd9a89c9] [1.0.0]
923
+ |
924
+ o * README.md, lib/configurability.rb:
925
+ | README formatting, YARD tag fix.
926
+ | [e0fef8dabba4]
927
+ |
928
+ o * .hgignore, README, README.md, spec/configurability_spec.rb:
929
+ | Documentation, added a test for classname normalization.
930
+ | [4d7044641f87]
931
+ |
932
+ o * README, lib/configurability.rb, spec/configurability_spec.rb:
933
+ | Added some stuff to the README, made String config keys work.
934
+ | [0b395dbf657f]
935
+ |
936
+ o * examples/basicconfig.rb:
937
+ | Adding an example.
938
+ | [9531380cc3f2]
939
+ |
885
940
  2010-07-11 Michael Granger <ged@FaerieMUD.org>
886
941
 
887
- * .hgsubstate, LICENSE, README, Rakefile, lib/configurability.rb,
888
- lib/configurability/logformatter.rb, project.yml,
889
- spec/configurability_spec.rb, spec/lib/helpers.rb:
890
- Initial version.
891
- [982ba9fe2e6e]
892
-
942
+ o * .hgsubstate, LICENSE, README, Rakefile, lib/configurability.rb,
943
+ | lib/configurability/logformatter.rb, project.yml,
944
+ | spec/configurability_spec.rb, spec/lib/helpers.rb:
945
+ | Initial version.
946
+ | [982ba9fe2e6e]
947
+ |
893
948
  2010-07-10 Michael Granger <ged@FaerieMUD.org>
894
949
 
895
- * .hgsub, .hgsubstate:
896
- Adding rake subrepo
897
- [ac34a9d6c913]
950
+ o * .hgsub, .hgsubstate:
951
+ Adding rake subrepo
952
+ [ac34a9d6c913]