stack-autotest-notify-osd 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{autotest-notify-osd}
5
- s.version = "0.0.3"
5
+ s.version = "0.1.0"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Stephen H. Gerstacker"]
@@ -5,6 +5,6 @@ require File.join(File.dirname(__FILE__), 'autotest', 'notify-osd')
5
5
 
6
6
  module AutotestNotifyOSD
7
7
 
8
- VERSION = '0.0.3'
8
+ VERSION = '0.1.0'
9
9
 
10
10
  end
@@ -65,7 +65,7 @@ module Autotest::NotifyOSD
65
65
 
66
66
  # Translate the priority
67
67
  case priority
68
- when 1
68
+ when 0,1
69
69
  pri = 'normal'
70
70
  when 2
71
71
  pri = 'critical'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stack-autotest-notify-osd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen H. Gerstacker