configurability 2.0.0 → 2.0.1
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 +7 -0
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/ChangeLog +76 -61
- data/History.rdoc +5 -0
- data/lib/configurability.rb +6 -2
- metadata +38 -63
- metadata.gz.sig +0 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 596cf385713fa2d3514e97356a8db87226376c1f
|
|
4
|
+
data.tar.gz: ce6bb21fbbbe30c0ea88f11bb5cf4fda7b74f2d1
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 28f218852150e64724a1691d647e76aef8d81570859739a83b99a9fba4fec577b154107b7cea79115712ace7fc6ed2c4e917730aa3213329a5076d939ee75acc
|
|
7
|
+
data.tar.gz: 2e63a1bdd90477ffb35d9269782294e55740d74718c1c4419e14104fd204f1cf76ed5c2837063db6e149fff5415b03ba9c1f48308623a2335d1a01f8c59c99c4
|
checksums.yaml.gz.sig
ADDED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/ChangeLog
CHANGED
|
@@ -1,8 +1,25 @@
|
|
|
1
|
+
2013-06-07 Mahlon E. Smith <mahlon@martini.nu>
|
|
2
|
+
|
|
3
|
+
* History.rdoc, lib/configurability.rb:
|
|
4
|
+
Bump version to v2.0.1.
|
|
5
|
+
[bbf0ba1d6deb] [tip]
|
|
6
|
+
|
|
7
|
+
* lib/configurability.rb:
|
|
8
|
+
Inject support into Loggability directly, avoiding load order
|
|
9
|
+
dependency issues.
|
|
10
|
+
[42ff6915abb9]
|
|
11
|
+
|
|
12
|
+
2013-02-25 Michael Granger <ged@FaerieMUD.org>
|
|
13
|
+
|
|
14
|
+
* .rvmrc:
|
|
15
|
+
Test under Ruby 2.0 by default.
|
|
16
|
+
[e656bdbc663d]
|
|
17
|
+
|
|
1
18
|
2013-01-30 Mahlon E. Smith <mahlon@martini.nu>
|
|
2
19
|
|
|
3
20
|
* .hgtags:
|
|
4
21
|
Added tag v2.0.0 for changeset 120cbb7d7020
|
|
5
|
-
[ef82f9cfdc97]
|
|
22
|
+
[ef82f9cfdc97]
|
|
6
23
|
|
|
7
24
|
* .hgsigs:
|
|
8
25
|
Added signature for changeset c4f53e99a024
|
|
@@ -21,7 +38,7 @@
|
|
|
21
38
|
This is not a backward-compatible change, but in practice, far more
|
|
22
39
|
work was done to detect non-existant values than was saved by the
|
|
23
40
|
debatable convenience of being able to auto-create nested structs.
|
|
24
|
-
[71e0fdf7525c]
|
|
41
|
+
[71e0fdf7525c]
|
|
25
42
|
|
|
26
43
|
* .tm_properties:
|
|
27
44
|
Set indent for specs, too
|
|
@@ -171,15 +188,6 @@
|
|
|
171
188
|
Merged with 29a1c3384b7f
|
|
172
189
|
[afa3d24b4117]
|
|
173
190
|
|
|
174
|
-
2012-02-06 Michael Granger <ged@FaerieMUD.org>
|
|
175
|
-
|
|
176
|
-
* lib/configurability.rb:
|
|
177
|
-
Make unknown config log message less chatty.
|
|
178
|
-
|
|
179
|
-
Thanks to Mahlon E. Smith for the gargantuan patch. "Ssssh baby.
|
|
180
|
-
It's cool. Don't say a word. There will also be corn served."
|
|
181
|
-
[29a1c3384b7f]
|
|
182
|
-
|
|
183
191
|
2012-01-27 Michael Granger <ged@FaerieMUD.org>
|
|
184
192
|
|
|
185
193
|
* .hgtags:
|
|
@@ -199,6 +207,35 @@
|
|
|
199
207
|
Merged with ssh://hg@bitbucket.org/ged/configurability@86718657a466
|
|
200
208
|
[d3f6f8d77060]
|
|
201
209
|
|
|
210
|
+
2011-11-01 Michael Granger <ged@FaerieMUD.org>
|
|
211
|
+
|
|
212
|
+
* .hgtags:
|
|
213
|
+
Added tag v1.0.8 for changeset 5b3d66af5a59
|
|
214
|
+
[86718657a466]
|
|
215
|
+
|
|
216
|
+
* .hgsigs:
|
|
217
|
+
Added signature for changeset 97a03db6f41c
|
|
218
|
+
[5b3d66af5a59] [v1.0.8]
|
|
219
|
+
|
|
220
|
+
* History.rdoc, lib/configurability.rb:
|
|
221
|
+
Bumped patch version and updated the History file.
|
|
222
|
+
[97a03db6f41c]
|
|
223
|
+
|
|
224
|
+
* spec/configurability/config_spec.rb:
|
|
225
|
+
Fix for Ruby 1.9.3.
|
|
226
|
+
[a26cd541ea8f]
|
|
227
|
+
|
|
228
|
+
2012-02-06 Michael Granger <ged@FaerieMUD.org>
|
|
229
|
+
|
|
230
|
+
* lib/configurability.rb:
|
|
231
|
+
Make unknown config log message less chatty.
|
|
232
|
+
|
|
233
|
+
Thanks to Mahlon E. Smith for the gargantuan patch. "Ssssh baby.
|
|
234
|
+
It's cool. Don't say a word. There will also be corn served."
|
|
235
|
+
[29a1c3384b7f]
|
|
236
|
+
|
|
237
|
+
2012-01-27 Michael Granger <ged@FaerieMUD.org>
|
|
238
|
+
|
|
202
239
|
* .hgtags:
|
|
203
240
|
Added tag v1.0.8 for changeset 6a7852aa7398
|
|
204
241
|
[5e85b9cb1122]
|
|
@@ -223,24 +260,6 @@
|
|
|
223
260
|
Adding TextMate properties
|
|
224
261
|
[45b92add3e1e]
|
|
225
262
|
|
|
226
|
-
2011-11-01 Michael Granger <ged@FaerieMUD.org>
|
|
227
|
-
|
|
228
|
-
* .hgtags:
|
|
229
|
-
Added tag v1.0.8 for changeset 5b3d66af5a59
|
|
230
|
-
[86718657a466]
|
|
231
|
-
|
|
232
|
-
* .hgsigs:
|
|
233
|
-
Added signature for changeset 97a03db6f41c
|
|
234
|
-
[5b3d66af5a59] [v1.0.8]
|
|
235
|
-
|
|
236
|
-
* History.rdoc, lib/configurability.rb:
|
|
237
|
-
Bumped patch version and updated the History file.
|
|
238
|
-
[97a03db6f41c]
|
|
239
|
-
|
|
240
|
-
* spec/configurability/config_spec.rb:
|
|
241
|
-
Fix for Ruby 1.9.3.
|
|
242
|
-
[a26cd541ea8f]
|
|
243
|
-
|
|
244
263
|
2011-10-13 Michael Granger <ged@FaerieMUD.org>
|
|
245
264
|
|
|
246
265
|
* .hgtags:
|
|
@@ -325,6 +344,24 @@
|
|
|
325
344
|
Removed tag v1.0.4
|
|
326
345
|
[1ef1012b278c]
|
|
327
346
|
|
|
347
|
+
* .hgtags:
|
|
348
|
+
Added tag v1.0.4 for changeset 84718f122b7b
|
|
349
|
+
[99d382b750f6]
|
|
350
|
+
|
|
351
|
+
* .hgsigs:
|
|
352
|
+
Added signature for changeset eef299ea1d29
|
|
353
|
+
[84718f122b7b]
|
|
354
|
+
|
|
355
|
+
* lib/configurability.rb, lib/configurability/config.rb,
|
|
356
|
+
spec/configurability/config_spec.rb:
|
|
357
|
+
Fix for config files with nil keys (fixes #1)
|
|
358
|
+
[eef299ea1d29]
|
|
359
|
+
|
|
360
|
+
* .hgsub, .hgsubstate, .hgsubstate, History.md, LICENSE, Manifest.txt,
|
|
361
|
+
README.md, Rakefile, project.yml:
|
|
362
|
+
Converted to Hoe.
|
|
363
|
+
[fb024df77138]
|
|
364
|
+
|
|
328
365
|
2010-11-29 Michael Granger <ged@FaerieMUD.org>
|
|
329
366
|
|
|
330
367
|
* .hgsub:
|
|
@@ -347,28 +384,6 @@
|
|
|
347
384
|
Adding Github mirror to the README
|
|
348
385
|
[bb8f2829eb37]
|
|
349
386
|
|
|
350
|
-
2011-02-08 Michael Granger <ged@FaerieMUD.org>
|
|
351
|
-
|
|
352
|
-
* .hgtags:
|
|
353
|
-
Added tag v1.0.4 for changeset 84718f122b7b
|
|
354
|
-
[99d382b750f6]
|
|
355
|
-
|
|
356
|
-
* .hgsigs:
|
|
357
|
-
Added signature for changeset eef299ea1d29
|
|
358
|
-
[84718f122b7b]
|
|
359
|
-
|
|
360
|
-
* lib/configurability.rb, lib/configurability/config.rb,
|
|
361
|
-
spec/configurability/config_spec.rb:
|
|
362
|
-
Fix for config files with nil keys (fixes #1)
|
|
363
|
-
[eef299ea1d29]
|
|
364
|
-
|
|
365
|
-
* .hgsub, .hgsubstate, .hgsubstate, History.md, LICENSE, Manifest.txt,
|
|
366
|
-
README.md, Rakefile, project.yml:
|
|
367
|
-
Converted to Hoe.
|
|
368
|
-
[fb024df77138]
|
|
369
|
-
|
|
370
|
-
2010-11-29 Michael Granger <ged@FaerieMUD.org>
|
|
371
|
-
|
|
372
387
|
* .hgtags:
|
|
373
388
|
Added tag v1.0.3 for changeset 910ae8ac082f
|
|
374
389
|
[a2ae16f86c98]
|
|
@@ -410,16 +425,6 @@
|
|
|
410
425
|
* Merged with 17:e2bf2e43bccf
|
|
411
426
|
[17a6999c08b9]
|
|
412
427
|
|
|
413
|
-
2010-08-08 Michael Granger <ged@FaerieMUD.org>
|
|
414
|
-
|
|
415
|
-
* .hgtags:
|
|
416
|
-
Added tag 1.0.1 for changeset e3605ccbe057
|
|
417
|
-
[4bff6d5f7b6e]
|
|
418
|
-
|
|
419
|
-
* .hgsigs:
|
|
420
|
-
Added signature for changeset 41bc1de0bf36
|
|
421
|
-
[e3605ccbe057] [1.0.1]
|
|
422
|
-
|
|
423
428
|
2010-10-25 Michael Granger <ged@FaerieMUD.org>
|
|
424
429
|
|
|
425
430
|
* lib/configurability/behavior.rb:
|
|
@@ -432,6 +437,16 @@
|
|
|
432
437
|
Converted tests to RSpec 2.
|
|
433
438
|
[5d18e28e387b]
|
|
434
439
|
|
|
440
|
+
2010-08-08 Michael Granger <ged@FaerieMUD.org>
|
|
441
|
+
|
|
442
|
+
* .hgtags:
|
|
443
|
+
Added tag 1.0.1 for changeset e3605ccbe057
|
|
444
|
+
[4bff6d5f7b6e]
|
|
445
|
+
|
|
446
|
+
* .hgsigs:
|
|
447
|
+
Added signature for changeset 41bc1de0bf36
|
|
448
|
+
[e3605ccbe057] [1.0.1]
|
|
449
|
+
|
|
435
450
|
2010-08-04 Michael Granger <ged@FaerieMUD.org>
|
|
436
451
|
|
|
437
452
|
* .hgignore, README.md, lib/configurability/config.rb,
|
data/History.rdoc
CHANGED
data/lib/configurability.rb
CHANGED
|
@@ -18,10 +18,10 @@ module Configurability
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
# Library version constant
|
|
21
|
-
VERSION = '2.0.
|
|
21
|
+
VERSION = '2.0.1'
|
|
22
22
|
|
|
23
23
|
# Version-control revision constant
|
|
24
|
-
REVISION = %q$Revision:
|
|
24
|
+
REVISION = %q$Revision: bbf0ba1d6deb $
|
|
25
25
|
|
|
26
26
|
require 'configurability/deferredconfig'
|
|
27
27
|
|
|
@@ -242,6 +242,10 @@ module Configurability
|
|
|
242
242
|
end
|
|
243
243
|
end
|
|
244
244
|
|
|
245
|
+
### Inject Configurability support into Loggability to avoid circular dependency
|
|
246
|
+
### load issues.
|
|
247
|
+
Loggability.extend( self )
|
|
248
|
+
Loggability.config_key( :logging )
|
|
245
249
|
|
|
246
250
|
end # module Configurability
|
|
247
251
|
|
metadata
CHANGED
|
@@ -1,47 +1,40 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: configurability
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 2.0.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Michael Granger
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain:
|
|
12
|
-
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
RGVyQ0FhZ01WdURRClUwQkxtV0RGelBHR1dsUGVRQ3JZSENyK0FjSnorTlJu
|
|
36
|
-
YUhDS0xaZFNLai9SSHVUT3QrZ2JsUmV4OEZBaDhOZUEKY21saFhlNDZwWk5K
|
|
37
|
-
Z1dLYnhaYWg4NWpJang5NWhSOHZPSStOQU01aUg5a09xSzEzRHJ4YWNUS1Bo
|
|
38
|
-
cWo1UGp3RgotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
|
|
39
|
-
date: 2013-02-18 00:00:00.000000000 Z
|
|
11
|
+
- |
|
|
12
|
+
-----BEGIN CERTIFICATE-----
|
|
13
|
+
MIIDbDCCAlSgAwIBAgIBATANBgkqhkiG9w0BAQUFADA+MQ8wDQYDVQQDDAZtYWhs
|
|
14
|
+
b24xFzAVBgoJkiaJk/IsZAEZFgdtYXJ0aW5pMRIwEAYKCZImiZPyLGQBGRYCbnUw
|
|
15
|
+
HhcNMTMwNjA3MTYwMzA3WhcNMTQwNjA3MTYwMzA3WjA+MQ8wDQYDVQQDDAZtYWhs
|
|
16
|
+
b24xFzAVBgoJkiaJk/IsZAEZFgdtYXJ0aW5pMRIwEAYKCZImiZPyLGQBGRYCbnUw
|
|
17
|
+
ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCN7bb50MxvUoL0YXNYABO
|
|
18
|
+
vvtUoApuBrrdpJxv/Ngj6BZVycbk9boLY0Cu3YxKUll5veM0S1eD6tH5u8qY6wMO
|
|
19
|
+
iePMIuc0+SVNauNKwIqsxHuyq/bZANUVeFCZ+F7AzW1yy3E1In+f6KxTHzZbuJ8z
|
|
20
|
+
N6i1MK3vZqhA0R9dVtxE+JYSPnulWwYUBG9JHaBYz8aH372mDL2rVuwVGmzeEtiN
|
|
21
|
+
xbWC33l3FXbxhnhTyHyDZVEiLrcCCrxbla96vTlRqChovrV1oyoK+5LZW6f9Jc/a
|
|
22
|
+
DFKNmnx/gRV/oBCh5zsZGOmYtEIOjTVjkQx2mIHE72eeTeSLBUSlwo/vXvpVzEux
|
|
23
|
+
AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBSv/1E1
|
|
24
|
+
losS/RjxZGZV8BBkhCEIuzAcBgNVHREEFTATgRFtYWhsb25AbWFydGluaS5udTAc
|
|
25
|
+
BgNVHRIEFTATgRFtYWhsb25AbWFydGluaS5udTANBgkqhkiG9w0BAQUFAAOCAQEA
|
|
26
|
+
kP3LtKT+wPo4Mfn4aIa6m9k9K9MhD3fNLVF06g+o1et1KhhfgZd0LXSEInXFAYAu
|
|
27
|
+
w/8wSK+WUKVTJMx8Zh/S1AZUt1J6cQ1ZfgM68WR4BXa95UuUCbXMtynqLfY/khLA
|
|
28
|
+
ke66r8gDF5Hz3vKrAro+UavGRZaabHtUi/pUSuOirA0p5TRB8MKXWBOgLlNMKjwc
|
|
29
|
+
Ryw9XwQuyP7gPnKcTA9+g8E0tSpwICz5ggqxdvuF/6eqWYQde95HD9D93J2DHo+z
|
|
30
|
+
y6OINF+5NC1urZxUuigosLovVORYgTgN6tQnSvWY9S7naik9dua9effTi2EHy8ws
|
|
31
|
+
AEFC60d6kv25P7lS7WUuIQ==
|
|
32
|
+
-----END CERTIFICATE-----
|
|
33
|
+
date: 2013-06-07 00:00:00.000000000 Z
|
|
40
34
|
dependencies:
|
|
41
35
|
- !ruby/object:Gem::Dependency
|
|
42
36
|
name: loggability
|
|
43
37
|
requirement: !ruby/object:Gem::Requirement
|
|
44
|
-
none: false
|
|
45
38
|
requirements:
|
|
46
39
|
- - ~>
|
|
47
40
|
- !ruby/object:Gem::Version
|
|
@@ -49,7 +42,6 @@ dependencies:
|
|
|
49
42
|
type: :runtime
|
|
50
43
|
prerelease: false
|
|
51
44
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
|
-
none: false
|
|
53
45
|
requirements:
|
|
54
46
|
- - ~>
|
|
55
47
|
- !ruby/object:Gem::Version
|
|
@@ -57,7 +49,6 @@ dependencies:
|
|
|
57
49
|
- !ruby/object:Gem::Dependency
|
|
58
50
|
name: hoe-mercurial
|
|
59
51
|
requirement: !ruby/object:Gem::Requirement
|
|
60
|
-
none: false
|
|
61
52
|
requirements:
|
|
62
53
|
- - ~>
|
|
63
54
|
- !ruby/object:Gem::Version
|
|
@@ -65,7 +56,6 @@ dependencies:
|
|
|
65
56
|
type: :development
|
|
66
57
|
prerelease: false
|
|
67
58
|
version_requirements: !ruby/object:Gem::Requirement
|
|
68
|
-
none: false
|
|
69
59
|
requirements:
|
|
70
60
|
- - ~>
|
|
71
61
|
- !ruby/object:Gem::Version
|
|
@@ -73,7 +63,6 @@ dependencies:
|
|
|
73
63
|
- !ruby/object:Gem::Dependency
|
|
74
64
|
name: hoe-highline
|
|
75
65
|
requirement: !ruby/object:Gem::Requirement
|
|
76
|
-
none: false
|
|
77
66
|
requirements:
|
|
78
67
|
- - ~>
|
|
79
68
|
- !ruby/object:Gem::Version
|
|
@@ -81,7 +70,6 @@ dependencies:
|
|
|
81
70
|
type: :development
|
|
82
71
|
prerelease: false
|
|
83
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
84
|
-
none: false
|
|
85
73
|
requirements:
|
|
86
74
|
- - ~>
|
|
87
75
|
- !ruby/object:Gem::Version
|
|
@@ -89,23 +77,20 @@ dependencies:
|
|
|
89
77
|
- !ruby/object:Gem::Dependency
|
|
90
78
|
name: rdoc
|
|
91
79
|
requirement: !ruby/object:Gem::Requirement
|
|
92
|
-
none: false
|
|
93
80
|
requirements:
|
|
94
81
|
- - ~>
|
|
95
82
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: '
|
|
83
|
+
version: '4.0'
|
|
97
84
|
type: :development
|
|
98
85
|
prerelease: false
|
|
99
86
|
version_requirements: !ruby/object:Gem::Requirement
|
|
100
|
-
none: false
|
|
101
87
|
requirements:
|
|
102
88
|
- - ~>
|
|
103
89
|
- !ruby/object:Gem::Version
|
|
104
|
-
version: '
|
|
90
|
+
version: '4.0'
|
|
105
91
|
- !ruby/object:Gem::Dependency
|
|
106
92
|
name: rspec
|
|
107
93
|
requirement: !ruby/object:Gem::Requirement
|
|
108
|
-
none: false
|
|
109
94
|
requirements:
|
|
110
95
|
- - ~>
|
|
111
96
|
- !ruby/object:Gem::Version
|
|
@@ -113,7 +98,6 @@ dependencies:
|
|
|
113
98
|
type: :development
|
|
114
99
|
prerelease: false
|
|
115
100
|
version_requirements: !ruby/object:Gem::Requirement
|
|
116
|
-
none: false
|
|
117
101
|
requirements:
|
|
118
102
|
- - ~>
|
|
119
103
|
- !ruby/object:Gem::Version
|
|
@@ -121,7 +105,6 @@ dependencies:
|
|
|
121
105
|
- !ruby/object:Gem::Dependency
|
|
122
106
|
name: simplecov
|
|
123
107
|
requirement: !ruby/object:Gem::Requirement
|
|
124
|
-
none: false
|
|
125
108
|
requirements:
|
|
126
109
|
- - ~>
|
|
127
110
|
- !ruby/object:Gem::Version
|
|
@@ -129,7 +112,6 @@ dependencies:
|
|
|
129
112
|
type: :development
|
|
130
113
|
prerelease: false
|
|
131
114
|
version_requirements: !ruby/object:Gem::Requirement
|
|
132
|
-
none: false
|
|
133
115
|
requirements:
|
|
134
116
|
- - ~>
|
|
135
117
|
- !ruby/object:Gem::Version
|
|
@@ -137,29 +119,23 @@ dependencies:
|
|
|
137
119
|
- !ruby/object:Gem::Dependency
|
|
138
120
|
name: hoe
|
|
139
121
|
requirement: !ruby/object:Gem::Requirement
|
|
140
|
-
none: false
|
|
141
122
|
requirements:
|
|
142
123
|
- - ~>
|
|
143
124
|
- !ruby/object:Gem::Version
|
|
144
|
-
version: '3.
|
|
125
|
+
version: '3.6'
|
|
145
126
|
type: :development
|
|
146
127
|
prerelease: false
|
|
147
128
|
version_requirements: !ruby/object:Gem::Requirement
|
|
148
|
-
none: false
|
|
149
129
|
requirements:
|
|
150
130
|
- - ~>
|
|
151
131
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: '3.
|
|
153
|
-
description:
|
|
154
|
-
system
|
|
155
|
-
|
|
132
|
+
version: '3.6'
|
|
133
|
+
description: |-
|
|
134
|
+
Configurability is a unified, unintrusive, assume-nothing configuration system
|
|
156
135
|
for Ruby. It lets you keep the configuration for multiple objects in a single
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
configuration when you''re ready, sending it everywhere it needs to go with a
|
|
161
|
-
|
|
162
|
-
single action.'
|
|
136
|
+
config file, load the file when it's convenient for you, and distribute the
|
|
137
|
+
configuration when you're ready, sending it everywhere it needs to go with a
|
|
138
|
+
single action.
|
|
163
139
|
email:
|
|
164
140
|
- ged@FaerieMUD.org
|
|
165
141
|
executables:
|
|
@@ -191,6 +167,7 @@ files:
|
|
|
191
167
|
homepage: https://bitbucket.org/ged/configurability
|
|
192
168
|
licenses:
|
|
193
169
|
- BSD
|
|
170
|
+
metadata: {}
|
|
194
171
|
post_install_message:
|
|
195
172
|
rdoc_options:
|
|
196
173
|
- -f
|
|
@@ -200,22 +177,20 @@ rdoc_options:
|
|
|
200
177
|
require_paths:
|
|
201
178
|
- lib
|
|
202
179
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
203
|
-
none: false
|
|
204
180
|
requirements:
|
|
205
|
-
- -
|
|
181
|
+
- - '>='
|
|
206
182
|
- !ruby/object:Gem::Version
|
|
207
183
|
version: 1.8.7
|
|
208
184
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
209
|
-
none: false
|
|
210
185
|
requirements:
|
|
211
|
-
- -
|
|
186
|
+
- - '>='
|
|
212
187
|
- !ruby/object:Gem::Version
|
|
213
188
|
version: '0'
|
|
214
189
|
requirements: []
|
|
215
190
|
rubyforge_project: configurability
|
|
216
|
-
rubygems_version:
|
|
191
|
+
rubygems_version: 2.0.0
|
|
217
192
|
signing_key:
|
|
218
|
-
specification_version:
|
|
193
|
+
specification_version: 4
|
|
219
194
|
summary: Configurability is a unified, unintrusive, assume-nothing configuration system
|
|
220
195
|
for Ruby
|
|
221
196
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|