litmus_paper 0.8.7 → 0.8.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.
@@ -9,8 +9,8 @@ module LitmusPaper
9
9
  output += sprintf(" %s │ %s │ %s │ %s\n", "Name".ljust(max_service_length), "Health".ljust(8), "Health".ljust(8), "Forced?")
10
10
  output += "─" * (max_service_length + 2) + "┴" + "─" * 10 + "┴" + "─" * 10 + "┴" + "─" * 9 + "\n"
11
11
 
12
- LitmusPaper.services.each do |service_name, service|
13
- health = service.current_health
12
+ LitmusPaper.services.keys.sort.each do |service_name|
13
+ health = LitmusPaper.services[service_name].current_health
14
14
  measured_health = health.measured_health.to_s.rjust(3)
15
15
  reported_health = health.value.to_s.rjust(3)
16
16
  service_forced = if health.forced?
@@ -1,3 +1,3 @@
1
1
  module LitmusPaper
2
- VERSION = "0.8.7"
2
+ VERSION = "0.8.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: litmus_paper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.7
4
+ version: 0.8.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: