configurability 3.2.0 → 4.2.0

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