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: ec7841e216dd7e390d224dc6bb28ce76c29630c9
4
- data.tar.gz: 47a759d2e64a81bd4d78d297d0824acda57048de
3
+ metadata.gz: c6225863ca8a7dc7548c4b507a8c9399380a9338
4
+ data.tar.gz: c12a2f3b8a9faf72b874481996d2390b5158c8c2
5
5
  SHA512:
6
- metadata.gz: b06f228d1f527badac7caaeb40222024164643675e50f40390dd0c41b2df66093fb3ead33d28f46e3ea0e55a05e95c83802fcf39ab46689ce263f4cc34916450
7
- data.tar.gz: 95d381373990ee3e2ad38bf70052f0320d7469d9ef5ef4af9d94cd51a539e22191244383e743ad1298d8959d117dae472481103708b9548b7ed0d422a5ea25e3
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 config_manager/toggles.yml
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 config_manager/toggles.yml
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,
@@ -1,3 +1,3 @@
1
1
  module ConfigManager
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: config_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pablo Calderon