configurability 1.0.7 → 1.0.8
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.
- data.tar.gz.sig +0 -0
- data/ChangeLog +38 -38
- data/History.rdoc +5 -0
- data/lib/configurability.rb +2 -2
- data/spec/configurability/config_spec.rb +1 -1
- metadata +12 -12
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/ChangeLog
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
* History.rdoc, lib/configurability.rb:
|
|
12
12
|
Update history and bump patch version.
|
|
13
|
-
[605036b92217]
|
|
13
|
+
[605036b92217]
|
|
14
14
|
|
|
15
15
|
* lib/configurability.rb, lib/configurability/config.rb,
|
|
16
16
|
lib/configurability/deferredconfig.rb:
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
* Rakefile:
|
|
28
28
|
Merged with c9b7b76e4792
|
|
29
|
-
[cae88e472706]
|
|
29
|
+
[cae88e472706] [github/master]
|
|
30
30
|
|
|
31
31
|
* Rakefile:
|
|
32
32
|
Cleaning up the Rakefile a bit
|
|
@@ -82,24 +82,6 @@
|
|
|
82
82
|
Removed tag v1.0.4
|
|
83
83
|
[1ef1012b278c]
|
|
84
84
|
|
|
85
|
-
* .hgtags:
|
|
86
|
-
Added tag v1.0.4 for changeset 84718f122b7b
|
|
87
|
-
[99d382b750f6]
|
|
88
|
-
|
|
89
|
-
* .hgsigs:
|
|
90
|
-
Added signature for changeset eef299ea1d29
|
|
91
|
-
[84718f122b7b]
|
|
92
|
-
|
|
93
|
-
* lib/configurability.rb, lib/configurability/config.rb,
|
|
94
|
-
spec/configurability/config_spec.rb:
|
|
95
|
-
Fix for config files with nil keys (fixes #1)
|
|
96
|
-
[eef299ea1d29]
|
|
97
|
-
|
|
98
|
-
* .hgsub, .hgsubstate, .hgsubstate, History.md, LICENSE, Manifest.txt,
|
|
99
|
-
README.md, Rakefile, project.yml:
|
|
100
|
-
Converted to Hoe.
|
|
101
|
-
[fb024df77138]
|
|
102
|
-
|
|
103
85
|
2010-11-29 Michael Granger <ged@FaerieMUD.org>
|
|
104
86
|
|
|
105
87
|
* .hgsub:
|
|
@@ -122,6 +104,28 @@
|
|
|
122
104
|
Adding Github mirror to the README
|
|
123
105
|
[bb8f2829eb37]
|
|
124
106
|
|
|
107
|
+
2011-02-08 Michael Granger <ged@FaerieMUD.org>
|
|
108
|
+
|
|
109
|
+
* .hgtags:
|
|
110
|
+
Added tag v1.0.4 for changeset 84718f122b7b
|
|
111
|
+
[99d382b750f6]
|
|
112
|
+
|
|
113
|
+
* .hgsigs:
|
|
114
|
+
Added signature for changeset eef299ea1d29
|
|
115
|
+
[84718f122b7b]
|
|
116
|
+
|
|
117
|
+
* lib/configurability.rb, lib/configurability/config.rb,
|
|
118
|
+
spec/configurability/config_spec.rb:
|
|
119
|
+
Fix for config files with nil keys (fixes #1)
|
|
120
|
+
[eef299ea1d29]
|
|
121
|
+
|
|
122
|
+
* .hgsub, .hgsubstate, .hgsubstate, History.md, LICENSE, Manifest.txt,
|
|
123
|
+
README.md, Rakefile, project.yml:
|
|
124
|
+
Converted to Hoe.
|
|
125
|
+
[fb024df77138]
|
|
126
|
+
|
|
127
|
+
2010-11-29 Michael Granger <ged@FaerieMUD.org>
|
|
128
|
+
|
|
125
129
|
* .hgtags:
|
|
126
130
|
Added tag v1.0.3 for changeset 910ae8ac082f
|
|
127
131
|
[a2ae16f86c98]
|
|
@@ -141,6 +145,10 @@
|
|
|
141
145
|
after the config is loaded.
|
|
142
146
|
[ec3f030074dc]
|
|
143
147
|
|
|
148
|
+
* Rakefile, project.yml:
|
|
149
|
+
Updated build system
|
|
150
|
+
[58cbefcef526]
|
|
151
|
+
|
|
144
152
|
2010-10-29 Michael Granger <ged@FaerieMUD.org>
|
|
145
153
|
|
|
146
154
|
* .hgtags:
|
|
@@ -151,14 +159,6 @@
|
|
|
151
159
|
Added signature for changeset 8718e7f4ea1f
|
|
152
160
|
[ba2c849fde0d] [1.0.2]
|
|
153
161
|
|
|
154
|
-
2010-11-29 Michael Granger <ged@FaerieMUD.org>
|
|
155
|
-
|
|
156
|
-
* Rakefile, project.yml:
|
|
157
|
-
Updated build system
|
|
158
|
-
[58cbefcef526]
|
|
159
|
-
|
|
160
|
-
2010-10-29 Michael Granger <ged@FaerieMUD.org>
|
|
161
|
-
|
|
162
162
|
* .hgsubstate, spec/configurability/config_spec.rb,
|
|
163
163
|
spec/configurability_spec.rb:
|
|
164
164
|
Fixes for specs under 1.9.2.
|
|
@@ -167,6 +167,16 @@
|
|
|
167
167
|
* Merged with 17:e2bf2e43bccf
|
|
168
168
|
[17a6999c08b9]
|
|
169
169
|
|
|
170
|
+
2010-08-08 Michael Granger <ged@FaerieMUD.org>
|
|
171
|
+
|
|
172
|
+
* .hgtags:
|
|
173
|
+
Added tag 1.0.1 for changeset e3605ccbe057
|
|
174
|
+
[4bff6d5f7b6e]
|
|
175
|
+
|
|
176
|
+
* .hgsigs:
|
|
177
|
+
Added signature for changeset 41bc1de0bf36
|
|
178
|
+
[e3605ccbe057] [1.0.1]
|
|
179
|
+
|
|
170
180
|
2010-10-25 Michael Granger <ged@FaerieMUD.org>
|
|
171
181
|
|
|
172
182
|
* lib/configurability/behavior.rb:
|
|
@@ -179,16 +189,6 @@
|
|
|
179
189
|
Converted tests to RSpec 2.
|
|
180
190
|
[5d18e28e387b]
|
|
181
191
|
|
|
182
|
-
2010-08-08 Michael Granger <ged@FaerieMUD.org>
|
|
183
|
-
|
|
184
|
-
* .hgtags:
|
|
185
|
-
Added tag 1.0.1 for changeset e3605ccbe057
|
|
186
|
-
[4bff6d5f7b6e]
|
|
187
|
-
|
|
188
|
-
* .hgsigs:
|
|
189
|
-
Added signature for changeset 41bc1de0bf36
|
|
190
|
-
[e3605ccbe057] [1.0.1]
|
|
191
|
-
|
|
192
192
|
2010-08-04 Michael Granger <ged@FaerieMUD.org>
|
|
193
193
|
|
|
194
194
|
* .hgignore, README.md, lib/configurability/config.rb,
|
data/History.rdoc
CHANGED
data/lib/configurability.rb
CHANGED
|
@@ -11,10 +11,10 @@ require 'yaml'
|
|
|
11
11
|
module Configurability
|
|
12
12
|
|
|
13
13
|
# Library version constant
|
|
14
|
-
VERSION = '1.0.
|
|
14
|
+
VERSION = '1.0.8'
|
|
15
15
|
|
|
16
16
|
# Version-control revision constant
|
|
17
|
-
REVISION = %q$Revision:
|
|
17
|
+
REVISION = %q$Revision: 97a03db6f41c $
|
|
18
18
|
|
|
19
19
|
require 'configurability/logformatter'
|
|
20
20
|
require 'configurability/deferredconfig'
|
|
@@ -53,7 +53,7 @@ describe Configurability::Config do
|
|
|
53
53
|
end
|
|
54
54
|
|
|
55
55
|
it "can dump itself as YAML" do
|
|
56
|
-
Configurability::Config.new.dump.should
|
|
56
|
+
Configurability::Config.new.dump.should =~ /^--- \{\}\n\n?/
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
it "returns nil as its change description" do
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: configurability
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -48,11 +48,11 @@ cert_chain:
|
|
|
48
48
|
-----END CERTIFICATE-----
|
|
49
49
|
|
|
50
50
|
'
|
|
51
|
-
date: 2011-
|
|
51
|
+
date: 2011-11-01 00:00:00.000000000 Z
|
|
52
52
|
dependencies:
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
54
54
|
name: hoe-mercurial
|
|
55
|
-
requirement: &
|
|
55
|
+
requirement: &70130268838340 !ruby/object:Gem::Requirement
|
|
56
56
|
none: false
|
|
57
57
|
requirements:
|
|
58
58
|
- - ~>
|
|
@@ -60,10 +60,10 @@ dependencies:
|
|
|
60
60
|
version: 1.3.1
|
|
61
61
|
type: :development
|
|
62
62
|
prerelease: false
|
|
63
|
-
version_requirements: *
|
|
63
|
+
version_requirements: *70130268838340
|
|
64
64
|
- !ruby/object:Gem::Dependency
|
|
65
65
|
name: hoe-highline
|
|
66
|
-
requirement: &
|
|
66
|
+
requirement: &70130268837300 !ruby/object:Gem::Requirement
|
|
67
67
|
none: false
|
|
68
68
|
requirements:
|
|
69
69
|
- - ~>
|
|
@@ -71,10 +71,10 @@ dependencies:
|
|
|
71
71
|
version: 0.0.1
|
|
72
72
|
type: :development
|
|
73
73
|
prerelease: false
|
|
74
|
-
version_requirements: *
|
|
74
|
+
version_requirements: *70130268837300
|
|
75
75
|
- !ruby/object:Gem::Dependency
|
|
76
76
|
name: rspec
|
|
77
|
-
requirement: &
|
|
77
|
+
requirement: &70130268836020 !ruby/object:Gem::Requirement
|
|
78
78
|
none: false
|
|
79
79
|
requirements:
|
|
80
80
|
- - ~>
|
|
@@ -82,10 +82,10 @@ dependencies:
|
|
|
82
82
|
version: '2.4'
|
|
83
83
|
type: :development
|
|
84
84
|
prerelease: false
|
|
85
|
-
version_requirements: *
|
|
85
|
+
version_requirements: *70130268836020
|
|
86
86
|
- !ruby/object:Gem::Dependency
|
|
87
87
|
name: simplecov
|
|
88
|
-
requirement: &
|
|
88
|
+
requirement: &70130268834960 !ruby/object:Gem::Requirement
|
|
89
89
|
none: false
|
|
90
90
|
requirements:
|
|
91
91
|
- - ~>
|
|
@@ -93,10 +93,10 @@ dependencies:
|
|
|
93
93
|
version: '0.3'
|
|
94
94
|
type: :development
|
|
95
95
|
prerelease: false
|
|
96
|
-
version_requirements: *
|
|
96
|
+
version_requirements: *70130268834960
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: hoe
|
|
99
|
-
requirement: &
|
|
99
|
+
requirement: &70130268833240 !ruby/object:Gem::Requirement
|
|
100
100
|
none: false
|
|
101
101
|
requirements:
|
|
102
102
|
- - ~>
|
|
@@ -104,7 +104,7 @@ dependencies:
|
|
|
104
104
|
version: '2.12'
|
|
105
105
|
type: :development
|
|
106
106
|
prerelease: false
|
|
107
|
-
version_requirements: *
|
|
107
|
+
version_requirements: *70130268833240
|
|
108
108
|
description: ! 'Configurability is a mixin that allows you to add configurability
|
|
109
109
|
to one or
|
|
110
110
|
|
metadata.gz.sig
CHANGED
|
Binary file
|