config_manager 0.0.2 → 0.0.4
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6225863ca8a7dc7548c4b507a8c9399380a9338
|
|
4
|
+
data.tar.gz: c12a2f3b8a9faf72b874481996d2390b5158c8c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a05537fd05279457a654cb36833404f56820011b08a9151d2ea78bfcd6ea851c43c40c716c190f3be3f7d76082b0da69f8d4e26b3af78521af10da9fc00f8065
|
|
7
|
+
data.tar.gz: 5cde7b0a63ca68c5e3eeeee8636b27fff45c080250069691246e539cdc3f6f81aac010c88101917ce94744db844c459909c01f5127219f65d05bdaba6cd925b4
|
|
@@ -29,7 +29,7 @@ section.clearfix
|
|
|
29
29
|
= render 'form'
|
|
30
30
|
h3 Load From YAML
|
|
31
31
|
p.text-muted
|
|
32
|
-
small Load toggles from
|
|
32
|
+
small Load toggles from config/config_manager_toggles.yml
|
|
33
33
|
div.text-center
|
|
34
34
|
= link_to "Load",
|
|
35
35
|
load_default_toggles_path,
|
|
@@ -37,7 +37,7 @@ section.clearfix
|
|
|
37
37
|
:class => 'btn-block btn btn-warning'
|
|
38
38
|
h3 Dump To YAML
|
|
39
39
|
p.text-muted
|
|
40
|
-
small Dump toggles to
|
|
40
|
+
small Dump toggles to config/config_manager_toggles.yml
|
|
41
41
|
div.text-center
|
|
42
42
|
= link_to "Dump",
|
|
43
43
|
dump_toggles_path,
|