configatron 2.2.2 → 2.3.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.
- data/lib/configatron.rb +1 -1
- data/lib/configatron/configatron.rb +1 -0
- data/lib/configatron/store.rb +5 -3
- metadata +15 -34
- data/doc/classes/Class.html +0 -170
- data/doc/classes/Configatron.html +0 -303
- data/doc/classes/Configatron/LockedNamespace.html +0 -146
- data/doc/classes/Configatron/ProtectedParameter.html +0 -146
- data/doc/classes/Configatron/Store.html +0 -739
- data/doc/classes/Kernel.html +0 -144
- data/doc/created.rid +0 -1
- data/doc/files/README.html +0 -309
- data/doc/files/lib/configatron/configatron_rb.html +0 -108
- data/doc/files/lib/configatron/core_ext/class_rb.html +0 -101
- data/doc/files/lib/configatron/core_ext/kernel_rb.html +0 -101
- data/doc/files/lib/configatron/core_ext/object_rb.html +0 -101
- data/doc/files/lib/configatron/core_ext/string_rb.html +0 -101
- data/doc/files/lib/configatron/errors_rb.html +0 -101
- data/doc/files/lib/configatron/store_rb.html +0 -101
- data/doc/files/lib/configatron_rb.html +0 -108
- data/doc/fr_class_index.html +0 -32
- data/doc/fr_file_index.html +0 -35
- data/doc/fr_method_index.html +0 -53
- data/doc/index.html +0 -24
- data/doc/rdoc-style.css +0 -208
- data/spec/lib/class_spec.rb +0 -28
- data/spec/lib/configatron_spec.rb +0 -434
- data/spec/lib/futurama.yml +0 -6
- data/spec/lib/lost.yml +0 -14
- data/spec/spec.opts +0 -2
- data/spec/spec_helper.rb +0 -4
data/spec/lib/futurama.yml
DELETED
data/spec/lib/lost.yml
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
others:
|
2
|
-
on_island:
|
3
|
-
ben: Benjamin Linus
|
4
|
-
richard: Richard Alpert
|
5
|
-
deceased:
|
6
|
-
goodwin: Goodwin Stanhope
|
7
|
-
mikhail: Mikhail Bakunin
|
8
|
-
survivors:
|
9
|
-
on_island:
|
10
|
-
jack: Jack Shepherd
|
11
|
-
locke: John Locke
|
12
|
-
deceased:
|
13
|
-
charlie: Charlie Pace
|
14
|
-
michael: Michael Dawson
|
data/spec/spec.opts
DELETED
data/spec/spec_helper.rb
DELETED