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 +5 -5
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/ChangeLog +853 -786
- data/History.md +65 -0
- data/LICENSE +1 -1
- data/Manifest.txt +0 -1
- data/README.md +47 -5
- data/Rakefile +5 -85
- data/lib/configurability.rb +51 -10
- data/lib/configurability/config.rb +10 -38
- data/lib/configurability/setting_installer.rb +30 -1
- data/spec/configurability/config_spec.rb +8 -10
- data/spec/configurability_spec.rb +85 -5
- data/spec/helpers.rb +2 -0
- metadata +52 -114
- metadata.gz.sig +0 -0
- data/bin/configurability +0 -335
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 90db460a224cb22dc552c50e39a5f78af6599d01502dfc97a72c52afcbfb4dcf
|
4
|
+
data.tar.gz: a8d656fd6844cc7df9d04248d9418962ff286004f652185a517fc834e302dab4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd4959e2e09463fe43ea49216b53f2d98b211183fe7b2cf294069a241c1983cb8c4b9573daa1d677c79e35153a26c323aa6ea26edcd88c78a6ce8690df3d0e8b
|
7
|
+
data.tar.gz: 1b87c87a150ab5604ab0b370e9429aec1d5ce9325998f305ad12e6352be187421e6bb8821f08c6f479bf68f26338e77c9a1790a8d99d4cca8292899e6ca8691d
|
checksums.yaml.gz.sig
CHANGED
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
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
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
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
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
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
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
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
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
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
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
|
-
|
114
|
-
|
115
|
-
|
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
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
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
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
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
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
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
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
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
|
-
|
185
|
-
|
186
|
-
|
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
|
-
|
191
|
-
|
192
|
-
|
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
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
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
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
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
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
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
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
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
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
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
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
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
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
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
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
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
|
-
|
360
|
-
|
361
|
-
|
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
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
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
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
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
|
-
|
395
|
-
|
396
|
-
|
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
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
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
|
-
|
409
|
-
|
410
|
-
|
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
|
-
|
415
|
-
|
416
|
-
|
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
|
-
|
421
|
-
|
422
|
-
|
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
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
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
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
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
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
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
|
-
|
484
|
-
|
485
|
-
|
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
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
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
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
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
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
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
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
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
|
-
|
603
|
-
|
604
|
-
|
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
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
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
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
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
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
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
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
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
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
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
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
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
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
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
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
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
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
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
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
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
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
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
|
-
|
884
|
-
|
885
|
-
|
950
|
+
o * .hgsub, .hgsubstate:
|
951
|
+
Adding rake subrepo
|
952
|
+
[ac34a9d6c913]
|