casseo 0.1.5 → 0.1.6

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.
@@ -251,7 +251,7 @@ module Casseo
251
251
  def show_status
252
252
  Curses.setpos(num_lines, 0)
253
253
  Curses.attron(Curses::color_pair(STATUS) | Curses::A_NORMAL) do
254
- str = "Casseo: =%s (%s) [Metrics:%s Interval:%ss]" %
254
+ str = "casseo: =%s (%s) [metrics:%s interval:%ss]" %
255
255
  [@name, format_period(@period * 60), @num_metrics, Config.interval.to_i]
256
256
  page_str = "--- %s/%s ---" % [@page, num_pages]
257
257
 
@@ -1,3 +1,3 @@
1
1
  module Casseo
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: casseo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: