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