six-updater 0.17.4 → 0.17.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +3 -3
  2. data/lib/six/updater.rb +2 -2
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ require 'rake/testtask'
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.platform = "x86-mingw32"
15
15
  s.name = 'six-updater'
16
- s.version = '0.17.4'
16
+ s.version = '0.17.5'
17
17
  s.has_rdoc = true
18
18
  s.extra_rdoc_files = ['README', 'LICENSE']
19
19
  s.summary = 'Your summary here'
@@ -35,7 +35,7 @@ end
35
35
  spec3 = Gem::Specification.new do |s|
36
36
  s.platform = "x86-mswin32"
37
37
  s.name = 'six-updater'
38
- s.version = '0.17.4'
38
+ s.version = '0.17.5'
39
39
  s.has_rdoc = true
40
40
  s.extra_rdoc_files = ['README', 'LICENSE']
41
41
  s.summary = 'Your summary here'
@@ -56,7 +56,7 @@ end
56
56
 
57
57
  spec2 = Gem::Specification.new do |s|
58
58
  s.name = 'six-updater'
59
- s.version = '0.17.4'
59
+ s.version = '0.17.5'
60
60
  s.has_rdoc = true
61
61
  s.extra_rdoc_files = ['README', 'LICENSE']
62
62
  s.summary = 'Your summary here'
@@ -38,7 +38,7 @@ end
38
38
  module Six
39
39
  # TODO: Evaluate if this module should be a class instead?
40
40
  module Updater
41
- VERSION = '0.17.4'
41
+ VERSION = '0.17.5'
42
42
  COMPONENT = 'six-updater'
43
43
  LOG_LIMIT = 9999
44
44
  FOLDER = /(.*)\/(.*)/
@@ -284,7 +284,7 @@ module Six
284
284
  a_prio = a[:priority] ? a[:priority] : 9999
285
285
  b_prio = b[:priority] ? b[:priority] : 9999
286
286
  a_prio <=> b_prio
287
- end procs
287
+ end
288
288
  log.debug "@config #{@config}"
289
289
 
290
290
  procs = find_process(process_name)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 17
8
- - 4
9
- version: 0.17.4
8
+ - 5
9
+ version: 0.17.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sickboy